|
|
|
1 | 2025-03-07T21:33:36.004Z | job assigned to worker 01JNS8CZYXXKZTFH77PYGH8MRQ [factory aws, i-024e09b73b5353bcd] (queued for 46 s) |
|
2 | 2025-03-07T21:33:44.294Z | starting task 0: "setup" |
3 | 2025-03-07T21:33:44.299Z | ++ uname -s |
4 | 2025-03-07T21:33:44.303Z | + kern=SunOS |
5 | 2025-03-07T21:33:44.303Z | + build_user=build |
6 | 2025-03-07T21:33:44.303Z | + build_uid=12345 |
7 | 2025-03-07T21:33:44.303Z | + work_dir=/work |
8 | 2025-03-07T21:33:44.303Z | + input_dir=/input |
9 | 2025-03-07T21:33:44.303Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T21:33:44.303Z | + case "$kern" in |
11 | 2025-03-07T21:33:44.303Z | + groupadd -g 12345 build |
12 | 2025-03-07T21:33:44.306Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T21:33:46.318Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T21:33:46.446Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T21:33:46.450Z | + home_fs=zfs |
16 | 2025-03-07T21:33:46.451Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T21:33:46.451Z | + mkdir -p /home/build |
18 | 2025-03-07T21:33:46.451Z | + chown build:build /home/build /work |
19 | 2025-03-07T21:33:48.453Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T21:33:48.456Z | process exited: duration 4162 ms, exit code 0 |
|
21 | 2025-03-07T21:33:48.464Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T21:33:48.468Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T21:33:48.468Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T21:33:48.468Z | * rust toolchain profile = "default" |
25 | 2025-03-07T21:33:48.468Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-07T21:33:48.468Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T21:33:48.468Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T21:33:48.472Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T21:33:48.472Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T21:33:48.591Z | info: downloading installer |
31 | 2025-03-07T21:33:49.985Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T21:33:49.985Z | warn: /opt/ooce/bin |
33 | 2025-03-07T21:33:49.985Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T21:33:49.985Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T21:33:49.985Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T21:33:49.986Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T21:33:49.986Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T21:33:49.986Z | error: cannot install while Rust is installed |
39 | 2025-03-07T21:33:49.986Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T21:33:50.016Z | info: profile set to 'default' |
41 | 2025-03-07T21:33:50.016Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T21:33:50.019Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T21:33:50.171Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T21:33:50.171Z | info: downloading component 'cargo' |
45 | 2025-03-07T21:33:50.930Z | info: downloading component 'clippy' |
46 | 2025-03-07T21:33:51.308Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T21:33:52.443Z | info: downloading component 'rust-std' |
48 | 2025-03-07T21:33:54.412Z | info: downloading component 'rustc' |
49 | 2025-03-07T21:33:59.987Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T21:34:00.316Z | info: installing component 'cargo' |
51 | 2025-03-07T21:34:01.133Z | info: installing component 'clippy' |
52 | 2025-03-07T21:34:01.522Z | info: installing component 'rust-docs' |
53 | 2025-03-07T21:34:03.274Z | info: installing component 'rust-std' |
54 | 2025-03-07T21:34:05.143Z | info: installing component 'rustc' |
55 | 2025-03-07T21:34:11.083Z | info: installing component 'rustfmt' |
56 | 2025-03-07T21:34:11.411Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T21:34:11.411Z | |
58 | 2025-03-07T21:34:11.775Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T21:34:11.775Z | |
60 | 2025-03-07T21:34:11.778Z | |
61 | 2025-03-07T21:34:11.778Z | Rust is installed now. Great! |
62 | 2025-03-07T21:34:11.778Z | |
63 | 2025-03-07T21:34:11.778Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T21:34:11.778Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T21:34:11.778Z | |
66 | 2025-03-07T21:34:11.778Z | To configure your current shell, you need to source |
67 | 2025-03-07T21:34:11.778Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T21:34:11.778Z | |
69 | 2025-03-07T21:34:11.778Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T21:34:11.778Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T21:34:11.778Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T21:34:11.779Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T21:34:11.850Z | + rustup --version |
74 | 2025-03-07T21:34:11.870Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T21:34:11.873Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T21:34:11.887Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T21:34:11.890Z | + cargo --version |
78 | 2025-03-07T21:34:11.908Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T21:34:11.911Z | + rustc --version |
80 | 2025-03-07T21:34:11.937Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T21:34:11.943Z | process exited: duration 23471 ms, exit code 0 |
|
82 | 2025-03-07T21:34:11.952Z | starting task 2: "authentication" |
83 | 2025-03-07T21:34:11.976Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-07T21:34:11.985Z | starting task 3: "clone repository" |
85 | 2025-03-07T21:34:11.989Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T21:34:11.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T21:34:12.119Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T21:34:20.538Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T21:34:20.538Z | + git fetch origin f5526efc6179e8c0432bd5f59334613857389061 |
90 | 2025-03-07T21:34:20.845Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T21:34:20.846Z | * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD |
92 | 2025-03-07T21:34:20.855Z | + [[ -n fix-boolean-logic ]] |
93 | 2025-03-07T21:34:20.858Z | ++ git branch --show-current |
94 | 2025-03-07T21:34:20.861Z | + current=main |
95 | 2025-03-07T21:34:20.861Z | + [[ main != fix-boolean-logic ]] |
96 | 2025-03-07T21:34:20.861Z | + git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061 |
97 | 2025-03-07T21:34:20.865Z | + git checkout -f fix-boolean-logic |
98 | 2025-03-07T21:34:20.920Z | Switched to branch 'fix-boolean-logic' |
99 | 2025-03-07T21:34:20.925Z | + git reset --hard f5526efc6179e8c0432bd5f59334613857389061 |
100 | 2025-03-07T21:34:20.978Z | HEAD is now at f5526efc6 Fix logging too |
101 | 2025-03-07T21:34:20.981Z | process exited: duration 8994 ms, exit code 0 |
|
102 | 2025-03-07T21:34:20.988Z | starting task 4: "build" |
103 | 2025-03-07T21:34:20.996Z | + source ./env.sh |
104 | 2025-03-07T21:34:20.996Z | ++ OLD_SHELL_OPTS=ehxB |
105 | 2025-03-07T21:34:20.996Z | ++ set -o xtrace |
106 | 2025-03-07T21:34:20.999Z | ++++ dirname ./env.sh |
107 | 2025-03-07T21:34:21.002Z | +++ readlink -f . |
108 | 2025-03-07T21:34:21.005Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2025-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ 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-03-07T21:34:21.005Z | ++ case $OLD_SHELL_OPTS in |
118 | 2025-03-07T21:34:21.005Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
119 | 2025-03-07T21:34:21.005Z | + source .github/buildomat/ci-env.sh |
120 | 2025-03-07T21:34:21.005Z | ++ export CARGO_TERM_COLOR=always |
121 | 2025-03-07T21:34:21.005Z | ++ CARGO_TERM_COLOR=always |
122 | 2025-03-07T21:34:21.005Z | + target_os=illumos |
123 | 2025-03-07T21:34:21.005Z | + NEXTEST_VERSION=0.9.91 |
124 | 2025-03-07T21:34:21.005Z | + cargo --version |
125 | 2025-03-07T21:34:21.059Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
126 | 2025-03-07T21:34:21.062Z | + rustc --version |
127 | 2025-03-07T21:34:21.129Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
128 | 2025-03-07T21:34:21.133Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos |
129 | 2025-03-07T21:34:21.136Z | + gunzip |
130 | 2025-03-07T21:34:21.136Z | + tar -xvf - -C /home/build/.cargo/bin |
131 | 2025-03-07T21:34:22.118Z | x cargo-nextest, 18384984 bytes, 35909 tape blocks |
132 | 2025-03-07T21:34:22.122Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
133 | 2025-03-07T21:34:22.122Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
134 | 2025-03-07T21:34:22.122Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
135 | 2025-03-07T21:34:22.122Z | + mkdir /var/tmp/omicron_tmp |
136 | 2025-03-07T21:34:22.122Z | + OUTPUT_DIR=/work |
137 | 2025-03-07T21:34:22.122Z | + echo 'tests will store non-ephemeral output in /work' |
138 | 2025-03-07T21:34:22.122Z | tests will store non-ephemeral output in /work |
139 | 2025-03-07T21:34:22.122Z | + mkdir -p /work |
140 | 2025-03-07T21:34:22.126Z | + banner prerequisites |
141 | 2025-03-07T21:34:22.138Z | |
142 | 2025-03-07T21:34:22.138Z | ##### ##### ###### ##### ###### #### # # # #### # |
143 | 2025-03-07T21:34:22.138Z | # # # # # # # # # # # # # # # |
144 | 2025-03-07T21:34:22.138Z | # # # # ##### # # ##### # # # # # #### # |
145 | 2025-03-07T21:34:22.139Z | ##### ##### # ##### # # # # # # # # # |
146 | 2025-03-07T21:34:22.139Z | # # # # # # # # # # # # # # # |
147 | 2025-03-07T21:34:22.139Z | # # # ###### # # ###### ### # #### # #### # |
148 | 2025-03-07T21:34:22.139Z | |
149 | 2025-03-07T21:34:22.143Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
150 | 2025-03-07T21:34:23.931Z | pkg list: illegal option -- F |
151 | 2025-03-07T21:34:23.931Z | Usage: |
152 | 2025-03-07T21:34:23.934Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
153 | 2025-03-07T21:34:23.934Z | [pkg_fmri_pattern ...] |
154 | 2025-03-07T21:34:24.769Z | pkg list: illegal option -- F |
155 | 2025-03-07T21:34:24.769Z | Usage: |
156 | 2025-03-07T21:34:24.772Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
157 | 2025-03-07T21:34:24.772Z | [pkg_fmri_pattern ...] |
158 | 2025-03-07T21:34:31.693Z | Startup: Refreshing catalog 'helios-dev' ... Done |
159 | 2025-03-07T21:34:36.218Z | Startup: Caching catalogs ... Done |
160 | 2025-03-07T21:34:49.800Z | Planning: Solver setup ... Done (12.629s) |
161 | 2025-03-07T21:34:49.956Z | Planning: Running solver ... Done (0.156s) |
162 | 2025-03-07T21:34:50.297Z | Planning: Finding local manifests ... Done (0.217s) |
163 | 2025-03-07T21:34:50.310Z | Planning: Fetching manifests: 0/7 0% complete |
164 | 2025-03-07T21:34:50.652Z | Planning: Fetching manifests: 7/7 100% complete |
165 | 2025-03-07T21:34:51.270Z | Planning: Package planning ... Done (0.618s) |
166 | 2025-03-07T21:34:51.326Z | Planning: Merging actions ... Done (0.056s) |
167 | 2025-03-07T21:34:51.992Z | Planning: Checking for conflicting actions ... Done (0.665s) |
168 | 2025-03-07T21:34:56.831Z | Planning: Consolidating action changes ... Done (4.838s) |
169 | 2025-03-07T21:34:57.219Z | Planning: Evaluating mediators ... Done (0.388s) |
170 | 2025-03-07T21:34:57.333Z | Planning: Planning completed in 21.01 seconds |
171 | 2025-03-07T21:34:57.349Z | Packages to install: 4 |
172 | 2025-03-07T21:34:57.349Z | Packages to update: 3 |
173 | 2025-03-07T21:34:57.352Z | Mediators to change: 2 |
174 | 2025-03-07T21:34:57.352Z | Services to change: 1 |
175 | 2025-03-07T21:34:57.352Z | Estimated space available: 155.58 GB |
176 | 2025-03-07T21:34:57.352Z | Estimated space to be consumed: 1.66 GB |
177 | 2025-03-07T21:34:57.352Z | Create boot environment: No |
178 | 2025-03-07T21:34:57.352Z | Create backup boot environment: Yes |
179 | 2025-03-07T21:34:57.352Z | Rebuild boot archive: No |
180 | 2025-03-07T21:34:57.353Z | |
181 | 2025-03-07T21:34:57.353Z | Changed mediators: |
182 | 2025-03-07T21:34:57.353Z | mediator clang: |
183 | 2025-03-07T21:34:57.353Z | version: None -> 15 (system default) |
184 | 2025-03-07T21:34:57.353Z | |
185 | 2025-03-07T21:34:57.353Z | mediator llvm: |
186 | 2025-03-07T21:34:57.353Z | version: 14 (system default) -> 15 (system default) |
187 | 2025-03-07T21:34:57.353Z | |
188 | 2025-03-07T21:34:57.353Z | Changed packages: |
189 | 2025-03-07T21:34:57.353Z | helios-dev |
190 | 2025-03-07T21:34:57.353Z | developer/build-essential |
191 | 2025-03-07T21:34:57.353Z | None -> 11-2.0 |
192 | 2025-03-07T21:34:57.353Z | library/libxmlsec1 |
193 | 2025-03-07T21:34:57.353Z | None -> 1.2.35-2.0 |
194 | 2025-03-07T21:34:57.353Z | ooce/developer/clang-15 |
195 | 2025-03-07T21:34:57.353Z | None -> 15.0.7-2.0 |
196 | 2025-03-07T21:34:57.353Z | ooce/developer/llvm-15 |
197 | 2025-03-07T21:34:57.353Z | None -> 15.0.7-2.0 |
198 | 2025-03-07T21:34:57.353Z | package/pkg |
199 | 2025-03-07T21:34:57.353Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
200 | 2025-03-07T21:34:57.353Z | system/library/g++-runtime |
201 | 2025-03-07T21:34:57.353Z | 13-2.0 -> 14-2.0 |
202 | 2025-03-07T21:34:57.353Z | system/library/gcc-runtime |
203 | 2025-03-07T21:34:57.353Z | 13-2.0 -> 14-2.0 |
204 | 2025-03-07T21:34:57.353Z | |
205 | 2025-03-07T21:34:57.353Z | Services: |
206 | 2025-03-07T21:34:57.353Z | restart_fmri: |
207 | 2025-03-07T21:34:57.353Z | svc:/system/update-man-index:default |
208 | 2025-03-07T21:34:57.353Z | |
209 | 2025-03-07T21:34:57.353Z | Editable files to change: |
210 | 2025-03-07T21:34:57.353Z | Update: |
211 | 2025-03-07T21:34:57.353Z | usr/share/lib/pkg/web/config.shtml |
212 | 2025-03-07T21:34:57.611Z | |
213 | 2025-03-07T21:34:57.611Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
214 | 2025-03-07T21:35:02.705Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (18.6M/s) |
215 | 2025-03-07T21:35:07.721Z | Download: 1936/4301 items 118.6/225.4MB 52% complete (12.0M/s) |
216 | 2025-03-07T21:35:12.889Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (8.4M/s) |
217 | 2025-03-07T21:35:17.899Z | Download: 2426/4301 items 120.1/225.4MB 53% complete (148k/s) |
218 | 2025-03-07T21:35:22.909Z | Download: 3018/4301 items 121.3/225.4MB 53% complete (218k/s) |
219 | 2025-03-07T21:35:28.175Z | Download: 3283/4301 items 209.6/225.4MB 92% complete (8.9M/s) |
220 | 2025-03-07T21:35:38.953Z | Download: 3286/4301 items 211.2/225.4MB 93% complete (8.8M/s) |
221 | 2025-03-07T21:35:43.954Z | Download: 4273/4301 items 220.6/225.4MB 97% complete (1.9M/s) |
222 | 2025-03-07T21:35:50.195Z | Download: 4298/4301 items 225.2/225.4MB 99% complete (2.3M/s) |
223 | 2025-03-07T21:35:56.594Z | Download: 4299/4301 items 225.2/225.4MB 99% complete (2.2M/s) |
224 | 2025-03-07T21:35:56.603Z | Download: Completed 225.42 MB in 58.98 seconds (3.8M/s) |
225 | 2025-03-07T21:35:58.910Z | Actions: 1/5122 actions (Removing old actions) |
226 | 2025-03-07T21:35:58.926Z | Actions: 194/5122 actions (Installing new actions) |
227 | 2025-03-07T21:36:03.879Z | Actions: 4267/5122 actions (Updating modified actions) |
228 | 2025-03-07T21:36:04.276Z | Actions: Completed 5122 actions in 5.37 seconds. |
229 | 2025-03-07T21:36:04.708Z | Done (0.423s) |
230 | 2025-03-07T21:36:04.711Z | Done (0.001s) |
231 | 2025-03-07T21:36:05.331Z | Done (0.621s) |
232 | 2025-03-07T21:36:10.075Z | Done (4.496s) |
233 | 2025-03-07T21:36:10.238Z | Done (0.097s) |
234 | 2025-03-07T21:36:10.241Z | Done (0.000s) |
235 | 2025-03-07T21:36:10.398Z | Done (0.000s) |
236 | 2025-03-07T21:36:11.104Z | Planning: Evaluating mediator changes ... Done |
237 | 2025-03-07T21:36:11.264Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-03-07T21:36:11.268Z | Planning: Consolidating action changes ... Done |
239 | 2025-03-07T21:36:11.530Z | Planning: Evaluating mediators ... Done |
240 | 2025-03-07T21:36:11.534Z | Planning: Planning completed in 0.43 seconds |
241 | 2025-03-07T21:36:11.570Z | Mediators to change: 2 |
242 | 2025-03-07T21:36:11.570Z | Create boot environment: No |
243 | 2025-03-07T21:36:11.572Z | Create backup boot environment: No |
244 | 2025-03-07T21:36:11.650Z | Done |
245 | 2025-03-07T21:36:11.650Z | Done |
246 | 2025-03-07T21:36:12.067Z | Done |
247 | 2025-03-07T21:36:15.715Z | Done |
248 | 2025-03-07T21:36:15.808Z | Done |
249 | 2025-03-07T21:36:15.811Z | Done |
250 | 2025-03-07T21:36:15.959Z | Done |
251 | 2025-03-07T21:36:16.564Z | Planning: Evaluating mediator changes ... Done |
252 | 2025-03-07T21:36:16.567Z | Planning: Merging actions ... Done |
253 | 2025-03-07T21:36:16.752Z | Planning: Checking for conflicting actions ... Done |
254 | 2025-03-07T21:36:16.755Z | Planning: Consolidating action changes ... Done |
255 | 2025-03-07T21:36:17.018Z | Planning: Evaluating mediators ... Done |
256 | 2025-03-07T21:36:17.072Z | Planning: Planning completed in 0.75 seconds |
257 | 2025-03-07T21:36:17.112Z | Packages to change: 1 |
258 | 2025-03-07T21:36:17.112Z | Mediators to change: 1 |
259 | 2025-03-07T21:36:17.115Z | Services to change: 1 |
260 | 2025-03-07T21:36:17.115Z | Create boot environment: No |
261 | 2025-03-07T21:36:17.115Z | Create backup boot environment: Yes |
262 | 2025-03-07T21:36:19.429Z | Actions: 1/6 actions (Updating modified actions) |
263 | 2025-03-07T21:36:19.433Z | Actions: Completed 6 actions in 0.00 seconds. |
264 | 2025-03-07T21:36:19.433Z | Done |
265 | 2025-03-07T21:36:19.433Z | Done |
266 | 2025-03-07T21:36:19.554Z | Done |
267 | 2025-03-07T21:36:23.137Z | Done |
268 | 2025-03-07T21:36:23.225Z | Done |
269 | 2025-03-07T21:36:23.228Z | Done |
270 | 2025-03-07T21:36:23.366Z | Done |
271 | 2025-03-07T21:36:23.795Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
272 | 2025-03-07T21:36:23.795Z | clang system 15 system |
273 | 2025-03-07T21:36:23.795Z | csh system system illumos |
274 | 2025-03-07T21:36:23.795Z | ctags system system illumos |
275 | 2025-03-07T21:36:23.795Z | gcc vendor 12 vendor |
276 | 2025-03-07T21:36:23.795Z | gcc system 10 system |
277 | 2025-03-07T21:36:23.795Z | gcc system 7 system |
278 | 2025-03-07T21:36:23.795Z | go system 1.20 system |
279 | 2025-03-07T21:36:23.795Z | go system 1.19 system |
280 | 2025-03-07T21:36:23.795Z | llvm system 15 system |
281 | 2025-03-07T21:36:23.796Z | llvm system 14 system |
282 | 2025-03-07T21:36:23.796Z | mariadb system 10.6 system |
283 | 2025-03-07T21:36:23.796Z | mta vendor vendor dma |
284 | 2025-03-07T21:36:23.796Z | openjdk system 17 system |
285 | 2025-03-07T21:36:23.796Z | openjdk system 11 system |
286 | 2025-03-07T21:36:23.796Z | openjdk system 1.8 system |
287 | 2025-03-07T21:36:23.796Z | openssl vendor 3 vendor |
288 | 2025-03-07T21:36:23.796Z | perl system 5.36 system |
289 | 2025-03-07T21:36:23.796Z | postgresql system 15 system |
290 | 2025-03-07T21:36:23.796Z | postgresql system 13 system |
291 | 2025-03-07T21:36:23.796Z | python vendor 3 vendor |
292 | 2025-03-07T21:36:23.796Z | python system 2 system |
293 | 2025-03-07T21:36:23.796Z | python3 system 3.11 system |
294 | 2025-03-07T21:36:23.796Z | ruby system 3.0 system |
295 | 2025-03-07T21:36:23.796Z | words vendor vendor american-english |
296 | 2025-03-07T21:36:23.796Z | words system system australian-english |
297 | 2025-03-07T21:36:23.796Z | words system system british-english |
298 | 2025-03-07T21:36:23.796Z | words system system canadian-english |
299 | 2025-03-07T21:36:23.796Z | words system system french |
300 | 2025-03-07T21:36:23.796Z | words system system italian |
301 | 2025-03-07T21:36:23.796Z | words system system ngerman |
302 | 2025-03-07T21:36:23.796Z | words system system ogerman |
303 | 2025-03-07T21:36:23.796Z | words system system spanish |
304 | 2025-03-07T21:36:24.129Z | PUBLISHER TYPE STATUS P LOCATION |
305 | 2025-03-07T21:36:24.130Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
306 | 2025-03-07T21:36:27.189Z | FMRI IFO |
307 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
308 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
309 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
310 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
311 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
312 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
313 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
314 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
315 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
316 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
317 | 2025-03-07T21:36:27.189Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
318 | 2025-03-07T21:36:27.190Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
319 | 2025-03-07T21:36:27.190Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
320 | 2025-03-07T21:36:27.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
321 | 2025-03-07T21:36:27.190Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
322 | 2025-03-07T21:36:28.018Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
323 | 2025-03-07T21:36:28.311Z | Updating crates.io index |
324 | 2025-03-07T21:36:28.314Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
325 | 2025-03-07T21:36:28.957Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
326 | 2025-03-07T21:36:29.240Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
327 | 2025-03-07T21:36:29.502Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
328 | 2025-03-07T21:36:29.789Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
329 | 2025-03-07T21:36:30.881Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
330 | 2025-03-07T21:36:32.666Z | Updating git repository `https://github.com/oxidecomputer/opte` |
331 | 2025-03-07T21:36:33.384Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
332 | 2025-03-07T21:36:34.203Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
333 | 2025-03-07T21:36:34.516Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
334 | 2025-03-07T21:36:34.783Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
335 | 2025-03-07T21:36:35.518Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
336 | 2025-03-07T21:36:36.078Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
337 | 2025-03-07T21:36:36.368Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
338 | 2025-03-07T21:36:36.755Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
339 | 2025-03-07T21:36:36.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
340 | 2025-03-07T21:36:37.291Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
341 | 2025-03-07T21:36:37.546Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
342 | 2025-03-07T21:36:37.828Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
343 | 2025-03-07T21:36:38.164Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
344 | 2025-03-07T21:36:39.211Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
345 | 2025-03-07T21:36:39.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
346 | 2025-03-07T21:36:39.851Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
347 | 2025-03-07T21:36:40.169Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
348 | 2025-03-07T21:36:40.765Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
349 | 2025-03-07T21:36:41.058Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
350 | 2025-03-07T21:36:41.460Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
351 | 2025-03-07T21:36:42.158Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
352 | 2025-03-07T21:36:42.487Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
353 | 2025-03-07T21:36:42.782Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
354 | 2025-03-07T21:36:43.072Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
355 | 2025-03-07T21:36:44.576Z | Downloading crates ... |
356 | 2025-03-07T21:36:44.657Z | Downloaded byteorder v1.5.0 |
357 | 2025-03-07T21:36:44.661Z | Downloaded bitflags v1.3.2 |
358 | 2025-03-07T21:36:44.666Z | Downloaded anstream v0.6.15 |
359 | 2025-03-07T21:36:44.670Z | Downloaded anstyle v1.0.10 |
360 | 2025-03-07T21:36:44.678Z | Downloaded equivalent v1.0.1 |
361 | 2025-03-07T21:36:44.681Z | Downloaded proc-macro-error-attr v1.0.4 |
362 | 2025-03-07T21:36:44.684Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2025-03-07T21:36:44.689Z | Downloaded winnow v0.7.3 |
364 | 2025-03-07T21:36:44.697Z | Downloaded usdt-macro v0.5.0 |
365 | 2025-03-07T21:36:44.700Z | Downloaded zerocopy v0.7.35 |
366 | 2025-03-07T21:36:44.712Z | Downloaded usdt-attr-macro v0.5.0 |
367 | 2025-03-07T21:36:44.715Z | Downloaded swrite v0.1.0 |
368 | 2025-03-07T21:36:44.715Z | Downloaded serde_spanned v0.6.8 |
369 | 2025-03-07T21:36:44.715Z | Downloaded plain v0.2.3 |
370 | 2025-03-07T21:36:44.719Z | Downloaded crypto-common v0.1.6 |
371 | 2025-03-07T21:36:44.719Z | Downloaded block-buffer v0.10.4 |
372 | 2025-03-07T21:36:44.719Z | Downloaded bitflags v2.6.0 |
373 | 2025-03-07T21:36:44.722Z | Downloaded scroll_derive v0.12.0 |
374 | 2025-03-07T21:36:44.722Z | Downloaded fnv v1.0.7 |
375 | 2025-03-07T21:36:44.726Z | Downloaded errno v0.3.9 |
376 | 2025-03-07T21:36:44.726Z | Downloaded fs-err v2.11.0 |
377 | 2025-03-07T21:36:44.729Z | Downloaded fastrand v2.1.1 |
378 | 2025-03-07T21:36:44.729Z | Downloaded dof v0.3.0 |
379 | 2025-03-07T21:36:44.729Z | Downloaded cpufeatures v0.2.14 |
380 | 2025-03-07T21:36:44.732Z | Downloaded autocfg v1.4.0 |
381 | 2025-03-07T21:36:44.732Z | Downloaded generic-array v0.14.7 |
382 | 2025-03-07T21:36:44.732Z | Downloaded clap_lex v0.7.4 |
383 | 2025-03-07T21:36:44.735Z | Downloaded memmap v0.7.0 |
384 | 2025-03-07T21:36:44.735Z | Downloaded digest v0.10.7 |
385 | 2025-03-07T21:36:44.738Z | Downloaded cargo-platform v0.1.8 |
386 | 2025-03-07T21:36:44.738Z | Downloaded camino-tempfile v1.1.1 |
387 | 2025-03-07T21:36:44.741Z | Downloaded thiserror v1.0.69 |
388 | 2025-03-07T21:36:44.744Z | Downloaded thiserror-impl v1.0.69 |
389 | 2025-03-07T21:36:44.744Z | Downloaded macaddr v1.0.1 |
390 | 2025-03-07T21:36:44.748Z | Downloaded is_terminal_polyfill v1.70.1 |
391 | 2025-03-07T21:36:44.748Z | Downloaded colorchoice v1.0.2 |
392 | 2025-03-07T21:36:44.748Z | Downloaded cfg-if v1.0.0 |
393 | 2025-03-07T21:36:44.751Z | Downloaded heck v0.5.0 |
394 | 2025-03-07T21:36:44.751Z | Downloaded anstyle-query v1.1.1 |
395 | 2025-03-07T21:36:44.751Z | Downloaded toml_datetime v0.6.8 |
396 | 2025-03-07T21:36:44.755Z | Downloaded serde_tokenstream v0.2.2 |
397 | 2025-03-07T21:36:44.755Z | Downloaded anstyle-parse v0.2.5 |
398 | 2025-03-07T21:36:44.758Z | Downloaded usdt-impl v0.5.0 |
399 | 2025-03-07T21:36:44.758Z | Downloaded pretty-hex v0.4.1 |
400 | 2025-03-07T21:36:44.758Z | Downloaded terminal_size v0.4.0 |
401 | 2025-03-07T21:36:44.764Z | Downloaded tabled_derive v0.7.0 |
402 | 2025-03-07T21:36:44.764Z | Downloaded thiserror-impl v2.0.11 |
403 | 2025-03-07T21:36:44.767Z | Downloaded strsim v0.11.1 |
404 | 2025-03-07T21:36:44.767Z | Downloaded pest_generator v2.7.14 |
405 | 2025-03-07T21:36:44.767Z | Downloaded unicode-linebreak v0.1.5 |
406 | 2025-03-07T21:36:44.767Z | Downloaded dtrace-parser v0.2.0 |
407 | 2025-03-07T21:36:44.770Z | Downloaded usdt v0.5.0 |
408 | 2025-03-07T21:36:44.770Z | Downloaded itoa v1.0.11 |
409 | 2025-03-07T21:36:44.773Z | Downloaded heck v0.4.1 |
410 | 2025-03-07T21:36:44.776Z | Downloaded utf8parse v0.2.2 |
411 | 2025-03-07T21:36:44.776Z | Downloaded thread-id v4.2.2 |
412 | 2025-03-07T21:36:44.779Z | Downloaded scroll v0.12.0 |
413 | 2025-03-07T21:36:44.783Z | Downloaded camino v1.1.9 |
414 | 2025-03-07T21:36:44.789Z | Downloaded clap_derive v4.5.28 |
415 | 2025-03-07T21:36:44.789Z | Downloaded cargo_metadata v0.19.2 |
416 | 2025-03-07T21:36:44.792Z | Downloaded bytecount v0.6.8 |
417 | 2025-03-07T21:36:44.795Z | Downloaded tempfile v3.13.0 |
418 | 2025-03-07T21:36:44.795Z | Downloaded version_check v0.9.5 |
419 | 2025-03-07T21:36:44.798Z | Downloaded quote v1.0.38 |
420 | 2025-03-07T21:36:44.798Z | Downloaded terminal_size v0.2.6 |
421 | 2025-03-07T21:36:44.801Z | Downloaded semver v1.0.25 |
422 | 2025-03-07T21:36:44.804Z | Downloaded smawk v0.3.2 |
423 | 2025-03-07T21:36:44.804Z | Downloaded sha2 v0.10.8 |
424 | 2025-03-07T21:36:44.807Z | Downloaded thiserror v2.0.11 |
425 | 2025-03-07T21:36:44.810Z | Downloaded pest_derive v2.7.14 |
426 | 2025-03-07T21:36:44.813Z | Downloaded io-lifetimes v1.0.11 |
427 | 2025-03-07T21:36:44.825Z | Downloaded proc-macro-error v1.0.4 |
428 | 2025-03-07T21:36:44.832Z | Downloaded ryu v1.0.18 |
429 | 2025-03-07T21:36:44.835Z | Downloaded once_cell v1.20.3 |
430 | 2025-03-07T21:36:44.835Z | Downloaded log v0.4.22 |
431 | 2025-03-07T21:36:44.838Z | Downloaded clap v4.5.31 |
432 | 2025-03-07T21:36:44.843Z | Downloaded anyhow v1.0.97 |
433 | 2025-03-07T21:36:44.847Z | Downloaded unicode-ident v1.0.14 |
434 | 2025-03-07T21:36:44.849Z | Downloaded ucd-trie v0.1.7 |
435 | 2025-03-07T21:36:44.852Z | Downloaded toml v0.8.20 |
436 | 2025-03-07T21:36:44.855Z | Downloaded textwrap v0.16.1 |
437 | 2025-03-07T21:36:44.858Z | Downloaded serde_derive v1.0.218 |
438 | 2025-03-07T21:36:44.861Z | Downloaded typenum v1.17.0 |
439 | 2025-03-07T21:36:44.861Z | Downloaded pest_meta v2.7.14 |
440 | 2025-03-07T21:36:44.864Z | Downloaded cargo_toml v0.21.0 |
441 | 2025-03-07T21:36:44.864Z | Downloaded papergrid v0.11.0 |
442 | 2025-03-07T21:36:44.875Z | Downloaded indexmap v2.7.1 |
443 | 2025-03-07T21:36:44.885Z | Downloaded serde v1.0.218 |
444 | 2025-03-07T21:36:44.892Z | Downloaded proc-macro2 v1.0.93 |
445 | 2025-03-07T21:36:44.895Z | Downloaded memchr v2.7.4 |
446 | 2025-03-07T21:36:44.901Z | Downloaded toml_edit v0.22.24 |
447 | 2025-03-07T21:36:44.921Z | Downloaded hashbrown v0.15.1 |
448 | 2025-03-07T21:36:44.940Z | Downloaded pest v2.7.14 |
449 | 2025-03-07T21:36:44.945Z | Downloaded goblin v0.8.2 |
450 | 2025-03-07T21:36:44.955Z | Downloaded serde_json v1.0.139 |
451 | 2025-03-07T21:36:44.962Z | Downloaded clap_builder v4.5.31 |
452 | 2025-03-07T21:36:44.975Z | Downloaded tabled v0.15.0 |
453 | 2025-03-07T21:36:44.993Z | Downloaded syn v1.0.109 |
454 | 2025-03-07T21:36:45.010Z | Downloaded unicode-width v0.1.14 |
455 | 2025-03-07T21:36:45.016Z | Downloaded syn v2.0.98 |
456 | 2025-03-07T21:36:45.026Z | Downloaded rustix v0.37.28 |
457 | 2025-03-07T21:36:45.043Z | Downloaded rustix v0.38.37 |
458 | 2025-03-07T21:36:45.063Z | Downloaded libc v0.2.170 |
459 | 2025-03-07T21:36:45.199Z | Compiling proc-macro2 v1.0.93 |
460 | 2025-03-07T21:36:45.199Z | Compiling unicode-ident v1.0.14 |
461 | 2025-03-07T21:36:45.202Z | Compiling libc v0.2.170 |
462 | 2025-03-07T21:36:45.202Z | Compiling version_check v0.9.5 |
463 | 2025-03-07T21:36:45.202Z | Compiling serde v1.0.218 |
464 | 2025-03-07T21:36:45.203Z | Compiling memchr v2.7.4 |
465 | 2025-03-07T21:36:45.203Z | Compiling thiserror v1.0.69 |
466 | 2025-03-07T21:36:45.237Z | Compiling ucd-trie v0.1.7 |
467 | 2025-03-07T21:36:45.471Z | Compiling itoa v1.0.11 |
468 | 2025-03-07T21:36:45.723Z | Compiling ryu v1.0.18 |
469 | 2025-03-07T21:36:45.825Z | Compiling once_cell v1.20.3 |
470 | 2025-03-07T21:36:46.028Z | Compiling byteorder v1.5.0 |
471 | 2025-03-07T21:36:46.053Z | Compiling serde_json v1.0.139 |
472 | 2025-03-07T21:36:46.196Z | Compiling rustix v0.38.37 |
473 | 2025-03-07T21:36:46.470Z | Compiling bitflags v2.6.0 |
474 | 2025-03-07T21:36:46.498Z | Compiling proc-macro-error-attr v1.0.4 |
475 | 2025-03-07T21:36:46.735Z | Compiling usdt-impl v0.5.0 |
476 | 2025-03-07T21:36:46.793Z | Compiling io-lifetimes v1.0.11 |
477 | 2025-03-07T21:36:46.816Z | Compiling syn v1.0.109 |
478 | 2025-03-07T21:36:46.957Z | Compiling proc-macro-error v1.0.4 |
479 | 2025-03-07T21:36:47.052Z | Compiling quote v1.0.38 |
480 | 2025-03-07T21:36:47.231Z | Compiling errno v0.3.9 |
481 | 2025-03-07T21:36:47.255Z | Compiling utf8parse v0.2.2 |
482 | 2025-03-07T21:36:47.376Z | Compiling camino v1.1.9 |
483 | 2025-03-07T21:36:47.433Z | Compiling syn v2.0.98 |
484 | 2025-03-07T21:36:47.492Z | Compiling equivalent v1.0.1 |
485 | 2025-03-07T21:36:47.607Z | Compiling thread-id v4.2.2 |
486 | 2025-03-07T21:36:47.630Z | Compiling log v0.4.22 |
487 | 2025-03-07T21:36:47.634Z | Compiling plain v0.2.3 |
488 | 2025-03-07T21:36:47.655Z | Compiling hashbrown v0.15.1 |
489 | 2025-03-07T21:36:47.737Z | Compiling rustix v0.37.28 |
490 | 2025-03-07T21:36:47.990Z | Compiling anstyle-parse v0.2.5 |
491 | 2025-03-07T21:36:48.373Z | Compiling pretty-hex v0.4.1 |
492 | 2025-03-07T21:36:48.572Z | Compiling anstyle v1.0.10 |
493 | 2025-03-07T21:36:48.595Z | Compiling autocfg v1.4.0 |
494 | 2025-03-07T21:36:48.632Z | Compiling bitflags v1.3.2 |
495 | 2025-03-07T21:36:48.714Z | Compiling indexmap v2.7.1 |
496 | 2025-03-07T21:36:48.748Z | Compiling anstyle-query v1.1.1 |
497 | 2025-03-07T21:36:48.818Z | Compiling colorchoice v1.0.2 |
498 | 2025-03-07T21:36:48.921Z | Compiling winnow v0.7.3 |
499 | 2025-03-07T21:36:48.971Z | Compiling semver v1.0.25 |
500 | 2025-03-07T21:36:48.996Z | Compiling is_terminal_polyfill v1.70.1 |
501 | 2025-03-07T21:36:49.149Z | Compiling thiserror v2.0.11 |
502 | 2025-03-07T21:36:49.536Z | Compiling unicode-width v0.1.14 |
503 | 2025-03-07T21:36:49.632Z | Compiling fs-err v2.11.0 |
504 | 2025-03-07T21:36:49.962Z | Compiling terminal_size v0.4.0 |
505 | 2025-03-07T21:36:49.985Z | Compiling anstream v0.6.15 |
506 | 2025-03-07T21:36:50.170Z | Compiling heck v0.4.1 |
507 | 2025-03-07T21:36:50.211Z | Compiling clap_lex v0.7.4 |
508 | 2025-03-07T21:36:50.266Z | Compiling strsim v0.11.1 |
509 | 2025-03-07T21:36:50.598Z | Compiling heck v0.5.0 |
510 | 2025-03-07T21:36:50.624Z | Compiling anyhow v1.0.97 |
511 | 2025-03-07T21:36:51.028Z | Compiling bytecount v0.6.8 |
512 | 2025-03-07T21:36:51.073Z | Compiling fastrand v2.1.1 |
513 | 2025-03-07T21:36:51.222Z | Compiling fnv v1.0.7 |
514 | 2025-03-07T21:36:51.251Z | Compiling cfg-if v1.0.0 |
515 | 2025-03-07T21:36:51.354Z | Compiling papergrid v0.11.0 |
516 | 2025-03-07T21:36:51.375Z | Compiling terminal_size v0.2.6 |
517 | 2025-03-07T21:36:51.556Z | Compiling tempfile v3.13.0 |
518 | 2025-03-07T21:36:51.578Z | Compiling clap_builder v4.5.31 |
519 | 2025-03-07T21:36:51.667Z | Compiling memmap v0.7.0 |
520 | 2025-03-07T21:36:51.800Z | Compiling smawk v0.3.2 |
521 | 2025-03-07T21:36:51.984Z | Compiling unicode-linebreak v0.1.5 |
522 | 2025-03-07T21:36:52.394Z | Compiling textwrap v0.16.1 |
523 | 2025-03-07T21:36:52.462Z | Compiling swrite v0.1.0 |
524 | 2025-03-07T21:36:53.052Z | Compiling tabled_derive v0.7.0 |
525 | 2025-03-07T21:36:54.413Z | Compiling tabled v0.15.0 |
526 | 2025-03-07T21:36:54.539Z | Compiling serde_derive v1.0.218 |
527 | 2025-03-07T21:36:54.539Z | Compiling thiserror-impl v1.0.69 |
528 | 2025-03-07T21:36:54.542Z | Compiling zerocopy-derive v0.7.35 |
529 | 2025-03-07T21:36:54.542Z | Compiling scroll_derive v0.12.0 |
530 | 2025-03-07T21:36:54.543Z | Compiling thiserror-impl v2.0.11 |
531 | 2025-03-07T21:36:54.543Z | Compiling clap_derive v4.5.28 |
532 | 2025-03-07T21:36:55.926Z | Compiling scroll v0.12.0 |
533 | 2025-03-07T21:36:56.475Z | Compiling goblin v0.8.2 |
534 | 2025-03-07T21:36:56.614Z | Compiling zerocopy v0.7.35 |
535 | 2025-03-07T21:36:57.637Z | Compiling pest v2.7.14 |
536 | 2025-03-07T21:36:58.774Z | Compiling clap v4.5.31 |
537 | 2025-03-07T21:36:59.876Z | Compiling pest_meta v2.7.14 |
538 | 2025-03-07T21:37:00.754Z | Compiling pest_generator v2.7.14 |
539 | 2025-03-07T21:37:02.101Z | Compiling pest_derive v2.7.14 |
540 | 2025-03-07T21:37:02.687Z | Compiling dtrace-parser v0.2.0 |
541 | 2025-03-07T21:37:03.639Z | Compiling toml_datetime v0.6.8 |
542 | 2025-03-07T21:37:03.641Z | Compiling serde_spanned v0.6.8 |
543 | 2025-03-07T21:37:03.641Z | Compiling cargo-platform v0.1.8 |
544 | 2025-03-07T21:37:03.955Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-03-07T21:37:04.027Z | Compiling toml_edit v0.22.24 |
546 | 2025-03-07T21:37:04.162Z | Compiling macaddr v1.0.1 |
547 | 2025-03-07T21:37:04.196Z | Compiling camino-tempfile v1.1.1 |
548 | 2025-03-07T21:37:04.990Z | Compiling dof v0.3.0 |
549 | 2025-03-07T21:37:04.990Z | Compiling cargo_metadata v0.19.2 |
550 | 2025-03-07T21:37:06.511Z | Compiling usdt-attr-macro v0.5.0 |
551 | 2025-03-07T21:37:06.511Z | Compiling usdt-macro v0.5.0 |
552 | 2025-03-07T21:37:06.662Z | Compiling toml v0.8.20 |
553 | 2025-03-07T21:37:07.464Z | Compiling cargo_toml v0.21.0 |
554 | 2025-03-07T21:37:07.791Z | Compiling usdt v0.5.0 |
555 | 2025-03-07T21:37:10.121Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
556 | 2025-03-07T21:37:13.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.45s |
557 | 2025-03-07T21:37:13.479Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
558 | 2025-03-07T21:37:14.038Z | Downloading crates ... |
559 | 2025-03-07T21:37:14.151Z | Downloaded adler2 v2.0.0 |
560 | 2025-03-07T21:37:14.161Z | Downloaded addr2line v0.24.2 |
561 | 2025-03-07T21:37:14.164Z | Downloaded assert_matches v1.5.0 |
562 | 2025-03-07T21:37:14.168Z | Downloaded base16ct v0.2.0 |
563 | 2025-03-07T21:37:14.176Z | Downloaded hex-literal v0.4.1 |
564 | 2025-03-07T21:37:14.179Z | Downloaded ctr v0.9.2 |
565 | 2025-03-07T21:37:14.182Z | Downloaded cfg_aliases v0.1.1 |
566 | 2025-03-07T21:37:14.185Z | Downloaded http-body v1.0.1 |
567 | 2025-03-07T21:37:14.185Z | Downloaded httpdate v1.0.3 |
568 | 2025-03-07T21:37:14.189Z | Downloaded cfg_aliases v0.2.1 |
569 | 2025-03-07T21:37:14.193Z | Downloaded atomicwrites v0.4.4 |
570 | 2025-03-07T21:37:14.196Z | Downloaded highway v1.3.0 |
571 | 2025-03-07T21:37:14.199Z | Downloaded hex v0.4.3 |
572 | 2025-03-07T21:37:14.203Z | Downloaded cstr-argument v0.1.2 |
573 | 2025-03-07T21:37:14.203Z | Downloaded hubpack_derive v0.1.1 |
574 | 2025-03-07T21:37:14.203Z | Downloaded http-range v0.1.5 |
575 | 2025-03-07T21:37:14.203Z | Downloaded crunchy v0.2.2 |
576 | 2025-03-07T21:37:14.206Z | Downloaded ciborium-io v0.2.2 |
577 | 2025-03-07T21:37:14.206Z | Downloaded is_ci v1.2.0 |
578 | 2025-03-07T21:37:14.209Z | Downloaded atty v0.2.14 |
579 | 2025-03-07T21:37:14.218Z | Downloaded crucible-workspace-hack v0.1.0 |
580 | 2025-03-07T21:37:14.221Z | Downloaded instant v0.1.13 |
581 | 2025-03-07T21:37:14.221Z | Downloaded ident_case v1.0.1 |
582 | 2025-03-07T21:37:14.221Z | Downloaded ascii-canvas v3.0.0 |
583 | 2025-03-07T21:37:14.224Z | Downloaded md5 v0.7.0 |
584 | 2025-03-07T21:37:14.224Z | Downloaded progenitor-client v0.8.0 |
585 | 2025-03-07T21:37:14.228Z | Downloaded async-stream-impl v0.3.6 |
586 | 2025-03-07T21:37:14.231Z | Downloaded cargo_metadata v0.18.1 |
587 | 2025-03-07T21:37:14.233Z | Downloaded icu_provider_macros v1.5.0 |
588 | 2025-03-07T21:37:14.233Z | Downloaded aead v0.5.2 |
589 | 2025-03-07T21:37:14.239Z | Downloaded blowfish v0.9.1 |
590 | 2025-03-07T21:37:14.242Z | Downloaded lru v0.12.5 |
591 | 2025-03-07T21:37:14.242Z | Downloaded is-terminal v0.4.13 |
592 | 2025-03-07T21:37:14.245Z | Downloaded bitfield v0.14.0 |
593 | 2025-03-07T21:37:14.245Z | Downloaded hubpack v0.1.2 |
594 | 2025-03-07T21:37:14.248Z | Downloaded hostname v0.4.0 |
595 | 2025-03-07T21:37:14.248Z | Downloaded block-padding v0.3.3 |
596 | 2025-03-07T21:37:14.248Z | Downloaded async-stream v0.3.6 |
597 | 2025-03-07T21:37:14.251Z | Downloaded match_cfg v0.1.0 |
598 | 2025-03-07T21:37:14.251Z | Downloaded crc-catalog v2.4.0 |
599 | 2025-03-07T21:37:14.254Z | Downloaded bit-vec v0.6.3 |
600 | 2025-03-07T21:37:14.254Z | Downloaded md-5 v0.10.6 |
601 | 2025-03-07T21:37:14.257Z | Downloaded http-body-util v0.1.2 |
602 | 2025-03-07T21:37:14.260Z | Downloaded maplit v1.0.2 |
603 | 2025-03-07T21:37:14.260Z | Downloaded lockfree-object-pool v0.1.6 |
604 | 2025-03-07T21:37:14.264Z | Downloaded chrono-tz-build v0.4.0 |
605 | 2025-03-07T21:37:14.264Z | Downloaded lazy_static v1.5.0 |
606 | 2025-03-07T21:37:14.267Z | Downloaded memoffset v0.9.1 |
607 | 2025-03-07T21:37:14.267Z | Downloaded managed v0.8.0 |
608 | 2025-03-07T21:37:14.267Z | Downloaded maybe-uninit v2.0.0 |
609 | 2025-03-07T21:37:14.270Z | Downloaded linear-map v1.2.0 |
610 | 2025-03-07T21:37:14.270Z | Downloaded instability v0.3.2 |
611 | 2025-03-07T21:37:14.273Z | Downloaded cmake v0.1.51 |
612 | 2025-03-07T21:37:14.273Z | Downloaded libefi-sys v0.1.0 |
613 | 2025-03-07T21:37:14.276Z | Downloaded lalrpop-util v0.19.12 |
614 | 2025-03-07T21:37:14.276Z | Downloaded constant_time_eq v0.3.1 |
615 | 2025-03-07T21:37:14.279Z | Downloaded impl-trait-for-tuples v0.2.2 |
616 | 2025-03-07T21:37:14.279Z | Downloaded bit-set v0.5.3 |
617 | 2025-03-07T21:37:14.282Z | Downloaded ipnetwork v0.21.1 |
618 | 2025-03-07T21:37:14.282Z | Downloaded lazycell v1.3.0 |
619 | 2025-03-07T21:37:14.285Z | Downloaded bit-set v0.8.0 |
620 | 2025-03-07T21:37:14.285Z | Downloaded keccak v0.1.5 |
621 | 2025-03-07T21:37:14.289Z | Downloaded convert_case v0.4.0 |
622 | 2025-03-07T21:37:14.289Z | Downloaded cexpr v0.6.0 |
623 | 2025-03-07T21:37:14.292Z | Downloaded linked-hash-map v0.5.6 |
624 | 2025-03-07T21:37:14.292Z | Downloaded humantime v2.1.0 |
625 | 2025-03-07T21:37:14.292Z | Downloaded kstat-rs v0.2.4 |
626 | 2025-03-07T21:37:14.295Z | Downloaded mockall v0.13.1 |
627 | 2025-03-07T21:37:14.295Z | Downloaded crc v3.2.1 |
628 | 2025-03-07T21:37:14.298Z | Downloaded castaway v0.2.3 |
629 | 2025-03-07T21:37:14.301Z | Downloaded idna_adapter v1.2.0 |
630 | 2025-03-07T21:37:14.301Z | Downloaded backoff v0.4.0 |
631 | 2025-03-07T21:37:14.304Z | Downloaded chacha20 v0.9.1 |
632 | 2025-03-07T21:37:14.304Z | Downloaded cassowary v0.3.0 |
633 | 2025-03-07T21:37:14.307Z | Downloaded multimap v0.10.0 |
634 | 2025-03-07T21:37:14.307Z | Downloaded hmac v0.12.1 |
635 | 2025-03-07T21:37:14.310Z | Downloaded indoc v2.0.5 |
636 | 2025-03-07T21:37:14.313Z | Downloaded mime v0.3.17 |
637 | 2025-03-07T21:37:14.313Z | Downloaded lru-cache v0.1.2 |
638 | 2025-03-07T21:37:14.316Z | Downloaded libsw v3.4.0 |
639 | 2025-03-07T21:37:14.316Z | Downloaded sigpipe v0.1.3 |
640 | 2025-03-07T21:37:14.319Z | Downloaded bzip2 v0.4.4 |
641 | 2025-03-07T21:37:14.319Z | Downloaded tower-service v0.3.3 |
642 | 2025-03-07T21:37:14.319Z | Downloaded argon2 v0.5.3 |
643 | 2025-03-07T21:37:14.322Z | Downloaded bit-vec v0.8.0 |
644 | 2025-03-07T21:37:14.325Z | Downloaded bb8 v0.8.5 |
645 | 2025-03-07T21:37:14.325Z | Downloaded httparse v1.9.5 |
646 | 2025-03-07T21:37:14.329Z | Downloaded async-trait v0.1.87 |
647 | 2025-03-07T21:37:14.332Z | Downloaded radium v0.7.0 |
648 | 2025-03-07T21:37:14.332Z | Downloaded cancel-safe-futures v0.1.5 |
649 | 2025-03-07T21:37:14.335Z | Downloaded lock_api v0.4.12 |
650 | 2025-03-07T21:37:14.338Z | Downloaded hyper-rustls v0.27.3 |
651 | 2025-03-07T21:37:14.338Z | Downloaded crossbeam-deque v0.8.5 |
652 | 2025-03-07T21:37:14.345Z | Downloaded proc-macro-error-attr2 v2.0.0 |
653 | 2025-03-07T21:37:14.348Z | Downloaded ipnet v2.11.0 |
654 | 2025-03-07T21:37:14.348Z | Downloaded bcs v0.1.6 |
655 | 2025-03-07T21:37:14.348Z | Downloaded hyper-staticfile v0.10.1 |
656 | 2025-03-07T21:37:14.348Z | Downloaded const_format_proc_macros v0.2.34 |
657 | 2025-03-07T21:37:14.351Z | Downloaded jobserver v0.1.32 |
658 | 2025-03-07T21:37:14.354Z | Downloaded sqlparser_derive v0.2.2 |
659 | 2025-03-07T21:37:14.354Z | Downloaded console v0.15.10 |
660 | 2025-03-07T21:37:14.359Z | Downloaded litemap v0.7.3 |
661 | 2025-03-07T21:37:14.359Z | Downloaded base64ct v1.6.0 |
662 | 2025-03-07T21:37:14.363Z | Downloaded multer v3.1.0 |
663 | 2025-03-07T21:37:14.363Z | Downloaded libsw-core v0.3.1 |
664 | 2025-03-07T21:37:14.366Z | Downloaded hickory-client v0.24.4 |
665 | 2025-03-07T21:37:14.369Z | Downloaded zerofrom v0.1.4 |
666 | 2025-03-07T21:37:14.369Z | Downloaded arrayref v0.3.9 |
667 | 2025-03-07T21:37:14.373Z | Downloaded csv-core v0.1.11 |
668 | 2025-03-07T21:37:14.373Z | Downloaded tower-layer v0.3.3 |
669 | 2025-03-07T21:37:14.373Z | Downloaded crc32fast v1.4.2 |
670 | 2025-03-07T21:37:14.376Z | Downloaded ciborium v0.2.2 |
671 | 2025-03-07T21:37:14.378Z | Downloaded rustfmt-wrapper v0.2.1 |
672 | 2025-03-07T21:37:14.379Z | Downloaded ref-cast v1.0.23 |
673 | 2025-03-07T21:37:14.381Z | Downloaded serde_urlencoded v0.7.1 |
674 | 2025-03-07T21:37:14.384Z | Downloaded rtoolbox v0.0.2 |
675 | 2025-03-07T21:37:14.384Z | Downloaded r2d2 v0.8.10 |
676 | 2025-03-07T21:37:14.387Z | Downloaded foreign-types-shared v0.3.1 |
677 | 2025-03-07T21:37:14.387Z | Downloaded thread_local v1.1.8 |
678 | 2025-03-07T21:37:14.388Z | Downloaded utf8_iter v1.0.4 |
679 | 2025-03-07T21:37:14.391Z | Downloaded thiserror-no-std v2.0.2 |
680 | 2025-03-07T21:37:14.394Z | Downloaded headers-core v0.3.0 |
681 | 2025-03-07T21:37:14.394Z | Downloaded tabwriter v1.4.0 |
682 | 2025-03-07T21:37:14.397Z | Downloaded tabled_derive v0.10.0 |
683 | 2025-03-07T21:37:14.397Z | Downloaded slog-json v2.6.1 |
684 | 2025-03-07T21:37:14.400Z | Downloaded serde-hex v0.1.0 |
685 | 2025-03-07T21:37:14.400Z | Downloaded allocator-api2 v0.2.18 |
686 | 2025-03-07T21:37:14.403Z | Downloaded icu_normalizer v1.5.0 |
687 | 2025-03-07T21:37:14.406Z | Downloaded iana-time-zone v0.1.61 |
688 | 2025-03-07T21:37:14.409Z | Downloaded indexmap v1.9.3 |
689 | 2025-03-07T21:37:14.412Z | Downloaded icu_locid_transform_data v1.5.0 |
690 | 2025-03-07T21:37:14.415Z | Downloaded icu_normalizer_data v1.5.0 |
691 | 2025-03-07T21:37:14.418Z | Downloaded cookie_store v0.21.1 |
692 | 2025-03-07T21:37:14.418Z | Downloaded cookie v0.18.1 |
693 | 2025-03-07T21:37:14.421Z | Downloaded const-oid v0.9.6 |
694 | 2025-03-07T21:37:14.425Z | Downloaded num-conv v0.1.0 |
695 | 2025-03-07T21:37:14.425Z | Downloaded futures-core v0.3.31 |
696 | 2025-03-07T21:37:14.428Z | Downloaded opaque-debug v0.3.1 |
697 | 2025-03-07T21:37:14.428Z | Downloaded structmeta v0.3.0 |
698 | 2025-03-07T21:37:14.428Z | Downloaded crossbeam-epoch v0.9.18 |
699 | 2025-03-07T21:37:14.432Z | Downloaded smf v0.2.3 |
700 | 2025-03-07T21:37:14.432Z | Downloaded memmap2 v0.9.5 |
701 | 2025-03-07T21:37:14.435Z | Downloaded buf-list v1.0.3 |
702 | 2025-03-07T21:37:14.435Z | Downloaded cobs v0.2.3 |
703 | 2025-03-07T21:37:14.438Z | Downloaded deranged v0.3.11 |
704 | 2025-03-07T21:37:14.438Z | Downloaded zerovec-derive v0.10.3 |
705 | 2025-03-07T21:37:14.441Z | Downloaded zeroize_derive v1.4.2 |
706 | 2025-03-07T21:37:14.441Z | Downloaded zerofrom-derive v0.1.4 |
707 | 2025-03-07T21:37:14.444Z | Downloaded phf_shared v0.10.0 |
708 | 2025-03-07T21:37:14.444Z | Downloaded zeroize v1.8.1 |
709 | 2025-03-07T21:37:14.444Z | Downloaded unicase v2.7.0 |
710 | 2025-03-07T21:37:14.447Z | Downloaded thiserror-impl-no-std v2.0.2 |
711 | 2025-03-07T21:37:14.447Z | Downloaded arrayvec v0.7.6 |
712 | 2025-03-07T21:37:14.450Z | Downloaded icu_locid v1.5.0 |
713 | 2025-03-07T21:37:14.453Z | Downloaded phf_shared v0.11.2 |
714 | 2025-03-07T21:37:14.456Z | Downloaded static_assertions v1.1.0 |
715 | 2025-03-07T21:37:14.456Z | Downloaded crossbeam-utils v0.8.20 |
716 | 2025-03-07T21:37:14.459Z | Downloaded futures-executor v0.3.31 |
717 | 2025-03-07T21:37:14.462Z | Downloaded fd-lock v4.0.2 |
718 | 2025-03-07T21:37:14.462Z | Downloaded yoke v0.7.4 |
719 | 2025-03-07T21:37:14.465Z | Downloaded unarray v0.1.4 |
720 | 2025-03-07T21:37:14.468Z | Downloaded scheduled-thread-pool v0.2.7 |
721 | 2025-03-07T21:37:14.468Z | Downloaded rustc_version v0.4.1 |
722 | 2025-03-07T21:37:14.468Z | Downloaded shell-words v1.1.0 |
723 | 2025-03-07T21:37:14.471Z | Downloaded enum-as-inner v0.6.1 |
724 | 2025-03-07T21:37:14.471Z | Downloaded clang-sys v1.8.1 |
725 | 2025-03-07T21:37:14.474Z | Downloaded dirs-sys-next v0.1.2 |
726 | 2025-03-07T21:37:14.477Z | Downloaded pbkdf2 v0.11.0 |
727 | 2025-03-07T21:37:14.477Z | Downloaded fallible-iterator v0.2.0 |
728 | 2025-03-07T21:37:14.480Z | Downloaded group v0.13.0 |
729 | 2025-03-07T21:37:14.480Z | Downloaded libloading v0.8.5 |
730 | 2025-03-07T21:37:14.483Z | Downloaded litrs v0.4.1 |
731 | 2025-03-07T21:37:14.486Z | Downloaded arc-swap v1.7.1 |
732 | 2025-03-07T21:37:14.490Z | Downloaded ahash v0.8.11 |
733 | 2025-03-07T21:37:14.493Z | Downloaded indicatif v0.17.11 |
734 | 2025-03-07T21:37:14.496Z | Downloaded mockall_derive v0.13.1 |
735 | 2025-03-07T21:37:14.499Z | Downloaded value-bag v1.9.0 |
736 | 2025-03-07T21:37:14.502Z | Downloaded darling_macro v0.20.10 |
737 | 2025-03-07T21:37:14.502Z | Downloaded universal-hash v0.5.1 |
738 | 2025-03-07T21:37:14.506Z | Downloaded crc-any v2.5.0 |
739 | 2025-03-07T21:37:14.506Z | Downloaded miniz_oxide v0.8.5 |
740 | 2025-03-07T21:37:14.509Z | Downloaded pbkdf2 v0.12.2 |
741 | 2025-03-07T21:37:14.509Z | Downloaded path-slash v0.1.5 |
742 | 2025-03-07T21:37:14.512Z | Downloaded primeorder v0.13.6 |
743 | 2025-03-07T21:37:14.512Z | Downloaded parse-display-derive v0.10.0 |
744 | 2025-03-07T21:37:14.512Z | Downloaded futures-channel v0.3.31 |
745 | 2025-03-07T21:37:14.515Z | Downloaded strum_macros v0.26.4 |
746 | 2025-03-07T21:37:14.518Z | Downloaded uzers v0.12.1 |
747 | 2025-03-07T21:37:14.521Z | Downloaded num-derive v0.4.2 |
748 | 2025-03-07T21:37:14.521Z | Downloaded der_derive v0.7.3 |
749 | 2025-03-07T21:37:14.524Z | Downloaded colored v2.2.0 |
750 | 2025-03-07T21:37:14.527Z | Downloaded powerfmt v0.2.0 |
751 | 2025-03-07T21:37:14.527Z | Downloaded owo-colors v4.2.0 |
752 | 2025-03-07T21:37:14.530Z | Downloaded ff v0.13.0 |
753 | 2025-03-07T21:37:14.533Z | Downloaded tokio-stream v0.1.17 |
754 | 2025-03-07T21:37:14.536Z | Downloaded slab v0.4.9 |
755 | 2025-03-07T21:37:14.546Z | Downloaded parse-size v1.1.0 |
756 | 2025-03-07T21:37:14.549Z | Downloaded flagset v0.4.6 |
757 | 2025-03-07T21:37:14.549Z | Downloaded stable_deref_trait v1.2.0 |
758 | 2025-03-07T21:37:14.552Z | Downloaded icu_properties v1.5.1 |
759 | 2025-03-07T21:37:14.555Z | Downloaded normalize-line-endings v0.3.0 |
760 | 2025-03-07T21:37:14.555Z | Downloaded hash32 v0.3.1 |
761 | 2025-03-07T21:37:14.558Z | Downloaded icu_collections v1.5.0 |
762 | 2025-03-07T21:37:14.561Z | Downloaded ssh-encoding v0.2.0 |
763 | 2025-03-07T21:37:14.564Z | Downloaded ssh-cipher v0.2.0 |
764 | 2025-03-07T21:37:14.568Z | Downloaded zone v0.1.8 |
765 | 2025-03-07T21:37:14.568Z | Downloaded termios v0.3.3 |
766 | 2025-03-07T21:37:14.571Z | Downloaded unicode-xid v0.2.6 |
767 | 2025-03-07T21:37:14.571Z | Downloaded unicode-truncate v1.1.0 |
768 | 2025-03-07T21:37:14.571Z | Downloaded parking_lot v0.11.2 |
769 | 2025-03-07T21:37:14.575Z | Downloaded pretty-hex v0.2.1 |
770 | 2025-03-07T21:37:14.575Z | Downloaded derive_builder_core v0.20.2 |
771 | 2025-03-07T21:37:14.578Z | Downloaded xz2 v0.1.7 |
772 | 2025-03-07T21:37:14.578Z | Downloaded bytes v1.10.0 |
773 | 2025-03-07T21:37:14.582Z | Downloaded diesel-dtrace v0.4.2 |
774 | 2025-03-07T21:37:14.584Z | Downloaded quinn-udp v0.5.5 |
775 | 2025-03-07T21:37:14.588Z | Downloaded derive-where v1.2.7 |
776 | 2025-03-07T21:37:14.592Z | Downloaded phf_generator v0.11.2 |
777 | 2025-03-07T21:37:14.592Z | Downloaded samael v0.0.18 |
778 | 2025-03-07T21:37:14.596Z | Downloaded subprocess v0.2.9 |
779 | 2025-03-07T21:37:14.599Z | Downloaded tls_codec v0.4.1 |
780 | 2025-03-07T21:37:14.602Z | Downloaded slog-term v2.9.1 |
781 | 2025-03-07T21:37:14.605Z | Downloaded float-cmp v0.10.0 |
782 | 2025-03-07T21:37:14.605Z | Downloaded slog-stdlog v4.1.1 |
783 | 2025-03-07T21:37:14.609Z | Downloaded rsa v0.9.6 |
784 | 2025-03-07T21:37:14.612Z | Downloaded time-core v0.1.2 |
785 | 2025-03-07T21:37:14.612Z | Downloaded slog-envlogger v2.2.0 |
786 | 2025-03-07T21:37:14.615Z | Downloaded ppv-lite86 v0.2.20 |
787 | 2025-03-07T21:37:14.615Z | Downloaded base64 v0.13.1 |
788 | 2025-03-07T21:37:14.618Z | Downloaded termcolor v1.4.1 |
789 | 2025-03-07T21:37:14.621Z | Downloaded olpc-cjson v0.1.4 |
790 | 2025-03-07T21:37:14.621Z | Downloaded base64 v0.22.1 |
791 | 2025-03-07T21:37:14.624Z | Downloaded pin-project-internal v1.1.6 |
792 | 2025-03-07T21:37:14.627Z | Downloaded bumpalo v3.16.0 |
793 | 2025-03-07T21:37:14.630Z | Downloaded ed25519 v2.2.3 |
794 | 2025-03-07T21:37:14.630Z | Downloaded same-file v1.0.6 |
795 | 2025-03-07T21:37:14.633Z | Downloaded unicode-bidi v0.3.17 |
796 | 2025-03-07T21:37:14.636Z | Downloaded waitgroup v0.1.2 |
797 | 2025-03-07T21:37:14.636Z | Downloaded typify-macro v0.2.0 |
798 | 2025-03-07T21:37:14.639Z | Downloaded zone_cfg_derive v0.3.0 |
799 | 2025-03-07T21:37:14.639Z | Downloaded sync_wrapper v1.0.1 |
800 | 2025-03-07T21:37:14.639Z | Downloaded fixedbitset v0.4.2 |
801 | 2025-03-07T21:37:14.642Z | Downloaded hickory-server v0.24.4 |
802 | 2025-03-07T21:37:14.645Z | Downloaded zone_cfg_derive v0.1.2 |
803 | 2025-03-07T21:37:14.648Z | Downloaded hash32 v0.2.1 |
804 | 2025-03-07T21:37:14.648Z | Downloaded foreign-types v0.3.2 |
805 | 2025-03-07T21:37:14.651Z | Downloaded num-iter v0.1.45 |
806 | 2025-03-07T21:37:14.651Z | Downloaded dropshot_endpoint v0.16.0 |
807 | 2025-03-07T21:37:14.655Z | Downloaded oso-derive v0.27.3 |
808 | 2025-03-07T21:37:14.655Z | Downloaded ron v0.7.1 |
809 | 2025-03-07T21:37:14.658Z | Downloaded const_format v0.2.34 |
810 | 2025-03-07T21:37:14.663Z | Downloaded rustversion v1.0.17 |
811 | 2025-03-07T21:37:14.666Z | Downloaded crypto-bigint v0.5.5 |
812 | 2025-03-07T21:37:14.672Z | Downloaded serde_yaml v0.9.34+deprecated |
813 | 2025-03-07T21:37:14.675Z | Downloaded tokio-tungstenite v0.21.0 |
814 | 2025-03-07T21:37:14.678Z | Downloaded smallvec v0.6.14 |
815 | 2025-03-07T21:37:14.681Z | Downloaded omicron-zone-package v0.12.0 |
816 | 2025-03-07T21:37:14.684Z | Downloaded time-macros v0.2.18 |
817 | 2025-03-07T21:37:14.687Z | Downloaded synstructure v0.13.1 |
818 | 2025-03-07T21:37:14.687Z | Downloaded chacha20poly1305 v0.10.1 |
819 | 2025-03-07T21:37:14.690Z | Downloaded tokio-rustls v0.25.0 |
820 | 2025-03-07T21:37:14.690Z | Downloaded cc v1.2.15 |
821 | 2025-03-07T21:37:14.694Z | Downloaded base64 v0.21.7 |
822 | 2025-03-07T21:37:14.697Z | Downloaded float-ord v0.3.2 |
823 | 2025-03-07T21:37:14.697Z | Downloaded mio v1.0.2 |
824 | 2025-03-07T21:37:14.702Z | Downloaded take_mut v0.2.2 |
825 | 2025-03-07T21:37:14.705Z | Downloaded poly1305 v0.8.0 |
826 | 2025-03-07T21:37:14.708Z | Downloaded serde_plain v1.0.2 |
827 | 2025-03-07T21:37:14.708Z | Downloaded secrecy v0.8.0 |
828 | 2025-03-07T21:37:14.711Z | Downloaded rustc_version v0.1.7 |
829 | 2025-03-07T21:37:14.711Z | Downloaded progenitor-impl v0.9.1 |
830 | 2025-03-07T21:37:14.714Z | Downloaded minimal-lexical v0.2.1 |
831 | 2025-03-07T21:37:14.717Z | Downloaded dyn-clone v1.0.19 |
832 | 2025-03-07T21:37:14.720Z | Downloaded tokio-tungstenite v0.23.1 |
833 | 2025-03-07T21:37:14.720Z | Downloaded env_logger v0.11.5 |
834 | 2025-03-07T21:37:14.723Z | Downloaded downcast v0.11.0 |
835 | 2025-03-07T21:37:14.723Z | Downloaded ecdsa v0.16.9 |
836 | 2025-03-07T21:37:14.726Z | Downloaded utf16_iter v1.0.5 |
837 | 2025-03-07T21:37:14.729Z | Downloaded parse-display v0.10.0 |
838 | 2025-03-07T21:37:14.729Z | Downloaded whoami v1.5.2 |
839 | 2025-03-07T21:37:14.732Z | Downloaded polyval v0.6.2 |
840 | 2025-03-07T21:37:14.732Z | Downloaded zone v0.3.0 |
841 | 2025-03-07T21:37:14.735Z | Downloaded pem-rfc7468 v0.7.0 |
842 | 2025-03-07T21:37:14.735Z | Downloaded fatfs v0.3.6 |
843 | 2025-03-07T21:37:14.738Z | Downloaded schemars v0.8.22 |
844 | 2025-03-07T21:37:14.748Z | Downloaded tokio-tungstenite v0.24.0 |
845 | 2025-03-07T21:37:14.751Z | Downloaded sqlformat v0.2.6 |
846 | 2025-03-07T21:37:14.754Z | Downloaded unicode-properties v0.1.3 |
847 | 2025-03-07T21:37:14.754Z | Downloaded elliptic-curve v0.13.8 |
848 | 2025-03-07T21:37:14.758Z | Downloaded rand_chacha v0.3.1 |
849 | 2025-03-07T21:37:14.760Z | Downloaded tungstenite v0.21.0 |
850 | 2025-03-07T21:37:14.763Z | Downloaded serde_repr v0.1.19 |
851 | 2025-03-07T21:37:14.766Z | Downloaded serde_path_to_error v0.1.16 |
852 | 2025-03-07T21:37:14.766Z | Downloaded num-complex v0.4.6 |
853 | 2025-03-07T21:37:14.769Z | Downloaded resolv-conf v0.7.0 |
854 | 2025-03-07T21:37:14.769Z | Downloaded openssl-probe v0.1.5 |
855 | 2025-03-07T21:37:14.772Z | Downloaded compact_str v0.8.0 |
856 | 2025-03-07T21:37:14.775Z | Downloaded slog-dtrace v0.3.0 |
857 | 2025-03-07T21:37:14.778Z | Downloaded libxml v0.3.3 |
858 | 2025-03-07T21:37:14.781Z | Downloaded peg-runtime v0.8.5 |
859 | 2025-03-07T21:37:14.784Z | Downloaded progenitor-impl v0.8.0 |
860 | 2025-03-07T21:37:14.784Z | Downloaded tungstenite v0.23.0 |
861 | 2025-03-07T21:37:14.788Z | Downloaded tap v1.0.1 |
862 | 2025-03-07T21:37:14.791Z | Downloaded num-rational v0.4.2 |
863 | 2025-03-07T21:37:14.791Z | Downloaded fixedbitset v0.5.7 |
864 | 2025-03-07T21:37:14.794Z | Downloaded backtrace v0.3.74 |
865 | 2025-03-07T21:37:14.797Z | Downloaded spki v0.7.3 |
866 | 2025-03-07T21:37:14.800Z | Downloaded toolchain_find v0.4.0 |
867 | 2025-03-07T21:37:14.803Z | Downloaded vsss-rs v3.3.4 |
868 | 2025-03-07T21:37:14.803Z | Downloaded utf-8 v0.7.6 |
869 | 2025-03-07T21:37:14.806Z | Downloaded tokio-native-tls v0.3.1 |
870 | 2025-03-07T21:37:14.806Z | Downloaded half v2.4.1 |
871 | 2025-03-07T21:37:14.809Z | Downloaded schemars_derive v0.8.22 |
872 | 2025-03-07T21:37:14.813Z | Downloaded postcard v1.0.10 |
873 | 2025-03-07T21:37:14.816Z | Downloaded des v0.8.1 |
874 | 2025-03-07T21:37:14.816Z | Downloaded foreign-types v0.5.0 |
875 | 2025-03-07T21:37:14.819Z | Downloaded uuid v1.15.1 |
876 | 2025-03-07T21:37:14.822Z | Downloaded aes v0.8.4 |
877 | 2025-03-07T21:37:14.825Z | Downloaded pin-project v1.1.6 |
878 | 2025-03-07T21:37:14.833Z | Downloaded write16 v1.0.0 |
879 | 2025-03-07T21:37:14.837Z | Downloaded untrusted v0.9.0 |
880 | 2025-03-07T21:37:14.837Z | Downloaded debug-ignore v1.0.5 |
881 | 2025-03-07T21:37:14.840Z | Downloaded defmt v0.3.8 |
882 | 2025-03-07T21:37:14.851Z | Downloaded display-error-chain v0.2.2 |
883 | 2025-03-07T21:37:14.851Z | Downloaded globset v0.4.15 |
884 | 2025-03-07T21:37:14.851Z | Downloaded env_logger v0.10.2 |
885 | 2025-03-07T21:37:14.851Z | Downloaded num v0.4.3 |
886 | 2025-03-07T21:37:14.851Z | Downloaded glob v0.3.2 |
887 | 2025-03-07T21:37:14.855Z | Downloaded parking_lot_core v0.8.6 |
888 | 2025-03-07T21:37:14.855Z | Downloaded newtype_derive v0.1.6 |
889 | 2025-03-07T21:37:14.855Z | Downloaded newline-converter v0.3.0 |
890 | 2025-03-07T21:37:14.855Z | Downloaded form_urlencoded v1.2.1 |
891 | 2025-03-07T21:37:14.858Z | Downloaded progenitor-macro v0.8.0 |
892 | 2025-03-07T21:37:14.858Z | Downloaded pkg-config v0.3.31 |
893 | 2025-03-07T21:37:14.858Z | Downloaded parking_lot_core v0.9.10 |
894 | 2025-03-07T21:37:14.861Z | Downloaded progenitor-client v0.9.1 |
895 | 2025-03-07T21:37:14.864Z | Downloaded proc-macro-crate v1.3.1 |
896 | 2025-03-07T21:37:14.864Z | Downloaded yansi v1.0.1 |
897 | 2025-03-07T21:37:14.867Z | Downloaded pin-project-lite v0.2.14 |
898 | 2025-03-07T21:37:14.870Z | Downloaded similar v2.7.0 |
899 | 2025-03-07T21:37:14.876Z | Downloaded sha1 v0.10.6 |
900 | 2025-03-07T21:37:14.879Z | Downloaded psl-types v2.0.11 |
901 | 2025-03-07T21:37:14.879Z | Downloaded spin v0.9.8 |
902 | 2025-03-07T21:37:14.882Z | Downloaded scopeguard v1.2.0 |
903 | 2025-03-07T21:37:14.882Z | Downloaded simd-adler32 v0.3.7 |
904 | 2025-03-07T21:37:14.885Z | Downloaded rusty-fork v0.3.0 |
905 | 2025-03-07T21:37:14.885Z | Downloaded derive_more v0.99.19 |
906 | 2025-03-07T21:37:14.890Z | Downloaded topological-sort v0.2.2 |
907 | 2025-03-07T21:37:14.893Z | Downloaded twox-hash v2.1.0 |
908 | 2025-03-07T21:37:14.896Z | Downloaded hashbrown v0.13.2 |
909 | 2025-03-07T21:37:14.899Z | Downloaded rustc-hash v1.1.0 |
910 | 2025-03-07T21:37:14.899Z | Downloaded toml v0.7.8 |
911 | 2025-03-07T21:37:14.902Z | Downloaded tiny-keccak v2.0.2 |
912 | 2025-03-07T21:37:14.905Z | Downloaded diesel_derives v2.2.3 |
913 | 2025-03-07T21:37:14.909Z | Downloaded libm v0.2.8 |
914 | 2025-03-07T21:37:14.917Z | Downloaded itertools v0.13.0 |
915 | 2025-03-07T21:37:14.923Z | Downloaded writeable v0.5.5 |
916 | 2025-03-07T21:37:14.926Z | Downloaded itertools v0.14.0 |
917 | 2025-03-07T21:37:14.933Z | Downloaded endian-type v0.1.2 |
918 | 2025-03-07T21:37:14.936Z | Downloaded progenitor-macro v0.9.1 |
919 | 2025-03-07T21:37:14.936Z | Downloaded pkcs1 v0.7.5 |
920 | 2025-03-07T21:37:14.939Z | Downloaded ena v0.14.3 |
921 | 2025-03-07T21:37:14.939Z | Downloaded prettyplease v0.2.29 |
922 | 2025-03-07T21:37:14.942Z | Downloaded nibble_vec v0.1.0 |
923 | 2025-03-07T21:37:14.945Z | Downloaded newtype-uuid v1.2.1 |
924 | 2025-03-07T21:37:14.945Z | Downloaded ghash v0.5.1 |
925 | 2025-03-07T21:37:14.949Z | Downloaded futures-task v0.3.31 |
926 | 2025-03-07T21:37:14.949Z | Downloaded peg-macros v0.8.5 |
927 | 2025-03-07T21:37:14.952Z | Downloaded signal-hook-tokio v0.3.1 |
928 | 2025-03-07T21:37:14.952Z | Downloaded signal-hook-mio v0.2.4 |
929 | 2025-03-07T21:37:14.955Z | Downloaded shlex v1.3.0 |
930 | 2025-03-07T21:37:14.955Z | Downloaded rustc-hash v2.1.1 |
931 | 2025-03-07T21:37:14.955Z | Downloaded vte v0.11.1 |
932 | 2025-03-07T21:37:14.958Z | Downloaded precomputed-hash v0.1.1 |
933 | 2025-03-07T21:37:14.958Z | Downloaded oso v0.27.3 |
934 | 2025-03-07T21:37:14.961Z | Downloaded socket2 v0.5.8 |
935 | 2025-03-07T21:37:14.964Z | Downloaded heapless v0.8.0 |
936 | 2025-03-07T21:37:14.967Z | Downloaded steno v0.4.1 |
937 | 2025-03-07T21:37:14.971Z | Downloaded vte_generate_state_changes v0.1.2 |
938 | 2025-03-07T21:37:14.974Z | Downloaded funty v2.0.0 |
939 | 2025-03-07T21:37:14.974Z | Downloaded sync-ptr v0.1.1 |
940 | 2025-03-07T21:37:14.974Z | Downloaded untrusted v0.7.1 |
941 | 2025-03-07T21:37:14.977Z | Downloaded pretty_assertions v1.4.1 |
942 | 2025-03-07T21:37:14.977Z | Downloaded unicode_categories v0.1.1 |
943 | 2025-03-07T21:37:14.980Z | Downloaded tracing v0.1.40 |
944 | 2025-03-07T21:37:14.983Z | Downloaded progenitor v0.9.1 |
945 | 2025-03-07T21:37:14.986Z | Downloaded termtree v0.4.1 |
946 | 2025-03-07T21:37:14.986Z | Downloaded hkdf v0.12.4 |
947 | 2025-03-07T21:37:14.989Z | Downloaded strum_macros v0.24.3 |
948 | 2025-03-07T21:37:14.992Z | Downloaded aes-gcm v0.10.3 |
949 | 2025-03-07T21:37:14.995Z | Downloaded foreign-types-macros v0.2.3 |
950 | 2025-03-07T21:37:14.995Z | Downloaded oxnet v0.1.1 |
951 | 2025-03-07T21:37:14.999Z | Downloaded hyper v1.6.0 |
952 | 2025-03-07T21:37:15.003Z | Downloaded pkcs8 v0.10.2 |
953 | 2025-03-07T21:37:15.006Z | Downloaded ed25519-dalek v2.1.1 |
954 | 2025-03-07T21:37:15.009Z | Downloaded test-strategy v0.4.0 |
955 | 2025-03-07T21:37:15.014Z | Downloaded serde-big-array v0.5.1 |
956 | 2025-03-07T21:37:15.017Z | Downloaded fxhash v0.2.1 |
957 | 2025-03-07T21:37:15.017Z | Downloaded try-lock v0.2.5 |
958 | 2025-03-07T21:37:15.017Z | Downloaded russh-cryptovec v0.7.3 |
959 | 2025-03-07T21:37:15.020Z | Downloaded progenitor v0.8.0 |
960 | 2025-03-07T21:37:15.020Z | Downloaded defmt-parser v0.3.4 |
961 | 2025-03-07T21:37:15.020Z | Downloaded tower v0.5.2 |
962 | 2025-03-07T21:37:15.028Z | Downloaded data-encoding v2.6.0 |
963 | 2025-03-07T21:37:15.031Z | Downloaded heapless v0.7.17 |
964 | 2025-03-07T21:37:15.034Z | Downloaded zerovec v0.10.4 |
965 | 2025-03-07T21:37:15.040Z | Downloaded derive_builder_macro v0.20.2 |
966 | 2025-03-07T21:37:15.043Z | Downloaded predicates-tree v1.0.11 |
967 | 2025-03-07T21:37:15.043Z | Downloaded predicates-core v1.0.8 |
968 | 2025-03-07T21:37:15.043Z | Downloaded predicates v3.1.3 |
969 | 2025-03-07T21:37:15.046Z | Downloaded futures-macro v0.3.31 |
970 | 2025-03-07T21:37:15.049Z | Downloaded futures-io v0.3.31 |
971 | 2025-03-07T21:37:15.049Z | Downloaded tinyvec v1.8.0 |
972 | 2025-03-07T21:37:15.052Z | Downloaded tough v0.19.0 |
973 | 2025-03-07T21:37:15.058Z | Downloaded foreign-types-shared v0.1.1 |
974 | 2025-03-07T21:37:15.061Z | Downloaded siphasher v0.3.11 |
975 | 2025-03-07T21:37:15.061Z | Downloaded supports-color v3.0.2 |
976 | 2025-03-07T21:37:15.064Z | Downloaded slog-bunyan v2.5.0 |
977 | 2025-03-07T21:37:15.064Z | Downloaded tinyvec_macros v0.1.1 |
978 | 2025-03-07T21:37:15.064Z | Downloaded crossterm v0.28.1 |
979 | 2025-03-07T21:37:15.070Z | Downloaded dirs-next v2.0.0 |
980 | 2025-03-07T21:37:15.073Z | Downloaded difflib v0.4.0 |
981 | 2025-03-07T21:37:15.073Z | Downloaded gethostname v0.5.0 |
982 | 2025-03-07T21:37:15.076Z | Downloaded snafu v0.8.5 |
983 | 2025-03-07T21:37:15.079Z | Downloaded rand_xorshift v0.3.0 |
984 | 2025-03-07T21:37:15.082Z | Downloaded phf v0.11.2 |
985 | 2025-03-07T21:37:15.082Z | Downloaded number_prefix v0.4.0 |
986 | 2025-03-07T21:37:15.085Z | Downloaded stringprep v0.1.5 |
987 | 2025-03-07T21:37:15.085Z | Downloaded phf_codegen v0.11.2 |
988 | 2025-03-07T21:37:15.085Z | Downloaded semver v0.1.20 |
989 | 2025-03-07T21:37:15.088Z | Downloaded fs_extra v1.3.0 |
990 | 2025-03-07T21:37:15.091Z | Downloaded snafu-derive v0.8.5 |
991 | 2025-03-07T21:37:15.091Z | Downloaded zip v0.6.6 |
992 | 2025-03-07T21:37:15.094Z | Downloaded proc-macro-error2 v2.0.1 |
993 | 2025-03-07T21:37:15.097Z | Downloaded num_enum v0.5.11 |
994 | 2025-03-07T21:37:15.100Z | Downloaded parse-zoneinfo v0.3.1 |
995 | 2025-03-07T21:37:15.103Z | Downloaded rustls-pemfile v1.0.4 |
996 | 2025-03-07T21:37:15.107Z | Downloaded subtle v2.6.1 |
997 | 2025-03-07T21:37:15.107Z | Downloaded tokio-macros v2.5.0 |
998 | 2025-03-07T21:37:15.110Z | Downloaded password-hash v0.4.2 |
999 | 2025-03-07T21:37:15.110Z | Downloaded num_threads v0.1.7 |
1000 | 2025-03-07T21:37:15.113Z | Downloaded darling v0.20.10 |
1001 | 2025-03-07T21:37:15.116Z | Downloaded percent-encoding v2.3.1 |
1002 | 2025-03-07T21:37:15.116Z | Downloaded paste v1.0.15 |
1003 | 2025-03-07T21:37:15.119Z | Downloaded fragile v2.0.0 |
1004 | 2025-03-07T21:37:15.122Z | Downloaded embedded-io v0.6.1 |
1005 | 2025-03-07T21:37:15.122Z | Downloaded either v1.14.0 |
1006 | 2025-03-07T21:37:15.125Z | Downloaded rand_core v0.9.2 |
1007 | 2025-03-07T21:37:15.125Z | Downloaded flate2 v1.1.0 |
1008 | 2025-03-07T21:37:15.129Z | Downloaded strip-ansi-escapes v0.2.0 |
1009 | 2025-03-07T21:37:15.134Z | Downloaded flume v0.11.1 |
1010 | 2025-03-07T21:37:15.138Z | Downloaded new_debug_unreachable v1.0.6 |
1011 | 2025-03-07T21:37:15.138Z | Downloaded postgres-types v0.2.9 |
1012 | 2025-03-07T21:37:15.141Z | Downloaded pem v3.0.5 |
1013 | 2025-03-07T21:37:15.141Z | Downloaded rand_core v0.6.4 |
1014 | 2025-03-07T21:37:15.141Z | Downloaded nanorand v0.7.0 |
1015 | 2025-03-07T21:37:15.145Z | Downloaded yoke-derive v0.7.4 |
1016 | 2025-03-07T21:37:15.145Z | Downloaded native-tls v0.2.12 |
1017 | 2025-03-07T21:37:15.148Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1018 | 2025-03-07T21:37:15.148Z | Downloaded typify v0.2.0 |
1019 | 2025-03-07T21:37:15.149Z | Downloaded getrandom v0.2.15 |
1020 | 2025-03-07T21:37:15.151Z | Downloaded scrypt v0.11.0 |
1021 | 2025-03-07T21:37:15.157Z | Downloaded daft v0.1.1 |
1022 | 2025-03-07T21:37:15.157Z | Downloaded num_enum_derive v0.5.11 |
1023 | 2025-03-07T21:37:15.160Z | Downloaded tls_codec_derive v0.4.1 |
1024 | 2025-03-07T21:37:15.160Z | Downloaded termtree v0.5.1 |
1025 | 2025-03-07T21:37:15.160Z | Downloaded embedded-io v0.4.0 |
1026 | 2025-03-07T21:37:15.163Z | Downloaded slog-async v2.8.0 |
1027 | 2025-03-07T21:37:15.163Z | Downloaded password-hash v0.5.0 |
1028 | 2025-03-07T21:37:15.163Z | Downloaded unicode-segmentation v1.12.0 |
1029 | 2025-03-07T21:37:15.166Z | Downloaded sct v0.7.1 |
1030 | 2025-03-07T21:37:15.170Z | Downloaded wait-timeout v0.2.0 |
1031 | 2025-03-07T21:37:15.172Z | Downloaded structmeta-derive v0.3.0 |
1032 | 2025-03-07T21:37:15.173Z | Downloaded string_cache v0.8.7 |
1033 | 2025-03-07T21:37:15.176Z | Downloaded rand v0.9.0 |
1034 | 2025-03-07T21:37:15.180Z | Downloaded typify v0.3.0 |
1035 | 2025-03-07T21:37:15.183Z | Downloaded tokio-util v0.7.13 |
1036 | 2025-03-07T21:37:15.187Z | Downloaded strum v0.26.3 |
1037 | 2025-03-07T21:37:15.190Z | Downloaded want v0.3.1 |
1038 | 2025-03-07T21:37:15.190Z | Downloaded signature v2.2.0 |
1039 | 2025-03-07T21:37:15.193Z | Downloaded dunce v1.0.5 |
1040 | 2025-03-07T21:37:15.193Z | Downloaded curve25519-dalek-derive v0.1.1 |
1041 | 2025-03-07T21:37:15.193Z | Downloaded dsl_auto_type v0.1.2 |
1042 | 2025-03-07T21:37:15.193Z | Downloaded tracing-attributes v0.1.27 |
1043 | 2025-03-07T21:37:15.196Z | Downloaded openssl-sys v0.9.106 |
1044 | 2025-03-07T21:37:15.200Z | Downloaded xattr v1.3.1 |
1045 | 2025-03-07T21:37:15.203Z | Downloaded aws-lc-rs v1.12.4 |
1046 | 2025-03-07T21:37:15.210Z | Downloaded quick-error v1.2.3 |
1047 | 2025-03-07T21:37:15.213Z | Downloaded salty v0.3.0 |
1048 | 2025-03-07T21:37:15.218Z | Downloaded ssh-key v0.6.6 |
1049 | 2025-03-07T21:37:15.225Z | Downloaded strum_macros v0.25.3 |
1050 | 2025-03-07T21:37:15.228Z | Downloaded wyz v0.5.1 |
1051 | 2025-03-07T21:37:15.228Z | Downloaded tinystr v0.7.6 |
1052 | 2025-03-07T21:37:15.232Z | Downloaded yasna v0.5.2 |
1053 | 2025-03-07T21:37:15.235Z | Downloaded peg v0.8.5 |
1054 | 2025-03-07T21:37:15.235Z | Downloaded rcgen v0.12.1 |
1055 | 2025-03-07T21:37:15.238Z | Downloaded packed_struct v0.10.1 |
1056 | 2025-03-07T21:37:15.241Z | Downloaded icu_properties_data v1.5.0 |
1057 | 2025-03-07T21:37:15.249Z | Downloaded nodrop v0.1.14 |
1058 | 2025-03-07T21:37:15.252Z | Downloaded zopfli v0.8.1 |
1059 | 2025-03-07T21:37:15.252Z | Downloaded walkdir v2.5.0 |
1060 | 2025-03-07T21:37:15.256Z | Downloaded lalrpop v0.19.12 |
1061 | 2025-03-07T21:37:15.265Z | Downloaded sec1 v0.7.3 |
1062 | 2025-03-07T21:37:15.268Z | Downloaded rustls-pki-types v1.10.0 |
1063 | 2025-03-07T21:37:15.271Z | Downloaded tui-tree-widget v0.23.0 |
1064 | 2025-03-07T21:37:15.271Z | Downloaded der v0.7.9 |
1065 | 2025-03-07T21:37:15.275Z | Downloaded proptest v1.6.0 |
1066 | 2025-03-07T21:37:15.284Z | Downloaded zerocopy v0.6.6 |
1067 | 2025-03-07T21:37:15.287Z | Downloaded nom v7.1.3 |
1068 | 2025-03-07T21:37:15.292Z | Downloaded packed_struct_codegen v0.10.1 |
1069 | 2025-03-07T21:37:15.295Z | Downloaded tar v0.4.44 |
1070 | 2025-03-07T21:37:15.297Z | Downloaded x509-cert v0.2.5 |
1071 | 2025-03-07T21:37:15.301Z | Downloaded getrandom v0.3.1 |
1072 | 2025-03-07T21:37:15.305Z | Downloaded serde_derive_internals v0.29.1 |
1073 | 2025-03-07T21:37:15.308Z | Downloaded russh-keys v0.45.0 |
1074 | 2025-03-07T21:37:15.308Z | Downloaded rustls-pemfile v2.2.0 |
1075 | 2025-03-07T21:37:15.313Z | Downloaded daft-derive v0.1.1 |
1076 | 2025-03-07T21:37:15.316Z | Downloaded unsafe-libyaml v0.2.11 |
1077 | 2025-03-07T21:37:15.319Z | Downloaded expectorate v1.1.0 |
1078 | 2025-03-07T21:37:15.319Z | Downloaded slog v2.7.0 |
1079 | 2025-03-07T21:37:15.322Z | Downloaded quick-xml v0.37.2 |
1080 | 2025-03-07T21:37:15.327Z | Downloaded rustyline v14.0.0 |
1081 | 2025-03-07T21:37:15.332Z | Downloaded tracing-core v0.1.32 |
1082 | 2025-03-07T21:37:15.336Z | Downloaded heck v0.3.3 |
1083 | 2025-03-07T21:37:15.336Z | Downloaded serde_with_macros v3.12.0 |
1084 | 2025-03-07T21:37:15.339Z | Downloaded winnow v0.6.20 |
1085 | 2025-03-07T21:37:15.346Z | Downloaded tokio-rustls v0.24.1 |
1086 | 2025-03-07T21:37:15.349Z | Downloaded rand v0.8.5 |
1087 | 2025-03-07T21:37:15.352Z | Downloaded bindgen v0.69.5 |
1088 | 2025-03-07T21:37:15.359Z | Downloaded zerocopy-derive v0.8.10 |
1089 | 2025-03-07T21:37:15.364Z | Downloaded num-bigint v0.4.6 |
1090 | 2025-03-07T21:37:15.369Z | Downloaded papergrid v0.14.0 |
1091 | 2025-03-07T21:37:15.373Z | Downloaded rustls-webpki v0.102.8 |
1092 | 2025-03-07T21:37:15.391Z | Downloaded qorb v0.2.1 |
1093 | 2025-03-07T21:37:15.395Z | Downloaded chrono v0.4.40 |
1094 | 2025-03-07T21:37:15.402Z | Downloaded toml_edit v0.19.15 |
1095 | 2025-03-07T21:37:15.418Z | Downloaded winnow v0.5.40 |
1096 | 2025-03-07T21:37:15.425Z | Downloaded reqwest v0.12.12 |
1097 | 2025-03-07T21:37:15.434Z | Downloaded tabled v0.18.0 |
1098 | 2025-03-07T21:37:15.450Z | Downloaded typed-path v0.9.3 |
1099 | 2025-03-07T21:37:15.457Z | Downloaded aho-corasick v1.1.3 |
1100 | 2025-03-07T21:37:15.461Z | Downloaded nix v0.27.1 |
1101 | 2025-03-07T21:37:15.472Z | Downloaded reedline v0.38.0 |
1102 | 2025-03-07T21:37:15.478Z | Downloaded futures-util v0.3.31 |
1103 | 2025-03-07T21:37:15.490Z | Downloaded unicode-normalization v0.1.24 |
1104 | 2025-03-07T21:37:15.493Z | Downloaded publicsuffix v2.3.0 |
1105 | 2025-03-07T21:37:15.496Z | Downloaded unicode-width v0.2.0 |
1106 | 2025-03-07T21:37:15.501Z | Downloaded diff v0.1.13 |
1107 | 2025-03-07T21:37:15.505Z | Downloaded portable-atomic v1.9.0 |
1108 | 2025-03-07T21:37:15.512Z | Downloaded sqlparser v0.45.0 |
1109 | 2025-03-07T21:37:15.517Z | Downloaded vcpkg v0.2.15 |
1110 | 2025-03-07T21:37:15.554Z | Downloaded bindgen v0.71.1 |
1111 | 2025-03-07T21:37:15.560Z | Downloaded dropshot v0.12.0 |
1112 | 2025-03-07T21:37:15.579Z | Downloaded num-bigint-dig v0.8.4 |
1113 | 2025-03-07T21:37:15.583Z | Downloaded rustls-webpki v0.101.7 |
1114 | 2025-03-07T21:37:15.596Z | Downloaded russh v0.45.0 |
1115 | 2025-03-07T21:37:15.601Z | Downloaded p521 v0.13.3 |
1116 | 2025-03-07T21:37:15.605Z | Downloaded hickory-proto v0.24.4 |
1117 | 2025-03-07T21:37:15.619Z | Downloaded quinn-proto v0.11.8 |
1118 | 2025-03-07T21:37:15.625Z | Downloaded rustls v0.23.19 |
1119 | 2025-03-07T21:37:15.636Z | Downloaded rustls v0.21.12 |
1120 | 2025-03-07T21:37:15.647Z | Downloaded regex v1.11.1 |
1121 | 2025-03-07T21:37:15.660Z | Downloaded nix v0.29.0 |
1122 | 2025-03-07T21:37:15.671Z | Downloaded radix_trie v0.2.1 |
1123 | 2025-03-07T21:37:15.676Z | Downloaded dropshot v0.16.0 |
1124 | 2025-03-07T21:37:15.696Z | Downloaded polar-core v0.27.3 |
1125 | 2025-03-07T21:37:15.704Z | Downloaded diesel v2.2.8 |
1126 | 2025-03-07T21:37:15.722Z | Downloaded webpki-roots v0.26.6 |
1127 | 2025-03-07T21:37:15.725Z | Downloaded chrono-tz v0.10.1 |
1128 | 2025-03-07T21:37:15.732Z | Downloaded regex-syntax v0.6.29 |
1129 | 2025-03-07T21:37:15.739Z | Downloaded openapiv3 v2.0.0 |
1130 | 2025-03-07T21:37:15.751Z | Downloaded petname v2.0.2 |
1131 | 2025-03-07T21:37:15.756Z | Downloaded sled v0.34.7 |
1132 | 2025-03-07T21:37:15.766Z | Downloaded object v0.30.4 |
1133 | 2025-03-07T21:37:15.775Z | Downloaded gimli v0.31.1 |
1134 | 2025-03-07T21:37:15.784Z | Downloaded ratatui v0.29.0 |
1135 | 2025-03-07T21:37:15.803Z | Downloaded nix v0.28.0 |
1136 | 2025-03-07T21:37:15.815Z | Downloaded p384 v0.13.0 |
1137 | 2025-03-07T21:37:15.821Z | Downloaded regress v0.10.3 |
1138 | 2025-03-07T21:37:15.829Z | Downloaded curve25519-dalek v4.1.3 |
1139 | 2025-03-07T21:37:15.837Z | Downloaded typify-impl v0.3.0 |
1140 | 2025-03-07T21:37:15.852Z | Downloaded object v0.36.5 |
1141 | 2025-03-07T21:37:15.863Z | Downloaded typify-impl v0.2.0 |
1142 | 2025-03-07T21:37:15.878Z | Downloaded regex-syntax v0.8.5 |
1143 | 2025-03-07T21:37:15.886Z | Downloaded bstr v1.10.0 |
1144 | 2025-03-07T21:37:15.897Z | Downloaded regex-automata v0.4.8 |
1145 | 2025-03-07T21:37:15.912Z | Downloaded zerocopy-derive v0.6.6 |
1146 | 2025-03-07T21:37:15.921Z | Downloaded smoltcp v0.11.0 |
1147 | 2025-03-07T21:37:15.933Z | Downloaded rustls v0.22.4 |
1148 | 2025-03-07T21:37:15.945Z | Downloaded lzma-sys v0.1.20 |
1149 | 2025-03-07T21:37:15.973Z | Downloaded git2 v0.19.0 |
1150 | 2025-03-07T21:37:15.980Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1151 | 2025-03-07T21:37:15.992Z | Downloaded rayon v1.10.0 |
1152 | 2025-03-07T21:37:16.000Z | Downloaded zerocopy v0.8.10 |
1153 | 2025-03-07T21:37:16.022Z | Downloaded libz-sys v1.1.20 |
1154 | 2025-03-07T21:37:16.042Z | Downloaded openssl v0.10.71 |
1155 | 2025-03-07T21:37:16.050Z | Downloaded smoltcp v0.9.1 |
1156 | 2025-03-07T21:37:16.061Z | Downloaded bitvec v1.0.1 |
1157 | 2025-03-07T21:37:16.074Z | Downloaded p256 v0.13.2 |
1158 | 2025-03-07T21:37:16.077Z | Downloaded tokio v1.43.0 |
1159 | 2025-03-07T21:37:16.113Z | Downloaded serde_with v3.12.0 |
1160 | 2025-03-07T21:37:16.121Z | Downloaded h2 v0.4.6 |
1161 | 2025-03-07T21:37:16.127Z | Downloaded url v2.5.3 |
1162 | 2025-03-07T21:37:16.130Z | Downloaded blake3 v1.5.4 |
1163 | 2025-03-07T21:37:16.139Z | Downloaded zip v2.1.3 |
1164 | 2025-03-07T21:37:16.142Z | Downloaded petgraph v0.6.5 |
1165 | 2025-03-07T21:37:16.157Z | Downloaded tokio-postgres v0.7.13 |
1166 | 2025-03-07T21:37:16.162Z | Downloaded tungstenite v0.24.0 |
1167 | 2025-03-07T21:37:16.166Z | Downloaded term v0.7.0 |
1168 | 2025-03-07T21:37:16.169Z | Downloaded rustc-demangle v0.1.24 |
1169 | 2025-03-07T21:37:16.172Z | Downloaded sha3 v0.10.8 |
1170 | 2025-03-07T21:37:16.175Z | Downloaded pkcs5 v0.7.1 |
1171 | 2025-03-07T21:37:16.178Z | Downloaded quinn v0.11.5 |
1172 | 2025-03-07T21:37:16.181Z | Downloaded petgraph v0.7.1 |
1173 | 2025-03-07T21:37:16.198Z | Downloaded env_filter v0.1.2 |
1174 | 2025-03-07T21:37:16.201Z | Downloaded csv v1.3.1 |
1175 | 2025-03-07T21:37:16.218Z | Downloaded defmt-macros v0.3.9 |
1176 | 2025-03-07T21:37:16.221Z | Downloaded derive_builder v0.20.2 |
1177 | 2025-03-07T21:37:16.225Z | Downloaded smallvec v1.14.0 |
1178 | 2025-03-07T21:37:16.228Z | Downloaded ron v0.8.1 |
1179 | 2025-03-07T21:37:16.231Z | Downloaded which v4.4.2 |
1180 | 2025-03-07T21:37:16.234Z | Downloaded displaydoc v0.2.5 |
1181 | 2025-03-07T21:37:16.237Z | Downloaded num-traits v0.2.19 |
1182 | 2025-03-07T21:37:16.242Z | Downloaded idna v1.0.3 |
1183 | 2025-03-07T21:37:16.245Z | Downloaded hashbrown v0.12.3 |
1184 | 2025-03-07T21:37:16.249Z | Downloaded time v0.3.36 |
1185 | 2025-03-07T21:37:16.253Z | Downloaded ref-cast-impl v1.0.23 |
1186 | 2025-03-07T21:37:16.253Z | Downloaded rand_seeder v0.3.0 |
1187 | 2025-03-07T21:37:16.257Z | Downloaded rpassword v7.3.1 |
1188 | 2025-03-07T21:37:16.257Z | Downloaded darling_core v0.20.10 |
1189 | 2025-03-07T21:37:16.260Z | Downloaded rayon-core v1.12.1 |
1190 | 2025-03-07T21:37:16.264Z | Downloaded pin-utils v0.1.0 |
1191 | 2025-03-07T21:37:16.264Z | Downloaded parking_lot v0.12.3 |
1192 | 2025-03-07T21:37:16.267Z | Downloaded itertools v0.12.1 |
1193 | 2025-03-07T21:37:16.273Z | Downloaded itertools v0.10.5 |
1194 | 2025-03-07T21:37:16.277Z | Downloaded futures-sink v0.3.31 |
1195 | 2025-03-07T21:37:16.280Z | Downloaded document-features v0.2.10 |
1196 | 2025-03-07T21:37:16.280Z | Downloaded postgres-protocol v0.6.8 |
1197 | 2025-03-07T21:37:16.283Z | Downloaded signal-hook v0.3.17 |
1198 | 2025-03-07T21:37:16.288Z | Downloaded crossbeam-channel v0.5.13 |
1199 | 2025-03-07T21:37:16.291Z | Downloaded futures v0.3.31 |
1200 | 2025-03-07T21:37:16.294Z | Downloaded dropshot_endpoint v0.12.0 |
1201 | 2025-03-07T21:37:16.297Z | Downloaded foldhash v0.1.3 |
1202 | 2025-03-07T21:37:16.297Z | Downloaded filetime v0.2.25 |
1203 | 2025-03-07T21:37:16.297Z | Downloaded headers v0.4.0 |
1204 | 2025-03-07T21:37:16.302Z | Downloaded signal-hook-registry v1.4.2 |
1205 | 2025-03-07T21:37:16.305Z | Downloaded salsa20 v0.10.2 |
1206 | 2025-03-07T21:37:16.305Z | Downloaded tokio-rustls v0.26.0 |
1207 | 2025-03-07T21:37:16.305Z | Downloaded hyper-util v0.1.10 |
1208 | 2025-03-07T21:37:16.308Z | Downloaded hickory-resolver v0.24.4 |
1209 | 2025-03-07T21:37:16.312Z | Downloaded openssl-macros v0.1.1 |
1210 | 2025-03-07T21:37:16.326Z | Downloaded slog-scope v4.4.0 |
1211 | 2025-03-07T21:37:16.326Z | Downloaded rfc6979 v0.4.0 |
1212 | 2025-03-07T21:37:16.326Z | Downloaded rand_chacha v0.9.0 |
1213 | 2025-03-07T21:37:16.329Z | Downloaded typify-macro v0.3.0 |
1214 | 2025-03-07T21:37:16.329Z | Downloaded nu-ansi-term v0.50.1 |
1215 | 2025-03-07T21:37:16.329Z | Downloaded async-bb8-diesel v0.2.1 |
1216 | 2025-03-07T21:37:16.329Z | Downloaded num-integer v0.1.46 |
1217 | 2025-03-07T21:37:16.329Z | Downloaded vergen v8.3.2 |
1218 | 2025-03-07T21:37:16.329Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1219 | 2025-03-07T21:37:16.381Z | Downloaded http v1.2.0 |
1220 | 2025-03-07T21:37:16.384Z | Downloaded icu_provider v1.5.0 |
1221 | 2025-03-07T21:37:16.387Z | Downloaded mime_guess v2.0.5 |
1222 | 2025-03-07T21:37:16.390Z | Downloaded icu_locid_transform v1.5.0 |
1223 | 2025-03-07T21:37:16.390Z | Downloaded async-recursion v1.1.1 |
1224 | 2025-03-07T21:37:16.394Z | Downloaded cipher v0.4.4 |
1225 | 2025-03-07T21:37:16.397Z | Downloaded blake2 v0.10.6 |
1226 | 2025-03-07T21:37:16.397Z | Downloaded internet-checksum v0.2.1 |
1227 | 2025-03-07T21:37:16.397Z | Downloaded ciborium-ll v0.2.2 |
1228 | 2025-03-07T21:37:16.400Z | Downloaded bcrypt-pbkdf v0.10.0 |
1229 | 2025-03-07T21:37:16.400Z | Downloaded indent_write v2.2.0 |
1230 | 2025-03-07T21:37:16.400Z | Downloaded hyper-tls v0.6.0 |
1231 | 2025-03-07T21:37:16.403Z | Downloaded inout v0.1.3 |
1232 | 2025-03-07T21:37:16.403Z | Downloaded indoc v1.0.9 |
1233 | 2025-03-07T21:37:16.406Z | Downloaded encoding_rs v0.8.34 |
1234 | 2025-03-07T21:37:16.423Z | Downloaded ring v0.17.11 |
1235 | 2025-03-07T21:37:16.464Z | Downloaded home v0.5.9 |
1236 | 2025-03-07T21:37:16.468Z | Downloaded bitfield-struct v0.6.2 |
1237 | 2025-03-07T21:37:16.468Z | Downloaded array-init v0.0.4 |
1238 | 2025-03-07T21:37:16.468Z | Downloaded atomic-waker v1.1.2 |
1239 | 2025-03-07T21:37:16.468Z | Downloaded hostname v0.3.1 |
1240 | 2025-03-07T21:37:16.473Z | Downloaded cbc v0.1.2 |
1241 | 2025-03-07T21:37:17.002Z | Downloaded aws-lc-sys v0.26.0 |
1242 | 2025-03-07T21:37:17.309Z | Compiling serde v1.0.218 |
1243 | 2025-03-07T21:37:17.312Z | Compiling value-bag v1.9.0 |
1244 | 2025-03-07T21:37:17.312Z | Compiling lock_api v0.4.12 |
1245 | 2025-03-07T21:37:17.312Z | Compiling scopeguard v1.2.0 |
1246 | 2025-03-07T21:37:17.312Z | Compiling typenum v1.17.0 |
1247 | 2025-03-07T21:37:17.312Z | Compiling generic-array v0.14.7 |
1248 | 2025-03-07T21:37:17.494Z | Compiling syn v2.0.98 |
1249 | 2025-03-07T21:37:17.499Z | Compiling getrandom v0.2.15 |
1250 | 2025-03-07T21:37:17.642Z | Compiling shlex v1.3.0 |
1251 | 2025-03-07T21:37:17.856Z | Compiling log v0.4.22 |
1252 | 2025-03-07T21:37:17.928Z | Compiling rand_core v0.6.4 |
1253 | 2025-03-07T21:37:17.998Z | Compiling jobserver v0.1.32 |
1254 | 2025-03-07T21:37:18.018Z | Compiling subtle v2.6.1 |
1255 | 2025-03-07T21:37:18.048Z | Compiling smallvec v1.14.0 |
1256 | 2025-03-07T21:37:18.494Z | Compiling const-oid v0.9.6 |
1257 | 2025-03-07T21:37:18.515Z | Compiling cc v1.2.15 |
1258 | 2025-03-07T21:37:18.537Z | Compiling pin-project-lite v0.2.14 |
1259 | 2025-03-07T21:37:18.540Z | Compiling parking_lot_core v0.9.10 |
1260 | 2025-03-07T21:37:18.674Z | Compiling rustix v0.38.37 |
1261 | 2025-03-07T21:37:18.699Z | Compiling signal-hook-registry v1.4.2 |
1262 | 2025-03-07T21:37:18.910Z | Compiling futures-core v0.3.31 |
1263 | 2025-03-07T21:37:19.176Z | Compiling mio v1.0.2 |
1264 | 2025-03-07T21:37:19.425Z | Compiling parking_lot v0.12.3 |
1265 | 2025-03-07T21:37:19.540Z | Compiling spin v0.9.8 |
1266 | 2025-03-07T21:37:19.611Z | Compiling socket2 v0.5.8 |
1267 | 2025-03-07T21:37:19.982Z | Compiling aho-corasick v1.1.3 |
1268 | 2025-03-07T21:37:20.108Z | Compiling futures-sink v0.3.31 |
1269 | 2025-03-07T21:37:20.271Z | Compiling cpufeatures v0.2.14 |
1270 | 2025-03-07T21:37:20.292Z | Compiling regex-syntax v0.8.5 |
1271 | 2025-03-07T21:37:20.318Z | Compiling either v1.14.0 |
1272 | 2025-03-07T21:37:20.392Z | Compiling stable_deref_trait v1.2.0 |
1273 | 2025-03-07T21:37:20.518Z | Compiling slab v0.4.9 |
1274 | 2025-03-07T21:37:20.550Z | Compiling glob v0.3.2 |
1275 | 2025-03-07T21:37:20.647Z | Compiling prettyplease v0.2.29 |
1276 | 2025-03-07T21:37:20.739Z | Compiling lazy_static v1.5.0 |
1277 | 2025-03-07T21:37:20.885Z | Compiling serde_json v1.0.139 |
1278 | 2025-03-07T21:37:21.030Z | Compiling minimal-lexical v0.2.1 |
1279 | 2025-03-07T21:37:21.274Z | Compiling futures-channel v0.3.31 |
1280 | 2025-03-07T21:37:21.305Z | Compiling libloading v0.8.5 |
1281 | 2025-03-07T21:37:21.398Z | Compiling clang-sys v1.8.1 |
1282 | 2025-03-07T21:37:21.550Z | Compiling nom v7.1.3 |
1283 | 2025-03-07T21:37:21.672Z | Compiling home v0.5.9 |
1284 | 2025-03-07T21:37:21.708Z | Compiling pin-utils v0.1.0 |
1285 | 2025-03-07T21:37:21.818Z | Compiling futures-task v0.3.31 |
1286 | 2025-03-07T21:37:21.908Z | Compiling futures-io v0.3.31 |
1287 | 2025-03-07T21:37:22.112Z | Compiling allocator-api2 v0.2.18 |
1288 | 2025-03-07T21:37:22.175Z | Compiling bindgen v0.69.5 |
1289 | 2025-03-07T21:37:22.194Z | Compiling foldhash v0.1.3 |
1290 | 2025-03-07T21:37:22.508Z | Compiling itertools v0.12.1 |
1291 | 2025-03-07T21:37:22.847Z | Compiling hashbrown v0.15.1 |
1292 | 2025-03-07T21:37:23.024Z | Compiling libm v0.2.8 |
1293 | 2025-03-07T21:37:23.406Z | Compiling rustc-hash v1.1.0 |
1294 | 2025-03-07T21:37:23.573Z | Compiling pkg-config v0.3.31 |
1295 | 2025-03-07T21:37:24.083Z | Compiling regex-automata v0.4.8 |
1296 | 2025-03-07T21:37:24.460Z | Compiling lazycell v1.3.0 |
1297 | 2025-03-07T21:37:24.643Z | Compiling cexpr v0.6.0 |
1298 | 2025-03-07T21:37:24.854Z | Compiling cmake v0.1.51 |
1299 | 2025-03-07T21:37:24.875Z | Compiling num-traits v0.2.19 |
1300 | 2025-03-07T21:37:25.191Z | Compiling synstructure v0.13.1 |
1301 | 2025-03-07T21:37:25.692Z | Compiling dunce v1.0.5 |
1302 | 2025-03-07T21:37:25.835Z | Compiling fs_extra v1.3.0 |
1303 | 2025-03-07T21:37:26.348Z | Compiling getrandom v0.3.1 |
1304 | 2025-03-07T21:37:26.441Z | Compiling litemap v0.7.3 |
1305 | 2025-03-07T21:37:26.558Z | Compiling writeable v0.5.5 |
1306 | 2025-03-07T21:37:26.839Z | Compiling ring v0.17.11 |
1307 | 2025-03-07T21:37:27.069Z | Compiling paste v1.0.15 |
1308 | 2025-03-07T21:37:27.105Z | Compiling base64ct v1.6.0 |
1309 | 2025-03-07T21:37:27.674Z | Compiling pem-rfc7468 v0.7.0 |
1310 | 2025-03-07T21:37:28.103Z | Compiling aws-lc-rs v1.12.4 |
1311 | 2025-03-07T21:37:28.222Z | Compiling flagset v0.4.6 |
1312 | 2025-03-07T21:37:28.314Z | Compiling httparse v1.9.5 |
1313 | 2025-03-07T21:37:28.478Z | Compiling icu_locid_transform_data v1.5.0 |
1314 | 2025-03-07T21:37:28.591Z | Compiling tracing-core v0.1.32 |
1315 | 2025-03-07T21:37:28.986Z | Compiling regex v1.11.1 |
1316 | 2025-03-07T21:37:29.290Z | Compiling crossbeam-utils v0.8.20 |
1317 | 2025-03-07T21:37:29.639Z | Compiling percent-encoding v2.3.1 |
1318 | 2025-03-07T21:37:29.771Z | Compiling rustls-pki-types v1.10.0 |
1319 | 2025-03-07T21:37:29.811Z | Compiling icu_properties_data v1.5.0 |
1320 | 2025-03-07T21:37:29.953Z | Compiling serde_derive v1.0.218 |
1321 | 2025-03-07T21:37:29.973Z | Compiling zeroize_derive v1.4.2 |
1322 | 2025-03-07T21:37:30.040Z | Compiling zerocopy-derive v0.7.35 |
1323 | 2025-03-07T21:37:30.517Z | Compiling tokio-macros v2.5.0 |
1324 | 2025-03-07T21:37:30.715Z | Compiling zerofrom-derive v0.1.4 |
1325 | 2025-03-07T21:37:31.262Z | Compiling zeroize v1.8.1 |
1326 | 2025-03-07T21:37:31.984Z | Compiling zerocopy v0.7.35 |
1327 | 2025-03-07T21:37:32.014Z | Compiling yoke-derive v0.7.4 |
1328 | 2025-03-07T21:37:32.589Z | Compiling thiserror-impl v1.0.69 |
1329 | 2025-03-07T21:37:32.797Z | Compiling crypto-common v0.1.6 |
1330 | 2025-03-07T21:37:32.820Z | Compiling block-buffer v0.10.4 |
1331 | 2025-03-07T21:37:33.042Z | Compiling digest v0.10.7 |
1332 | 2025-03-07T21:37:33.076Z | Compiling displaydoc v0.2.5 |
1333 | 2025-03-07T21:37:33.243Z | Compiling futures-macro v0.3.31 |
1334 | 2025-03-07T21:37:33.405Z | Compiling zerovec-derive v0.10.3 |
1335 | 2025-03-07T21:37:33.577Z | Compiling hmac v0.12.1 |
1336 | 2025-03-07T21:37:33.837Z | Compiling block-padding v0.3.3 |
1337 | 2025-03-07T21:37:34.056Z | Compiling zerofrom v0.1.4 |
1338 | 2025-03-07T21:37:34.104Z | Compiling inout v0.1.3 |
1339 | 2025-03-07T21:37:34.284Z | Compiling ppv-lite86 v0.2.20 |
1340 | 2025-03-07T21:37:34.378Z | Compiling cipher v0.4.4 |
1341 | 2025-03-07T21:37:34.552Z | Compiling yoke v0.7.4 |
1342 | 2025-03-07T21:37:34.668Z | Compiling sha2 v0.10.8 |
1343 | 2025-03-07T21:37:34.874Z | Compiling icu_provider_macros v1.5.0 |
1344 | 2025-03-07T21:37:34.951Z | Compiling der_derive v0.7.3 |
1345 | 2025-03-07T21:37:35.037Z | Compiling tracing-attributes v0.1.27 |
1346 | 2025-03-07T21:37:35.153Z | Compiling futures-util v0.3.31 |
1347 | 2025-03-07T21:37:35.444Z | Compiling thiserror v1.0.69 |
1348 | 2025-03-07T21:37:35.603Z | Compiling pest v2.7.14 |
1349 | 2025-03-07T21:37:35.852Z | Compiling zerovec v0.10.4 |
1350 | 2025-03-07T21:37:35.908Z | Compiling salsa20 v0.10.2 |
1351 | 2025-03-07T21:37:36.154Z | Compiling pbkdf2 v0.12.2 |
1352 | 2025-03-07T21:37:36.343Z | Compiling powerfmt v0.2.0 |
1353 | 2025-03-07T21:37:36.707Z | Compiling num-conv v0.1.0 |
1354 | 2025-03-07T21:37:36.986Z | Compiling vcpkg v0.2.15 |
1355 | 2025-03-07T21:37:37.097Z | Compiling der v0.7.9 |
1356 | 2025-03-07T21:37:37.859Z | Compiling tinystr v0.7.6 |
1357 | 2025-03-07T21:37:38.219Z | Compiling icu_locid v1.5.0 |
1358 | 2025-03-07T21:37:38.241Z | Compiling icu_collections v1.5.0 |
1359 | 2025-03-07T21:37:38.263Z | Compiling tracing v0.1.40 |
1360 | 2025-03-07T21:37:38.605Z | Compiling utf8_iter v1.0.4 |
1361 | 2025-03-07T21:37:38.739Z | Compiling time-core v0.1.2 |
1362 | 2025-03-07T21:37:38.828Z | Compiling icu_normalizer_data v1.5.0 |
1363 | 2025-03-07T21:37:38.865Z | Compiling utf16_iter v1.0.5 |
1364 | 2025-03-07T21:37:38.928Z | Compiling write16 v1.0.0 |
1365 | 2025-03-07T21:37:38.950Z | Compiling untrusted v0.9.0 |
1366 | 2025-03-07T21:37:39.075Z | Compiling spki v0.7.3 |
1367 | 2025-03-07T21:37:39.094Z | Compiling untrusted v0.7.1 |
1368 | 2025-03-07T21:37:39.296Z | Compiling time-macros v0.2.18 |
1369 | 2025-03-07T21:37:39.453Z | Compiling icu_provider v1.5.0 |
1370 | 2025-03-07T21:37:39.635Z | Compiling openssl-sys v0.9.106 |
1371 | 2025-03-07T21:37:40.003Z | Compiling pest_meta v2.7.14 |
1372 | 2025-03-07T21:37:40.227Z | Compiling icu_locid_transform v1.5.0 |
1373 | 2025-03-07T21:37:40.387Z | Compiling deranged v0.3.11 |
1374 | 2025-03-07T21:37:40.505Z | Compiling scrypt v0.11.0 |
1375 | 2025-03-07T21:37:40.703Z | Compiling aes v0.8.4 |
1376 | 2025-03-07T21:37:41.003Z | Compiling cbc v0.1.2 |
1377 | 2025-03-07T21:37:41.255Z | Compiling scroll_derive v0.12.0 |
1378 | 2025-03-07T21:37:41.811Z | Compiling icu_properties v1.5.1 |
1379 | 2025-03-07T21:37:42.470Z | Compiling bitflags v2.6.0 |
1380 | 2025-03-07T21:37:42.631Z | Compiling bytes v1.10.0 |
1381 | 2025-03-07T21:37:43.391Z | Compiling indexmap v2.7.1 |
1382 | 2025-03-07T21:37:43.415Z | Compiling semver v1.0.25 |
1383 | 2025-03-07T21:37:43.444Z | Compiling atomic-waker v1.1.2 |
1384 | 2025-03-07T21:37:43.639Z | Compiling tinyvec_macros v0.1.1 |
1385 | 2025-03-07T21:37:43.756Z | Compiling num_threads v0.1.7 |
1386 | 2025-03-07T21:37:43.924Z | Compiling tokio v1.43.0 |
1387 | 2025-03-07T21:37:44.111Z | Compiling http v1.2.0 |
1388 | 2025-03-07T21:37:44.132Z | Compiling rustc_version v0.4.1 |
1389 | 2025-03-07T21:37:44.152Z | Compiling time v0.3.36 |
1390 | 2025-03-07T21:37:44.694Z | Compiling tinyvec v1.8.0 |
1391 | 2025-03-07T21:37:44.759Z | Compiling scroll v0.12.0 |
1392 | 2025-03-07T21:37:45.311Z | Compiling pkcs5 v0.7.1 |
1393 | 2025-03-07T21:37:45.494Z | Compiling icu_normalizer v1.5.0 |
1394 | 2025-03-07T21:37:46.210Z | Compiling http-body v1.0.1 |
1395 | 2025-03-07T21:37:46.277Z | Compiling pest_generator v2.7.14 |
1396 | 2025-03-07T21:37:46.381Z | Compiling rand_chacha v0.3.1 |
1397 | 2025-03-07T21:37:46.443Z | Compiling idna_adapter v1.2.0 |
1398 | 2025-03-07T21:37:46.465Z | Compiling form_urlencoded v1.2.1 |
1399 | 2025-03-07T21:37:46.676Z | Compiling which v4.4.2 |
1400 | 2025-03-07T21:37:46.786Z | Compiling zerocopy v0.8.10 |
1401 | 2025-03-07T21:37:47.241Z | Compiling try-lock v0.2.5 |
1402 | 2025-03-07T21:37:47.406Z | Compiling slog v2.7.0 |
1403 | 2025-03-07T21:37:47.604Z | Compiling want v0.3.1 |
1404 | 2025-03-07T21:37:47.649Z | Compiling goblin v0.8.2 |
1405 | 2025-03-07T21:37:47.890Z | Compiling rand v0.8.5 |
1406 | 2025-03-07T21:37:47.996Z | Compiling idna v1.0.3 |
1407 | 2025-03-07T21:37:48.068Z | Compiling pest_derive v2.7.14 |
1408 | 2025-03-07T21:37:48.589Z | Compiling pkcs8 v0.10.2 |
1409 | 2025-03-07T21:37:48.758Z | Compiling uuid v1.15.1 |
1410 | 2025-03-07T21:37:48.909Z | Compiling zerocopy-derive v0.8.10 |
1411 | 2025-03-07T21:37:49.243Z | Compiling adler2 v2.0.0 |
1412 | 2025-03-07T21:37:49.495Z | Compiling tower-service v0.3.3 |
1413 | 2025-03-07T21:37:49.588Z | Compiling iana-time-zone v0.1.61 |
1414 | 2025-03-07T21:37:49.644Z | Compiling httpdate v1.0.3 |
1415 | 2025-03-07T21:37:49.888Z | Compiling chrono v0.4.40 |
1416 | 2025-03-07T21:37:49.944Z | Compiling miniz_oxide v0.8.5 |
1417 | 2025-03-07T21:37:50.084Z | Compiling dtrace-parser v0.2.0 |
1418 | 2025-03-07T21:37:51.046Z | Compiling serde_tokenstream v0.2.2 |
1419 | 2025-03-07T21:37:51.444Z | Compiling serde_spanned v0.6.8 |
1420 | 2025-03-07T21:37:51.603Z | Compiling toml_datetime v0.6.8 |
1421 | 2025-03-07T21:37:51.694Z | Compiling foreign-types-shared v0.1.1 |
1422 | 2025-03-07T21:37:51.825Z | Compiling tokio-util v0.7.13 |
1423 | 2025-03-07T21:37:51.908Z | Compiling base64 v0.22.1 |
1424 | 2025-03-07T21:37:52.074Z | Compiling rustversion v1.0.17 |
1425 | 2025-03-07T21:37:52.628Z | Compiling match_cfg v0.1.0 |
1426 | 2025-03-07T21:37:52.742Z | Compiling h2 v0.4.6 |
1427 | 2025-03-07T21:37:52.759Z | Compiling openssl v0.10.71 |
1428 | 2025-03-07T21:37:53.022Z | Compiling hostname v0.3.1 |
1429 | 2025-03-07T21:37:53.115Z | Compiling foreign-types v0.3.2 |
1430 | 2025-03-07T21:37:53.211Z | Compiling url v2.5.3 |
1431 | 2025-03-07T21:37:53.252Z | Compiling openssl-macros v0.1.1 |
1432 | 2025-03-07T21:37:54.060Z | Compiling dof v0.3.0 |
1433 | 2025-03-07T21:37:54.526Z | Compiling rand_core v0.9.2 |
1434 | 2025-03-07T21:37:54.620Z | Compiling async-trait v0.1.87 |
1435 | 2025-03-07T21:37:54.956Z | Compiling usdt-impl v0.5.0 |
1436 | 2025-03-07T21:37:54.978Z | Compiling serde_derive_internals v0.29.1 |
1437 | 2025-03-07T21:37:55.829Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1438 | 2025-03-07T21:37:56.310Z | Compiling dirs-sys-next v0.1.2 |
1439 | 2025-03-07T21:37:56.350Z | Compiling siphasher v0.3.11 |
1440 | 2025-03-07T21:37:56.690Z | Compiling rustls v0.22.4 |
1441 | 2025-03-07T21:37:56.722Z | Compiling native-tls v0.2.12 |
1442 | 2025-03-07T21:37:56.841Z | Compiling schemars v0.8.22 |
1443 | 2025-03-07T21:37:56.865Z | Compiling data-encoding v2.6.0 |
1444 | 2025-03-07T21:37:56.967Z | Compiling rustls v0.23.19 |
1445 | 2025-03-07T21:37:56.970Z | Compiling syn v1.0.109 |
1446 | 2025-03-07T21:37:57.117Z | Compiling dirs-next v2.0.0 |
1447 | 2025-03-07T21:37:57.194Z | Compiling schemars_derive v0.8.22 |
1448 | 2025-03-07T21:37:57.272Z | Compiling rand_chacha v0.9.0 |
1449 | 2025-03-07T21:37:58.670Z | Compiling http-body-util v0.1.2 |
1450 | 2025-03-07T21:37:58.816Z | Compiling unicode-normalization v0.1.24 |
1451 | 2025-03-07T21:37:58.833Z | Compiling heapless v0.7.17 |
1452 | 2025-03-07T21:37:59.136Z | Compiling crossbeam-epoch v0.9.18 |
1453 | 2025-03-07T21:37:59.302Z | Compiling sha1 v0.10.6 |
1454 | 2025-03-07T21:37:59.349Z | Compiling signature v2.2.0 |
1455 | 2025-03-07T21:37:59.626Z | Compiling thread_local v1.1.8 |
1456 | 2025-03-07T21:37:59.708Z | Compiling hyper v1.6.0 |
1457 | 2025-03-07T21:37:59.830Z | Compiling cookie v0.18.1 |
1458 | 2025-03-07T21:37:59.909Z | Compiling crc32fast v1.4.2 |
1459 | 2025-03-07T21:38:00.079Z | Compiling encoding_rs v0.8.34 |
1460 | 2025-03-07T21:38:00.125Z | Compiling multer v3.1.0 |
1461 | 2025-03-07T21:38:00.153Z | Compiling rayon-core v1.12.1 |
1462 | 2025-03-07T21:38:00.250Z | Compiling gimli v0.31.1 |
1463 | 2025-03-07T21:38:00.428Z | Compiling openssl-probe v0.1.5 |
1464 | 2025-03-07T21:38:00.449Z | Compiling signal-hook v0.3.17 |
1465 | 2025-03-07T21:38:00.713Z | Compiling dyn-clone v1.0.19 |
1466 | 2025-03-07T21:38:00.765Z | Compiling mime v0.3.17 |
1467 | 2025-03-07T21:38:00.925Z | Compiling unicode-bidi v0.3.17 |
1468 | 2025-03-07T21:38:01.264Z | Compiling unicode-properties v0.1.3 |
1469 | 2025-03-07T21:38:01.688Z | Compiling slog-async v2.8.0 |
1470 | 2025-03-07T21:38:02.170Z | Compiling hyper-util v0.1.10 |
1471 | 2025-03-07T21:38:02.200Z | Compiling ipnet v2.11.0 |
1472 | 2025-03-07T21:38:02.624Z | Compiling stringprep v0.1.5 |
1473 | 2025-03-07T21:38:03.310Z | Compiling toml_edit v0.22.24 |
1474 | 2025-03-07T21:38:04.017Z | Compiling crossbeam-deque v0.8.5 |
1475 | 2025-03-07T21:38:04.286Z | Compiling rand v0.9.0 |
1476 | 2025-03-07T21:38:04.823Z | Compiling addr2line v0.24.2 |
1477 | 2025-03-07T21:38:05.068Z | Compiling term v0.7.0 |
1478 | 2025-03-07T21:38:05.101Z | Compiling usdt-attr-macro v0.5.0 |
1479 | 2025-03-07T21:38:05.504Z | Compiling usdt-macro v0.5.0 |
1480 | 2025-03-07T21:38:06.047Z | Compiling slog-json v2.6.1 |
1481 | 2025-03-07T21:38:06.278Z | Compiling serde_urlencoded v0.7.1 |
1482 | 2025-03-07T21:38:06.385Z | Compiling curve25519-dalek v4.1.3 |
1483 | 2025-03-07T21:38:06.654Z | Compiling crossbeam-channel v0.5.13 |
1484 | 2025-03-07T21:38:06.782Z | Compiling futures-executor v0.3.31 |
1485 | 2025-03-07T21:38:06.887Z | Compiling enum-as-inner v0.6.1 |
1486 | 2025-03-07T21:38:06.939Z | Compiling md-5 v0.10.6 |
1487 | 2025-03-07T21:38:07.088Z | Compiling rustls-pemfile v2.2.0 |
1488 | 2025-03-07T21:38:07.231Z | Compiling async-stream-impl v0.3.6 |
1489 | 2025-03-07T21:38:07.301Z | Compiling num-integer v0.1.46 |
1490 | 2025-03-07T21:38:07.422Z | Compiling hash32 v0.2.1 |
1491 | 2025-03-07T21:38:07.634Z | Compiling ff v0.13.0 |
1492 | 2025-03-07T21:38:07.796Z | Compiling is-terminal v0.4.13 |
1493 | 2025-03-07T21:38:07.854Z | Compiling object v0.36.5 |
1494 | 2025-03-07T21:38:07.893Z | Compiling dropshot v0.12.0 |
1495 | 2025-03-07T21:38:07.932Z | Compiling memoffset v0.9.1 |
1496 | 2025-03-07T21:38:08.009Z | Compiling base16ct v0.2.0 |
1497 | 2025-03-07T21:38:08.201Z | Compiling num-bigint-dig v0.8.4 |
1498 | 2025-03-07T21:38:08.244Z | Compiling psl-types v2.0.11 |
1499 | 2025-03-07T21:38:08.403Z | Compiling anyhow v1.0.97 |
1500 | 2025-03-07T21:38:08.478Z | Compiling linked-hash-map v0.5.6 |
1501 | 2025-03-07T21:38:08.499Z | Compiling quick-error v1.2.3 |
1502 | 2025-03-07T21:38:08.557Z | Compiling take_mut v0.2.2 |
1503 | 2025-03-07T21:38:08.660Z | Compiling portable-atomic v1.9.0 |
1504 | 2025-03-07T21:38:08.726Z | Compiling litrs v0.4.1 |
1505 | 2025-03-07T21:38:08.837Z | Compiling fallible-iterator v0.2.0 |
1506 | 2025-03-07T21:38:09.035Z | Compiling smoltcp v0.9.1 |
1507 | 2025-03-07T21:38:09.528Z | Compiling cfg_aliases v0.2.1 |
1508 | 2025-03-07T21:38:09.617Z | Compiling utf-8 v0.7.6 |
1509 | 2025-03-07T21:38:09.643Z | Compiling rustc-demangle v0.1.24 |
1510 | 2025-03-07T21:38:09.737Z | Compiling nix v0.29.0 |
1511 | 2025-03-07T21:38:09.798Z | Compiling document-features v0.2.10 |
1512 | 2025-03-07T21:38:09.931Z | Compiling tungstenite v0.24.0 |
1513 | 2025-03-07T21:38:10.475Z | Compiling postgres-protocol v0.6.8 |
1514 | 2025-03-07T21:38:10.600Z | Compiling lru-cache v0.1.2 |
1515 | 2025-03-07T21:38:10.861Z | Compiling resolv-conf v0.7.0 |
1516 | 2025-03-07T21:38:10.913Z | Compiling async-stream v0.3.6 |
1517 | 2025-03-07T21:38:11.239Z | Compiling publicsuffix v2.3.0 |
1518 | 2025-03-07T21:38:11.564Z | Compiling sec1 v0.7.3 |
1519 | 2025-03-07T21:38:11.701Z | Compiling slog-term v2.9.1 |
1520 | 2025-03-07T21:38:11.759Z | Compiling hickory-proto v0.24.4 |
1521 | 2025-03-07T21:38:11.823Z | Compiling group v0.13.0 |
1522 | 2025-03-07T21:38:11.888Z | Compiling usdt v0.5.0 |
1523 | 2025-03-07T21:38:12.075Z | Compiling num-iter v0.1.45 |
1524 | 2025-03-07T21:38:12.347Z | Compiling futures v0.3.31 |
1525 | 2025-03-07T21:38:12.393Z | Compiling toml v0.8.20 |
1526 | 2025-03-07T21:38:12.473Z | Compiling slog-bunyan v2.5.0 |
1527 | 2025-03-07T21:38:12.795Z | Compiling bzip2 v0.4.4 |
1528 | 2025-03-07T21:38:13.875Z | Compiling camino v1.1.9 |
1529 | 2025-03-07T21:38:14.193Z | Compiling tokio-native-tls v0.3.1 |
1530 | 2025-03-07T21:38:14.249Z | Compiling flate2 v1.1.0 |
1531 | 2025-03-07T21:38:14.479Z | Compiling backtrace v0.3.74 |
1532 | 2025-03-07T21:38:14.690Z | Compiling phf_shared v0.11.2 |
1533 | 2025-03-07T21:38:14.883Z | Compiling dropshot_endpoint v0.12.0 |
1534 | 2025-03-07T21:38:15.035Z | Compiling terminal_size v0.4.0 |
1535 | 2025-03-07T21:38:15.065Z | Compiling openapiv3 v2.0.0 |
1536 | 2025-03-07T21:38:15.132Z | Compiling waitgroup v0.1.2 |
1537 | 2025-03-07T21:38:15.262Z | Compiling serde_path_to_error v0.1.16 |
1538 | 2025-03-07T21:38:15.358Z | Compiling hkdf v0.12.4 |
1539 | 2025-03-07T21:38:15.646Z | Compiling crypto-bigint v0.5.5 |
1540 | 2025-03-07T21:38:16.020Z | Compiling webpki-roots v0.26.6 |
1541 | 2025-03-07T21:38:16.254Z | Compiling zerocopy-derive v0.6.6 |
1542 | 2025-03-07T21:38:16.493Z | Compiling hubpack_derive v0.1.1 |
1543 | 2025-03-07T21:38:17.319Z | Compiling curve25519-dalek-derive v0.1.1 |
1544 | 2025-03-07T21:38:17.386Z | Compiling sync_wrapper v1.0.1 |
1545 | 2025-03-07T21:38:17.563Z | Compiling hostname v0.4.0 |
1546 | 2025-03-07T21:38:17.787Z | Compiling fs-err v2.11.0 |
1547 | 2025-03-07T21:38:18.098Z | Compiling ahash v0.8.11 |
1548 | 2025-03-07T21:38:18.164Z | Compiling bumpalo v3.16.0 |
1549 | 2025-03-07T21:38:18.461Z | Compiling tower-layer v0.3.3 |
1550 | 2025-03-07T21:38:18.653Z | Compiling simd-adler32 v0.3.7 |
1551 | 2025-03-07T21:38:18.741Z | Compiling newtype-uuid v1.2.1 |
1552 | 2025-03-07T21:38:18.771Z | Compiling buf-list v1.0.3 |
1553 | 2025-03-07T21:38:18.977Z | Compiling winnow v0.5.40 |
1554 | 2025-03-07T21:38:19.014Z | Compiling lockfree-object-pool v0.1.6 |
1555 | 2025-03-07T21:38:19.057Z | Compiling debug-ignore v1.0.5 |
1556 | 2025-03-07T21:38:19.186Z | Compiling unicode-width v0.2.0 |
1557 | 2025-03-07T21:38:19.227Z | Compiling zip v2.1.3 |
1558 | 2025-03-07T21:38:19.292Z | Compiling managed v0.8.0 |
1559 | 2025-03-07T21:38:19.427Z | Compiling strum_macros v0.25.3 |
1560 | 2025-03-07T21:38:19.594Z | Compiling clap_builder v4.5.31 |
1561 | 2025-03-07T21:38:19.745Z | Compiling console v0.15.10 |
1562 | 2025-03-07T21:38:20.580Z | Compiling zopfli v0.8.1 |
1563 | 2025-03-07T21:38:21.595Z | Compiling tower v0.5.2 |
1564 | 2025-03-07T21:38:21.639Z | Compiling elliptic-curve v0.13.8 |
1565 | 2025-03-07T21:38:22.175Z | Compiling toml_edit v0.19.15 |
1566 | 2025-03-07T21:38:22.422Z | Compiling zerocopy v0.6.6 |
1567 | 2025-03-07T21:38:22.477Z | Compiling hubpack v0.1.2 |
1568 | 2025-03-07T21:38:22.599Z | Compiling hickory-resolver v0.24.4 |
1569 | 2025-03-07T21:38:23.079Z | Compiling phf v0.11.2 |
1570 | 2025-03-07T21:38:23.102Z | Compiling signal-hook-mio v0.2.4 |
1571 | 2025-03-07T21:38:23.278Z | Compiling hyper-tls v0.6.0 |
1572 | 2025-03-07T21:38:23.415Z | Compiling cookie_store v0.21.1 |
1573 | 2025-03-07T21:38:23.697Z | Compiling rayon v1.10.0 |
1574 | 2025-03-07T21:38:25.011Z | Compiling postgres-types v0.2.9 |
1575 | 2025-03-07T21:38:26.290Z | Compiling tokio-tungstenite v0.24.0 |
1576 | 2025-03-07T21:38:27.433Z | Compiling ed25519 v2.2.3 |
1577 | 2025-03-07T21:38:28.072Z | Compiling phf_shared v0.10.0 |
1578 | 2025-03-07T21:38:28.075Z | Compiling tokio-stream v0.1.17 |
1579 | 2025-03-07T21:38:28.282Z | Compiling pkcs1 v0.7.5 |
1580 | 2025-03-07T21:38:28.489Z | Compiling serde-big-array v0.5.1 |
1581 | 2025-03-07T21:38:28.749Z | Compiling clap_derive v4.5.28 |
1582 | 2025-03-07T21:38:28.878Z | Compiling rfc6979 v0.4.0 |
1583 | 2025-03-07T21:38:29.039Z | Compiling derive-where v1.2.7 |
1584 | 2025-03-07T21:38:29.088Z | Compiling serde_repr v0.1.19 |
1585 | 2025-03-07T21:38:29.179Z | Compiling float-cmp v0.10.0 |
1586 | 2025-03-07T21:38:29.201Z | Compiling bstr v1.10.0 |
1587 | 2025-03-07T21:38:29.291Z | Compiling unicode-segmentation v1.12.0 |
1588 | 2025-03-07T21:38:29.431Z | Compiling new_debug_unreachable v1.0.6 |
1589 | 2025-03-07T21:38:29.544Z | Compiling whoami v1.5.2 |
1590 | 2025-03-07T21:38:30.120Z | Compiling number_prefix v0.4.0 |
1591 | 2025-03-07T21:38:30.156Z | Compiling normalize-line-endings v0.3.0 |
1592 | 2025-03-07T21:38:30.180Z | Compiling difflib v0.4.0 |
1593 | 2025-03-07T21:38:30.306Z | Compiling static_assertions v1.1.0 |
1594 | 2025-03-07T21:38:30.352Z | Compiling fixedbitset v0.4.2 |
1595 | 2025-03-07T21:38:30.435Z | Compiling precomputed-hash v0.1.1 |
1596 | 2025-03-07T21:38:30.574Z | Compiling predicates-core v1.0.8 |
1597 | 2025-03-07T21:38:30.796Z | Compiling predicates v3.1.3 |
1598 | 2025-03-07T21:38:30.799Z | Compiling petgraph v0.6.5 |
1599 | 2025-03-07T21:38:30.901Z | Compiling string_cache v0.8.7 |
1600 | 2025-03-07T21:38:31.327Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1601 | 2025-03-07T21:38:31.441Z | Compiling indicatif v0.17.11 |
1602 | 2025-03-07T21:38:32.106Z | Compiling similar v2.7.0 |
1603 | 2025-03-07T21:38:32.276Z | Compiling tokio-postgres v0.7.13 |
1604 | 2025-03-07T21:38:33.122Z | Compiling clap v4.5.31 |
1605 | 2025-03-07T21:38:33.254Z | Compiling ecdsa v0.16.9 |
1606 | 2025-03-07T21:38:33.432Z | Compiling rsa v0.9.6 |
1607 | 2025-03-07T21:38:34.129Z | Compiling ed25519-dalek v2.1.1 |
1608 | 2025-03-07T21:38:34.437Z | Compiling toml v0.7.8 |
1609 | 2025-03-07T21:38:35.421Z | Compiling crossterm v0.28.1 |
1610 | 2025-03-07T21:38:37.437Z | Compiling zip v0.6.6 |
1611 | 2025-03-07T21:38:37.593Z | Compiling hex v0.4.3 |
1612 | 2025-03-07T21:38:37.655Z | Compiling x509-cert v0.2.5 |
1613 | 2025-03-07T21:38:37.755Z | Compiling itertools v0.10.5 |
1614 | 2025-03-07T21:38:38.160Z | Compiling unicode-xid v0.2.6 |
1615 | 2025-03-07T21:38:38.386Z | Compiling lalrpop-util v0.19.12 |
1616 | 2025-03-07T21:38:38.500Z | Compiling peg-runtime v0.8.5 |
1617 | 2025-03-07T21:38:38.621Z | Compiling strum_macros v0.26.4 |
1618 | 2025-03-07T21:38:38.752Z | Compiling xattr v1.3.1 |
1619 | 2025-03-07T21:38:38.773Z | Compiling filetime v0.2.25 |
1620 | 2025-03-07T21:38:39.017Z | Compiling tar v0.4.44 |
1621 | 2025-03-07T21:38:43.167Z | Compiling strum v0.26.3 |
1622 | 2025-03-07T21:38:45.989Z | Compiling aws-lc-sys v0.26.0 |
1623 | 2025-03-07T21:39:16.539Z | Compiling rustls-webpki v0.102.8 |
1624 | 2025-03-07T21:39:20.061Z | Compiling tokio-rustls v0.25.0 |
1625 | 2025-03-07T21:39:21.441Z | Compiling tokio-rustls v0.26.0 |
1626 | 2025-03-07T21:39:21.767Z | Compiling hyper-rustls v0.27.3 |
1627 | 2025-03-07T21:39:22.110Z | Compiling reqwest v0.12.12 |
1628 | 2025-03-07T21:39:23.342Z | Compiling qorb v0.2.1 |
1629 | 2025-03-07T21:39:26.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1630 | 2025-03-07T21:39:26.565Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1631 | 2025-03-07T21:39:31.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1632 | 2025-03-07T21:39:31.214Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1633 | 2025-03-07T21:39:31.264Z | Mar 07 21:39:29.721 INFO Starting download, target: Clickhouse |
1634 | 2025-03-07T21:39:31.264Z | Mar 07 21:39:29.722 INFO Starting download, target: Cockroach |
1635 | 2025-03-07T21:39:31.264Z | Mar 07 21:39:29.722 INFO Starting download, target: Console |
1636 | 2025-03-07T21:39:31.264Z | Mar 07 21:39:29.722 INFO Starting download, target: DendriteOpenapi |
1637 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.722 INFO Starting download, target: DendriteStub |
1638 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.722 INFO Starting download, target: MaghemiteMgd |
1639 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.722 INFO Starting download, target: TransceiverControl |
1640 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1641 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1642 | 2025-03-07T21:39:31.269Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1643 | 2025-03-07T21:39:31.270Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1644 | 2025-03-07T21:39:31.270Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1645 | 2025-03-07T21:39:31.270Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1646 | 2025-03-07T21:39:31.270Z | Mar 07 21:39:29.723 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1647 | 2025-03-07T21:39:31.497Z | Mar 07 21:39:29.942 INFO Download complete, target: DendriteOpenapi |
1648 | 2025-03-07T21:39:31.545Z | Mar 07 21:39:30.001 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1649 | 2025-03-07T21:39:31.817Z | Mar 07 21:39:30.267 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1650 | 2025-03-07T21:39:31.966Z | Mar 07 21:39:30.424 INFO Download complete, target: TransceiverControl |
1651 | 2025-03-07T21:39:32.214Z | Mar 07 21:39:30.669 INFO Download complete, target: Console |
1652 | 2025-03-07T21:39:32.221Z | Mar 07 21:39:30.675 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1653 | 2025-03-07T21:39:32.834Z | Mar 07 21:39:31.291 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1654 | 2025-03-07T21:39:33.171Z | Mar 07 21:39:31.629 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1655 | 2025-03-07T21:39:33.208Z | Mar 07 21:39:31.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1656 | 2025-03-07T21:39:33.208Z | Mar 07 21:39:31.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1657 | 2025-03-07T21:39:34.791Z | Mar 07 21:39:33.244 INFO Download complete, target: DendriteStub |
1658 | 2025-03-07T21:39:35.379Z | Mar 07 21:39:33.833 INFO Download complete, target: MaghemiteMgd |
1659 | 2025-03-07T21:39:39.960Z | Mar 07 21:39:38.416 INFO Checking that binary works, target: Cockroach |
1660 | 2025-03-07T21:39:40.117Z | Mar 07 21:39:38.574 INFO Download complete, target: Cockroach |
1661 | 2025-03-07T21:39:44.227Z | Mar 07 21:39:42.683 INFO Checking that binary works, target: Clickhouse |
1662 | 2025-03-07T21:39:44.496Z | Mar 07 21:39:42.952 INFO Download complete, target: Clickhouse |
1663 | 2025-03-07T21:39:44.559Z | All builder prerequisites installed successfully, and PATH looks valid |
1664 | 2025-03-07T21:39:44.562Z | |
1665 | 2025-03-07T21:39:44.562Z | real 5:22.346202817 |
1666 | 2025-03-07T21:39:44.562Z | user 15:46.300342361 |
1667 | 2025-03-07T21:39:44.562Z | sys 2:10.735068798 |
1668 | 2025-03-07T21:39:44.562Z | trap 0.591155374 |
1669 | 2025-03-07T21:39:44.562Z | tflt 1.359255851 |
1670 | 2025-03-07T21:39:44.562Z | dflt 2.043650763 |
1671 | 2025-03-07T21:39:44.562Z | kflt 0.019872933 |
1672 | 2025-03-07T21:39:44.562Z | lock 24:15.114708301 |
1673 | 2025-03-07T21:39:44.562Z | slp 57:25.699007077 |
1674 | 2025-03-07T21:39:44.562Z | lat 1:04.634412540 |
1675 | 2025-03-07T21:39:44.562Z | stop 2:34.355050372 |
1676 | 2025-03-07T21:39:44.562Z | ++ bmat factory name |
1677 | 2025-03-07T21:39:44.568Z | ++ bmat factory private |
1678 | 2025-03-07T21:39:44.573Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-024e09b73b5353bcd '{ |
1679 | 2025-03-07T21:39:44.573Z | buildomat: { |
1680 | 2025-03-07T21:39:44.573Z | factory: { |
1681 | 2025-03-07T21:39:44.573Z | name: $bmat_factory_name, |
1682 | 2025-03-07T21:39:44.573Z | private: $bmat_factory_private, |
1683 | 2025-03-07T21:39:44.573Z | }, |
1684 | 2025-03-07T21:39:44.573Z | }, |
1685 | 2025-03-07T21:39:44.573Z | }' |
1686 | 2025-03-07T21:39:44.607Z | + banner ls-apis |
1687 | 2025-03-07T21:39:44.610Z | |
1688 | 2025-03-07T21:39:44.610Z | # #### ## ##### # #### |
1689 | 2025-03-07T21:39:44.610Z | # # # # # # # # |
1690 | 2025-03-07T21:39:44.610Z | # #### ##### # # # # # #### |
1691 | 2025-03-07T21:39:44.610Z | # # ###### ##### # # |
1692 | 2025-03-07T21:39:44.610Z | # # # # # # # # # |
1693 | 2025-03-07T21:39:44.610Z | ###### #### # # # # #### |
1694 | 2025-03-07T21:39:44.610Z | |
1695 | 2025-03-07T21:39:44.614Z | + source ./tools/include/force-git-over-https.sh |
1696 | 2025-03-07T21:39:44.614Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1697 | 2025-03-07T21:39:44.614Z | ++ (( i = 0 )) |
1698 | 2025-03-07T21:39:44.614Z | ++ (( i < 5 )) |
1699 | 2025-03-07T21:39:44.614Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1700 | 2025-03-07T21:39:44.617Z | ++ (( i++ )) |
1701 | 2025-03-07T21:39:44.617Z | ++ (( i < 5 )) |
1702 | 2025-03-07T21:39:44.617Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1703 | 2025-03-07T21:39:44.620Z | ++ (( i++ )) |
1704 | 2025-03-07T21:39:44.620Z | ++ (( i < 5 )) |
1705 | 2025-03-07T21:39:44.620Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1706 | 2025-03-07T21:39:44.623Z | ++ (( i++ )) |
1707 | 2025-03-07T21:39:44.623Z | ++ (( i < 5 )) |
1708 | 2025-03-07T21:39:44.623Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1709 | 2025-03-07T21:39:44.626Z | ++ (( i++ )) |
1710 | 2025-03-07T21:39:44.626Z | ++ (( i < 5 )) |
1711 | 2025-03-07T21:39:44.626Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1712 | 2025-03-07T21:39:44.629Z | ++ (( i++ )) |
1713 | 2025-03-07T21:39:44.629Z | ++ (( i < 5 )) |
1714 | 2025-03-07T21:39:44.629Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1715 | 2025-03-07T21:39:44.629Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1716 | 2025-03-07T21:39:44.629Z | + ptime -m cargo xtask ls-apis apis |
1717 | 2025-03-07T21:39:45.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1718 | 2025-03-07T21:39:45.215Z | Running `target/debug/xtask ls-apis apis` |
1719 | 2025-03-07T21:39:46.077Z | Compiling semver v0.1.20 |
1720 | 2025-03-07T21:39:46.208Z | Compiling structmeta-derive v0.3.0 |
1721 | 2025-03-07T21:39:46.211Z | Compiling thiserror-impl v2.0.11 |
1722 | 2025-03-07T21:39:46.211Z | Compiling cargo-platform v0.1.8 |
1723 | 2025-03-07T21:39:46.218Z | Compiling fixedbitset v0.5.7 |
1724 | 2025-03-07T21:39:46.422Z | Compiling rustc_version v0.1.7 |
1725 | 2025-03-07T21:39:46.596Z | Compiling petgraph v0.7.1 |
1726 | 2025-03-07T21:39:46.719Z | Compiling newtype_derive v0.1.6 |
1727 | 2025-03-07T21:39:47.752Z | Compiling structmeta v0.3.0 |
1728 | 2025-03-07T21:39:47.862Z | Compiling thiserror v2.0.11 |
1729 | 2025-03-07T21:39:47.998Z | Compiling cargo_metadata v0.19.2 |
1730 | 2025-03-07T21:39:48.024Z | Compiling parse-display-derive v0.10.0 |
1731 | 2025-03-07T21:39:49.878Z | Compiling parse-display v0.10.0 |
1732 | 2025-03-07T21:39:50.048Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1733 | 2025-03-07T21:39:53.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s |
1734 | 2025-03-07T21:39:54.089Z | Running `target/debug/ls-apis apis` |
1735 | 2025-03-07T21:39:54.126Z | loading metadata for workspace omicron from current workspace |
1736 | 2025-03-07T21:39:58.935Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
1737 | 2025-03-07T21:39:58.942Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml |
1738 | 2025-03-07T21:39:58.946Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
1739 | 2025-03-07T21:39:58.949Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
1740 | 2025-03-07T21:40:20.773Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml |
1741 | 2025-03-07T21:40:22.890Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1742 | 2025-03-07T21:40:22.912Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1743 | 2025-03-07T21:40:23.098Z | Bootstrap Agent (client: bootstrap-agent-client) |
1744 | 2025-03-07T21:40:23.098Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1745 | 2025-03-07T21:40:23.098Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1746 | 2025-03-07T21:40:23.098Z | |
1747 | 2025-03-07T21:40:23.098Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1748 | 2025-03-07T21:40:23.098Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1749 | 2025-03-07T21:40:23.098Z | |
1750 | 2025-03-07T21:40:23.098Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1751 | 2025-03-07T21:40:23.098Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1752 | 2025-03-07T21:40:23.098Z | |
1753 | 2025-03-07T21:40:23.098Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1754 | 2025-03-07T21:40:23.099Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1755 | 2025-03-07T21:40:23.099Z | |
1756 | 2025-03-07T21:40:23.099Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1757 | 2025-03-07T21:40:23.099Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1758 | 2025-03-07T21:40:23.099Z | |
1759 | 2025-03-07T21:40:23.099Z | Crucible Agent (client: crucible-agent-client) |
1760 | 2025-03-07T21:40:23.102Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1761 | 2025-03-07T21:40:23.102Z | |
1762 | 2025-03-07T21:40:23.102Z | Crucible Control (for testing only) (client: crucible-control-client) |
1763 | 2025-03-07T21:40:23.102Z | |
1764 | 2025-03-07T21:40:23.102Z | Crucible Pantry (client: crucible-pantry-client) |
1765 | 2025-03-07T21:40:23.102Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1766 | 2025-03-07T21:40:23.102Z | |
1767 | 2025-03-07T21:40:23.102Z | Maghemite DDM Admin (client: ddm-admin-client) |
1768 | 2025-03-07T21:40:23.102Z | consumed by: installinator (omicron/installinator) via 1 path |
1769 | 2025-03-07T21:40:23.102Z | consumed by: mgd (maghemite/mgd) via 1 path |
1770 | 2025-03-07T21:40:23.102Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1771 | 2025-03-07T21:40:23.102Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1772 | 2025-03-07T21:40:23.102Z | |
1773 | 2025-03-07T21:40:23.102Z | DNS Server (client: dns-service-client) |
1774 | 2025-03-07T21:40:23.108Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1775 | 2025-03-07T21:40:23.108Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1776 | 2025-03-07T21:40:23.108Z | |
1777 | 2025-03-07T21:40:23.108Z | Dendrite DPD (client: dpd-client) |
1778 | 2025-03-07T21:40:23.108Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1779 | 2025-03-07T21:40:23.108Z | consumed by: mgd (maghemite/mgd) via 1 path |
1780 | 2025-03-07T21:40:23.108Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1781 | 2025-03-07T21:40:23.108Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1782 | 2025-03-07T21:40:23.108Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1783 | 2025-03-07T21:40:23.109Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1784 | 2025-03-07T21:40:23.109Z | |
1785 | 2025-03-07T21:40:23.109Z | Downstairs Controller (debugging only) (client: dsc-client) |
1786 | 2025-03-07T21:40:23.109Z | |
1787 | 2025-03-07T21:40:23.109Z | Management Gateway Service (client: gateway-client) |
1788 | 2025-03-07T21:40:23.114Z | consumed by: dpd (dendrite/dpd) via 1 path |
1789 | 2025-03-07T21:40:23.114Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1790 | 2025-03-07T21:40:23.114Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1791 | 2025-03-07T21:40:23.114Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1792 | 2025-03-07T21:40:23.114Z | |
1793 | 2025-03-07T21:40:23.114Z | Wicketd Installinator (client: installinator-client) |
1794 | 2025-03-07T21:40:23.114Z | consumed by: installinator (omicron/installinator) via 1 path |
1795 | 2025-03-07T21:40:23.114Z | |
1796 | 2025-03-07T21:40:23.114Z | LLDP daemon (client: lldpd-client) |
1797 | 2025-03-07T21:40:23.132Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1798 | 2025-03-07T21:40:23.132Z | |
1799 | 2025-03-07T21:40:23.132Z | Maghemite MG Admin (client: mg-admin-client) |
1800 | 2025-03-07T21:40:23.132Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1801 | 2025-03-07T21:40:23.132Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1802 | 2025-03-07T21:40:23.132Z | |
1803 | 2025-03-07T21:40:23.132Z | Nexus Internal API (client: nexus-client) |
1804 | 2025-03-07T21:40:23.132Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
1805 | 2025-03-07T21:40:23.132Z | consumed by: dpd (dendrite/dpd) via 1 path |
1806 | 2025-03-07T21:40:23.132Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1807 | 2025-03-07T21:40:23.132Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1808 | 2025-03-07T21:40:23.132Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1809 | 2025-03-07T21:40:23.132Z | |
1810 | 2025-03-07T21:40:23.132Z | External API (client: oxide-client) |
1811 | 2025-03-07T21:40:23.132Z | |
1812 | 2025-03-07T21:40:23.132Z | Oximeter (client: oximeter-client) |
1813 | 2025-03-07T21:40:23.132Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1814 | 2025-03-07T21:40:23.133Z | |
1815 | 2025-03-07T21:40:23.133Z | Propolis (client: propolis-client) |
1816 | 2025-03-07T21:40:23.133Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1817 | 2025-03-07T21:40:23.133Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1818 | 2025-03-07T21:40:23.133Z | |
1819 | 2025-03-07T21:40:23.133Z | Crucible Repair (client: repair-client) |
1820 | 2025-03-07T21:40:23.133Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1821 | 2025-03-07T21:40:23.133Z | |
1822 | 2025-03-07T21:40:23.133Z | Repo Depot API (client: repo-depot-client) |
1823 | 2025-03-07T21:40:23.133Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1824 | 2025-03-07T21:40:23.133Z | |
1825 | 2025-03-07T21:40:23.133Z | Sled Agent (client: sled-agent-client) |
1826 | 2025-03-07T21:40:23.136Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1827 | 2025-03-07T21:40:23.136Z | |
1828 | 2025-03-07T21:40:23.136Z | Wicketd (client: wicketd-client) |
1829 | 2025-03-07T21:40:23.136Z | |
1830 | 2025-03-07T21:40:23.268Z | |
1831 | 2025-03-07T21:40:23.268Z | real 38.615703249 |
1832 | 2025-03-07T21:40:23.268Z | user 36.850980866 |
1833 | 2025-03-07T21:40:23.268Z | sys 9.916531439 |
1834 | 2025-03-07T21:40:23.268Z | trap 0.018858938 |
1835 | 2025-03-07T21:40:23.268Z | tflt 0.095261524 |
1836 | 2025-03-07T21:40:23.268Z | dflt 0.208763270 |
1837 | 2025-03-07T21:40:23.271Z | kflt 0.000005378 |
1838 | 2025-03-07T21:40:23.271Z | lock 42.700460469 |
1839 | 2025-03-07T21:40:23.271Z | slp 4:22.026795340 |
1840 | 2025-03-07T21:40:23.271Z | lat 0.907545808 |
1841 | 2025-03-07T21:40:23.271Z | stop 2.213598250 |
1842 | 2025-03-07T21:40:23.271Z | + ptime -m cargo xtask ls-apis deployment-units |
1843 | 2025-03-07T21:40:23.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1844 | 2025-03-07T21:40:23.896Z | Running `target/debug/xtask ls-apis deployment-units` |
1845 | 2025-03-07T21:40:24.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1846 | 2025-03-07T21:40:24.887Z | Running `target/debug/ls-apis deployment-units` |
1847 | 2025-03-07T21:40:24.930Z | loading metadata for workspace omicron from current workspace |
1848 | 2025-03-07T21:40:26.199Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
1849 | 2025-03-07T21:40:26.207Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
1850 | 2025-03-07T21:40:26.213Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml |
1851 | 2025-03-07T21:40:26.219Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
1852 | 2025-03-07T21:40:28.205Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml |
1853 | 2025-03-07T21:40:28.987Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1854 | 2025-03-07T21:40:29.004Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1855 | 2025-03-07T21:40:29.170Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1856 | 2025-03-07T21:40:29.170Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1857 | 2025-03-07T21:40:29.170Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1858 | 2025-03-07T21:40:29.170Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1859 | 2025-03-07T21:40:29.170Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1860 | 2025-03-07T21:40:29.173Z | |
1861 | 2025-03-07T21:40:29.173Z | |
1862 | 2025-03-07T21:40:29.173Z | Cockroach |
1863 | 2025-03-07T21:40:29.173Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1864 | 2025-03-07T21:40:29.173Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1865 | 2025-03-07T21:40:29.173Z | |
1866 | 2025-03-07T21:40:29.173Z | |
1867 | 2025-03-07T21:40:29.173Z | Crucible |
1868 | 2025-03-07T21:40:29.173Z | crucible-agent (crucible/agent) |
1869 | 2025-03-07T21:40:29.173Z | exposes: Crucible Agent (client = crucible-agent-client) |
1870 | 2025-03-07T21:40:29.173Z | |
1871 | 2025-03-07T21:40:29.173Z | crucible-downstairs (crucible/downstairs) |
1872 | 2025-03-07T21:40:29.173Z | exposes: Crucible Repair (client = repair-client) |
1873 | 2025-03-07T21:40:29.177Z | consumes: repair-client |
1874 | 2025-03-07T21:40:29.177Z | |
1875 | 2025-03-07T21:40:29.177Z | |
1876 | 2025-03-07T21:40:29.177Z | Crucible Pantry |
1877 | 2025-03-07T21:40:29.177Z | crucible-pantry (crucible/pantry) |
1878 | 2025-03-07T21:40:29.177Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1879 | 2025-03-07T21:40:29.177Z | consumes: nexus-client |
1880 | 2025-03-07T21:40:29.177Z | |
1881 | 2025-03-07T21:40:29.177Z | |
1882 | 2025-03-07T21:40:29.177Z | DNS Server |
1883 | 2025-03-07T21:40:29.177Z | dns-server (omicron/dns-server) |
1884 | 2025-03-07T21:40:29.177Z | exposes: DNS Server (client = dns-service-client) |
1885 | 2025-03-07T21:40:29.181Z | |
1886 | 2025-03-07T21:40:29.181Z | |
1887 | 2025-03-07T21:40:29.181Z | Host OS |
1888 | 2025-03-07T21:40:29.181Z | ddmd (maghemite/ddmd) |
1889 | 2025-03-07T21:40:29.181Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1890 | 2025-03-07T21:40:29.182Z | consumes: dpd-client |
1891 | 2025-03-07T21:40:29.182Z | |
1892 | 2025-03-07T21:40:29.182Z | dpd (dendrite/dpd) |
1893 | 2025-03-07T21:40:29.182Z | exposes: Dendrite DPD (client = dpd-client) |
1894 | 2025-03-07T21:40:29.182Z | consumes: gateway-client |
1895 | 2025-03-07T21:40:29.182Z | consumes: nexus-client |
1896 | 2025-03-07T21:40:29.182Z | |
1897 | 2025-03-07T21:40:29.182Z | lldpd (lldp/lldpd) |
1898 | 2025-03-07T21:40:29.182Z | exposes: LLDP daemon (client = lldpd-client) |
1899 | 2025-03-07T21:40:29.182Z | |
1900 | 2025-03-07T21:40:29.182Z | mgd (maghemite/mgd) |
1901 | 2025-03-07T21:40:29.182Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1902 | 2025-03-07T21:40:29.185Z | consumes: ddm-admin-client |
1903 | 2025-03-07T21:40:29.185Z | consumes: dpd-client |
1904 | 2025-03-07T21:40:29.185Z | |
1905 | 2025-03-07T21:40:29.185Z | omicron-gateway (omicron/gateway) |
1906 | 2025-03-07T21:40:29.185Z | exposes: Management Gateway Service (client = gateway-client) |
1907 | 2025-03-07T21:40:29.185Z | |
1908 | 2025-03-07T21:40:29.185Z | omicron-sled-agent (omicron/sled-agent) |
1909 | 2025-03-07T21:40:29.185Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1910 | 2025-03-07T21:40:29.185Z | exposes: Repo Depot API (client = repo-depot-client) |
1911 | 2025-03-07T21:40:29.185Z | exposes: Sled Agent (client = sled-agent-client) |
1912 | 2025-03-07T21:40:29.186Z | consumes: bootstrap-agent-client |
1913 | 2025-03-07T21:40:29.186Z | consumes: ddm-admin-client |
1914 | 2025-03-07T21:40:29.186Z | consumes: dns-service-client |
1915 | 2025-03-07T21:40:29.186Z | consumes: dpd-client |
1916 | 2025-03-07T21:40:29.186Z | consumes: gateway-client |
1917 | 2025-03-07T21:40:29.186Z | consumes: mg-admin-client |
1918 | 2025-03-07T21:40:29.186Z | consumes: nexus-client |
1919 | 2025-03-07T21:40:29.186Z | consumes: propolis-client |
1920 | 2025-03-07T21:40:29.186Z | consumes: repo-depot-client |
1921 | 2025-03-07T21:40:29.186Z | |
1922 | 2025-03-07T21:40:29.186Z | propolis-server (propolis/bin/propolis-server) |
1923 | 2025-03-07T21:40:29.186Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1924 | 2025-03-07T21:40:29.186Z | exposes: Propolis (client = propolis-client) |
1925 | 2025-03-07T21:40:29.189Z | consumes: nexus-client |
1926 | 2025-03-07T21:40:29.189Z | |
1927 | 2025-03-07T21:40:29.189Z | tfportd (dendrite/tfportd) |
1928 | 2025-03-07T21:40:29.189Z | consumes: dpd-client |
1929 | 2025-03-07T21:40:29.189Z | |
1930 | 2025-03-07T21:40:29.189Z | wicketd (omicron/wicketd) |
1931 | 2025-03-07T21:40:29.189Z | exposes: Wicketd Installinator (client = installinator-client) |
1932 | 2025-03-07T21:40:29.189Z | exposes: Wicketd (client = wicketd-client) |
1933 | 2025-03-07T21:40:29.189Z | consumes: bootstrap-agent-client |
1934 | 2025-03-07T21:40:29.189Z | consumes: ddm-admin-client |
1935 | 2025-03-07T21:40:29.189Z | consumes: dpd-client |
1936 | 2025-03-07T21:40:29.189Z | consumes: gateway-client |
1937 | 2025-03-07T21:40:29.189Z | |
1938 | 2025-03-07T21:40:29.189Z | |
1939 | 2025-03-07T21:40:29.189Z | Installinator |
1940 | 2025-03-07T21:40:29.189Z | installinator (omicron/installinator) |
1941 | 2025-03-07T21:40:29.193Z | consumes: ddm-admin-client |
1942 | 2025-03-07T21:40:29.193Z | consumes: installinator-client |
1943 | 2025-03-07T21:40:29.193Z | |
1944 | 2025-03-07T21:40:29.193Z | |
1945 | 2025-03-07T21:40:29.193Z | Nexus |
1946 | 2025-03-07T21:40:29.193Z | omicron-nexus (omicron/nexus) |
1947 | 2025-03-07T21:40:29.193Z | exposes: Nexus Internal API (client = nexus-client) |
1948 | 2025-03-07T21:40:29.193Z | exposes: External API (client = oxide-client) |
1949 | 2025-03-07T21:40:29.193Z | consumes: clickhouse-admin-keeper-client |
1950 | 2025-03-07T21:40:29.193Z | consumes: clickhouse-admin-server-client |
1951 | 2025-03-07T21:40:29.193Z | consumes: clickhouse-admin-single-client |
1952 | 2025-03-07T21:40:29.193Z | consumes: cockroach-admin-client |
1953 | 2025-03-07T21:40:29.193Z | consumes: crucible-agent-client |
1954 | 2025-03-07T21:40:29.193Z | consumes: crucible-pantry-client |
1955 | 2025-03-07T21:40:29.193Z | consumes: dns-service-client |
1956 | 2025-03-07T21:40:29.193Z | consumes: dpd-client |
1957 | 2025-03-07T21:40:29.193Z | consumes: gateway-client |
1958 | 2025-03-07T21:40:29.193Z | consumes: lldpd-client |
1959 | 2025-03-07T21:40:29.193Z | consumes: mg-admin-client |
1960 | 2025-03-07T21:40:29.193Z | consumes: oximeter-client |
1961 | 2025-03-07T21:40:29.193Z | consumes: propolis-client |
1962 | 2025-03-07T21:40:29.193Z | consumes: sled-agent-client |
1963 | 2025-03-07T21:40:29.193Z | |
1964 | 2025-03-07T21:40:29.193Z | |
1965 | 2025-03-07T21:40:29.193Z | Oximeter |
1966 | 2025-03-07T21:40:29.193Z | oximeter-collector (omicron/oximeter/collector) |
1967 | 2025-03-07T21:40:29.193Z | exposes: Oximeter (client = oximeter-client) |
1968 | 2025-03-07T21:40:29.196Z | consumes: nexus-client |
1969 | 2025-03-07T21:40:29.196Z | |
1970 | 2025-03-07T21:40:29.196Z | |
1971 | 2025-03-07T21:40:29.320Z | |
1972 | 2025-03-07T21:40:29.324Z | real 6.034021023 |
1973 | 2025-03-07T21:40:29.324Z | user 4.928879647 |
1974 | 2025-03-07T21:40:29.324Z | sys 1.923453365 |
1975 | 2025-03-07T21:40:29.324Z | trap 0.003490127 |
1976 | 2025-03-07T21:40:29.324Z | tflt 0.000044816 |
1977 | 2025-03-07T21:40:29.324Z | dflt 0.000561506 |
1978 | 2025-03-07T21:40:29.324Z | kflt 0.000000000 |
1979 | 2025-03-07T21:40:29.324Z | lock 0.347271733 |
1980 | 2025-03-07T21:40:29.324Z | slp 13.596341832 |
1981 | 2025-03-07T21:40:29.324Z | lat 0.030902526 |
1982 | 2025-03-07T21:40:29.324Z | stop 0.101536014 |
1983 | 2025-03-07T21:40:29.324Z | + ptime -m cargo xtask ls-apis servers |
1984 | 2025-03-07T21:40:29.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1985 | 2025-03-07T21:40:29.877Z | Running `target/debug/xtask ls-apis servers` |
1986 | 2025-03-07T21:40:30.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1987 | 2025-03-07T21:40:30.801Z | Running `target/debug/ls-apis servers` |
1988 | 2025-03-07T21:40:30.845Z | loading metadata for workspace omicron from current workspace |
1989 | 2025-03-07T21:40:32.083Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
1990 | 2025-03-07T21:40:32.090Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
1991 | 2025-03-07T21:40:32.096Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml |
1992 | 2025-03-07T21:40:32.106Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
1993 | 2025-03-07T21:40:34.048Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml |
1994 | 2025-03-07T21:40:34.829Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1995 | 2025-03-07T21:40:34.846Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1996 | 2025-03-07T21:40:35.014Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1997 | 2025-03-07T21:40:35.014Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1998 | 2025-03-07T21:40:35.014Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1999 | 2025-03-07T21:40:35.014Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
2000 | 2025-03-07T21:40:35.017Z | |
2001 | 2025-03-07T21:40:35.017Z | omicron-cockroach-admin (omicron/cockroach-admin) |
2002 | 2025-03-07T21:40:35.017Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
2003 | 2025-03-07T21:40:35.017Z | |
2004 | 2025-03-07T21:40:35.017Z | crucible-agent (crucible/agent) |
2005 | 2025-03-07T21:40:35.017Z | exposes: Crucible Agent (client = crucible-agent-client) |
2006 | 2025-03-07T21:40:35.017Z | |
2007 | 2025-03-07T21:40:35.018Z | crucible-downstairs (crucible/downstairs) |
2008 | 2025-03-07T21:40:35.018Z | exposes: Crucible Repair (client = repair-client) |
2009 | 2025-03-07T21:40:35.021Z | consumes: repair-client |
2010 | 2025-03-07T21:40:35.021Z | |
2011 | 2025-03-07T21:40:35.021Z | crucible-pantry (crucible/pantry) |
2012 | 2025-03-07T21:40:35.021Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
2013 | 2025-03-07T21:40:35.024Z | consumes: nexus-client |
2014 | 2025-03-07T21:40:35.024Z | |
2015 | 2025-03-07T21:40:35.024Z | dns-server (omicron/dns-server) |
2016 | 2025-03-07T21:40:35.024Z | exposes: DNS Server (client = dns-service-client) |
2017 | 2025-03-07T21:40:35.024Z | |
2018 | 2025-03-07T21:40:35.024Z | omicron-sled-agent (omicron/sled-agent) |
2019 | 2025-03-07T21:40:35.024Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
2020 | 2025-03-07T21:40:35.024Z | exposes: Repo Depot API (client = repo-depot-client) |
2021 | 2025-03-07T21:40:35.024Z | exposes: Sled Agent (client = sled-agent-client) |
2022 | 2025-03-07T21:40:35.027Z | consumes: bootstrap-agent-client |
2023 | 2025-03-07T21:40:35.027Z | consumes: ddm-admin-client |
2024 | 2025-03-07T21:40:35.027Z | consumes: dns-service-client |
2025 | 2025-03-07T21:40:35.027Z | consumes: dpd-client |
2026 | 2025-03-07T21:40:35.027Z | consumes: gateway-client |
2027 | 2025-03-07T21:40:35.027Z | consumes: mg-admin-client |
2028 | 2025-03-07T21:40:35.027Z | consumes: nexus-client |
2029 | 2025-03-07T21:40:35.027Z | consumes: propolis-client |
2030 | 2025-03-07T21:40:35.027Z | consumes: repo-depot-client |
2031 | 2025-03-07T21:40:35.027Z | |
2032 | 2025-03-07T21:40:35.027Z | propolis-server (propolis/bin/propolis-server) |
2033 | 2025-03-07T21:40:35.027Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
2034 | 2025-03-07T21:40:35.027Z | exposes: Propolis (client = propolis-client) |
2035 | 2025-03-07T21:40:35.030Z | consumes: nexus-client |
2036 | 2025-03-07T21:40:35.030Z | |
2037 | 2025-03-07T21:40:35.030Z | ddmd (maghemite/ddmd) |
2038 | 2025-03-07T21:40:35.030Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
2039 | 2025-03-07T21:40:35.030Z | consumes: dpd-client |
2040 | 2025-03-07T21:40:35.030Z | |
2041 | 2025-03-07T21:40:35.031Z | dpd (dendrite/dpd) |
2042 | 2025-03-07T21:40:35.031Z | exposes: Dendrite DPD (client = dpd-client) |
2043 | 2025-03-07T21:40:35.031Z | consumes: gateway-client |
2044 | 2025-03-07T21:40:35.031Z | consumes: nexus-client |
2045 | 2025-03-07T21:40:35.031Z | |
2046 | 2025-03-07T21:40:35.031Z | lldpd (lldp/lldpd) |
2047 | 2025-03-07T21:40:35.031Z | exposes: LLDP daemon (client = lldpd-client) |
2048 | 2025-03-07T21:40:35.031Z | |
2049 | 2025-03-07T21:40:35.031Z | mgd (maghemite/mgd) |
2050 | 2025-03-07T21:40:35.031Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
2051 | 2025-03-07T21:40:35.034Z | consumes: ddm-admin-client |
2052 | 2025-03-07T21:40:35.034Z | consumes: dpd-client |
2053 | 2025-03-07T21:40:35.034Z | |
2054 | 2025-03-07T21:40:35.034Z | omicron-gateway (omicron/gateway) |
2055 | 2025-03-07T21:40:35.034Z | exposes: Management Gateway Service (client = gateway-client) |
2056 | 2025-03-07T21:40:35.034Z | |
2057 | 2025-03-07T21:40:35.034Z | tfportd (dendrite/tfportd) |
2058 | 2025-03-07T21:40:35.034Z | consumes: dpd-client |
2059 | 2025-03-07T21:40:35.034Z | |
2060 | 2025-03-07T21:40:35.034Z | wicketd (omicron/wicketd) |
2061 | 2025-03-07T21:40:35.034Z | exposes: Wicketd Installinator (client = installinator-client) |
2062 | 2025-03-07T21:40:35.034Z | exposes: Wicketd (client = wicketd-client) |
2063 | 2025-03-07T21:40:35.034Z | consumes: bootstrap-agent-client |
2064 | 2025-03-07T21:40:35.034Z | consumes: ddm-admin-client |
2065 | 2025-03-07T21:40:35.034Z | consumes: dpd-client |
2066 | 2025-03-07T21:40:35.034Z | consumes: gateway-client |
2067 | 2025-03-07T21:40:35.034Z | |
2068 | 2025-03-07T21:40:35.034Z | installinator (omicron/installinator) |
2069 | 2025-03-07T21:40:35.037Z | consumes: ddm-admin-client |
2070 | 2025-03-07T21:40:35.037Z | consumes: installinator-client |
2071 | 2025-03-07T21:40:35.037Z | |
2072 | 2025-03-07T21:40:35.037Z | omicron-nexus (omicron/nexus) |
2073 | 2025-03-07T21:40:35.037Z | exposes: Nexus Internal API (client = nexus-client) |
2074 | 2025-03-07T21:40:35.038Z | exposes: External API (client = oxide-client) |
2075 | 2025-03-07T21:40:35.038Z | consumes: clickhouse-admin-keeper-client |
2076 | 2025-03-07T21:40:35.038Z | consumes: clickhouse-admin-server-client |
2077 | 2025-03-07T21:40:35.038Z | consumes: clickhouse-admin-single-client |
2078 | 2025-03-07T21:40:35.038Z | consumes: cockroach-admin-client |
2079 | 2025-03-07T21:40:35.038Z | consumes: crucible-agent-client |
2080 | 2025-03-07T21:40:35.038Z | consumes: crucible-pantry-client |
2081 | 2025-03-07T21:40:35.038Z | consumes: dns-service-client |
2082 | 2025-03-07T21:40:35.038Z | consumes: dpd-client |
2083 | 2025-03-07T21:40:35.038Z | consumes: gateway-client |
2084 | 2025-03-07T21:40:35.038Z | consumes: lldpd-client |
2085 | 2025-03-07T21:40:35.038Z | consumes: mg-admin-client |
2086 | 2025-03-07T21:40:35.038Z | consumes: oximeter-client |
2087 | 2025-03-07T21:40:35.038Z | consumes: propolis-client |
2088 | 2025-03-07T21:40:35.038Z | consumes: sled-agent-client |
2089 | 2025-03-07T21:40:35.038Z | |
2090 | 2025-03-07T21:40:35.038Z | oximeter-collector (omicron/oximeter/collector) |
2091 | 2025-03-07T21:40:35.038Z | exposes: Oximeter (client = oximeter-client) |
2092 | 2025-03-07T21:40:35.041Z | consumes: nexus-client |
2093 | 2025-03-07T21:40:35.041Z | |
2094 | 2025-03-07T21:40:35.167Z | |
2095 | 2025-03-07T21:40:35.170Z | real 5.826634434 |
2096 | 2025-03-07T21:40:35.170Z | user 4.860022132 |
2097 | 2025-03-07T21:40:35.170Z | sys 1.809559816 |
2098 | 2025-03-07T21:40:35.170Z | trap 0.000420336 |
2099 | 2025-03-07T21:40:35.170Z | tflt 0.000039888 |
2100 | 2025-03-07T21:40:35.170Z | dflt 0.000131021 |
2101 | 2025-03-07T21:40:35.170Z | kflt 0.000000000 |
2102 | 2025-03-07T21:40:35.170Z | lock 0.309291250 |
2103 | 2025-03-07T21:40:35.170Z | slp 13.376121123 |
2104 | 2025-03-07T21:40:35.170Z | lat 0.011155880 |
2105 | 2025-03-07T21:40:35.170Z | stop 0.099167862 |
2106 | 2025-03-07T21:40:35.170Z | + ptime -m cargo xtask ls-apis check |
2107 | 2025-03-07T21:40:35.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
2108 | 2025-03-07T21:40:35.724Z | Running `target/debug/xtask ls-apis check` |
2109 | 2025-03-07T21:40:36.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2110 | 2025-03-07T21:40:36.633Z | Running `target/debug/ls-apis check` |
2111 | 2025-03-07T21:40:36.678Z | loading metadata for workspace omicron from current workspace |
2112 | 2025-03-07T21:40:37.934Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml |
2113 | 2025-03-07T21:40:37.943Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml |
2114 | 2025-03-07T21:40:37.946Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml |
2115 | 2025-03-07T21:40:37.952Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/Cargo.toml |
2116 | 2025-03-07T21:40:39.890Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml |
2117 | 2025-03-07T21:40:40.679Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2118 | 2025-03-07T21:40:40.696Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2119 | 2025-03-07T21:40:40.957Z | |
2120 | 2025-03-07T21:40:40.957Z | |
2121 | 2025-03-07T21:40:40.957Z | Server-managed APIs: |
2122 | 2025-03-07T21:40:40.957Z | |
2123 | 2025-03-07T21:40:40.957Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2124 | 2025-03-07T21:40:40.957Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2125 | 2025-03-07T21:40:40.957Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2126 | 2025-03-07T21:40:40.957Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2127 | 2025-03-07T21:40:40.957Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2128 | 2025-03-07T21:40:40.957Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2129 | 2025-03-07T21:40:40.957Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2130 | 2025-03-07T21:40:40.957Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2131 | 2025-03-07T21:40:40.957Z | DNS Server (dns-service-client, exposed by dns-server) |
2132 | 2025-03-07T21:40:40.957Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2133 | 2025-03-07T21:40:40.957Z | LLDP daemon (lldpd-client, exposed by lldpd) |
2134 | 2025-03-07T21:40:40.957Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2135 | 2025-03-07T21:40:40.957Z | External API (oxide-client, exposed by omicron-nexus) |
2136 | 2025-03-07T21:40:40.957Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2137 | 2025-03-07T21:40:40.957Z | Propolis (propolis-client, exposed by propolis-server) |
2138 | 2025-03-07T21:40:40.957Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2139 | 2025-03-07T21:40:40.957Z | Wicketd (wicketd-client, exposed by wicketd) |
2140 | 2025-03-07T21:40:40.957Z | |
2141 | 2025-03-07T21:40:40.957Z | |
2142 | 2025-03-07T21:40:40.957Z | Client-managed API: |
2143 | 2025-03-07T21:40:40.957Z | |
2144 | 2025-03-07T21:40:40.957Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2145 | 2025-03-07T21:40:40.957Z | reason: depends on itself (i.e., instances call each other) |
2146 | 2025-03-07T21:40:40.957Z | Dendrite DPD (dpd-client, exposed by dpd) |
2147 | 2025-03-07T21:40:40.957Z | reason: Sled Agent calling DPD creates a circular dependency |
2148 | 2025-03-07T21:40:40.957Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2149 | 2025-03-07T21:40:40.957Z | reason: client is provided implicitly by the operator |
2150 | 2025-03-07T21:40:40.957Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2151 | 2025-03-07T21:40:40.957Z | reason: Circular dependencies between Nexus and other services |
2152 | 2025-03-07T21:40:40.958Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2153 | 2025-03-07T21:40:40.958Z | reason: depends on itself (i.e., instances call each other) |
2154 | 2025-03-07T21:40:40.958Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2155 | 2025-03-07T21:40:40.958Z | reason: depends on itself (i.e., instances call each other) |
2156 | 2025-03-07T21:40:40.958Z | |
2157 | 2025-03-07T21:40:40.958Z | |
2158 | 2025-03-07T21:40:40.958Z | APIs with unknown version management: none |
2159 | 2025-03-07T21:40:41.084Z | |
2160 | 2025-03-07T21:40:41.087Z | real 5.898421993 |
2161 | 2025-03-07T21:40:41.087Z | user 4.917474546 |
2162 | 2025-03-07T21:40:41.087Z | sys 1.816358258 |
2163 | 2025-03-07T21:40:41.087Z | trap 0.000553390 |
2164 | 2025-03-07T21:40:41.087Z | tflt 0.000058863 |
2165 | 2025-03-07T21:40:41.087Z | dflt 0.000061527 |
2166 | 2025-03-07T21:40:41.087Z | kflt 0.000000000 |
2167 | 2025-03-07T21:40:41.087Z | lock 0.310652380 |
2168 | 2025-03-07T21:40:41.087Z | slp 13.302613029 |
2169 | 2025-03-07T21:40:41.087Z | lat 0.010633642 |
2170 | 2025-03-07T21:40:41.088Z | stop 0.104755741 |
2171 | 2025-03-07T21:40:41.088Z | + banner build |
2172 | 2025-03-07T21:40:41.092Z | |
2173 | 2025-03-07T21:40:41.092Z | ##### # # # # ##### |
2174 | 2025-03-07T21:40:41.092Z | # # # # # # # # |
2175 | 2025-03-07T21:40:41.093Z | ##### # # # # # # |
2176 | 2025-03-07T21:40:41.093Z | # # # # # # # # |
2177 | 2025-03-07T21:40:41.093Z | # # # # # # # # |
2178 | 2025-03-07T21:40:41.093Z | ##### #### # ###### ##### |
2179 | 2025-03-07T21:40:41.093Z | |
2180 | 2025-03-07T21:40:41.093Z | + export 'RUSTFLAGS=-D warnings' |
2181 | 2025-03-07T21:40:41.093Z | + RUSTFLAGS='-D warnings' |
2182 | 2025-03-07T21:40:41.093Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2183 | 2025-03-07T21:40:41.093Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2184 | 2025-03-07T21:40:41.093Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2185 | 2025-03-07T21:40:41.093Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2186 | 2025-03-07T21:40:41.093Z | + export TMPDIR=/var/tmp/omicron_tmp |
2187 | 2025-03-07T21:40:41.093Z | + TMPDIR=/var/tmp/omicron_tmp |
2188 | 2025-03-07T21:40:41.093Z | + export RUST_BACKTRACE=1 |
2189 | 2025-03-07T21:40:41.093Z | + RUST_BACKTRACE=1 |
2190 | 2025-03-07T21:40:41.093Z | + export CARGO_INCREMENTAL=0 |
2191 | 2025-03-07T21:40:41.093Z | + CARGO_INCREMENTAL=0 |
2192 | 2025-03-07T21:40:41.093Z | + export RUSTC_BOOTSTRAP=1 |
2193 | 2025-03-07T21:40:41.093Z | + RUSTC_BOOTSTRAP=1 |
2194 | 2025-03-07T21:40:41.093Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose |
2195 | 2025-03-07T21:40:42.798Z | Compiling proc-macro2 v1.0.93 |
2196 | 2025-03-07T21:40:42.798Z | Compiling unicode-ident v1.0.14 |
2197 | 2025-03-07T21:40:42.799Z | Compiling libc v0.2.170 |
2198 | 2025-03-07T21:40:42.802Z | Compiling cfg-if v1.0.0 |
2199 | 2025-03-07T21:40:42.802Z | Compiling serde v1.0.218 |
2200 | 2025-03-07T21:40:42.802Z | Compiling autocfg v1.4.0 |
2201 | 2025-03-07T21:40:42.802Z | Compiling memchr v2.7.4 |
2202 | 2025-03-07T21:40:42.961Z | Compiling version_check v0.9.5 |
2203 | 2025-03-07T21:40:42.978Z | Running `/home/build/.rustup/toolchains/1.85.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.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=31824a611b324d98 -C extra-filename=-e45517be5f8445d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2204 | 2025-03-07T21:40:42.978Z | Running `/home/build/.rustup/toolchains/1.85.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.170/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,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=92f25735d5cd19fb -C extra-filename=-80d380bcea6957d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2205 | 2025-03-07T21:40:42.978Z | Running `/home/build/.rustup/toolchains/1.85.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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"))' -C metadata=47a19a9143ed1df3 -C extra-filename=-ec0e17f73ce37523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2206 | 2025-03-07T21:40:42.981Z | Running `/home/build/.rustup/toolchains/1.85.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.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=7c85ceffe0f29d1b -C extra-filename=-62358d43d54c950b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2207 | 2025-03-07T21:40:42.981Z | Running `/home/build/.rustup/toolchains/1.85.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=82b3d2c120f8de77 -C extra-filename=-c41639be1f87700d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2208 | 2025-03-07T21:40:42.981Z | Running `/home/build/.rustup/toolchains/1.85.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.218/build.rs --error-format=json --json=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=ff68019dd289812a -C extra-filename=-5e8791287b45f6e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2209 | 2025-03-07T21:40:42.981Z | Running `/home/build/.rustup/toolchains/1.85.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=b43da0cc2a87eaef -C extra-filename=-b0354db40e5a0a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2210 | 2025-03-07T21:40:42.981Z | Running `/home/build/.rustup/toolchains/1.85.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=f6ef1a3526a031f1 -C extra-filename=-94a95822b5c1b816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2211 | 2025-03-07T21:40:43.141Z | Compiling value-bag v1.9.0 |
2212 | 2025-03-07T21:40:43.144Z | Running `/home/build/.rustup/toolchains/1.85.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=956c14d891896f8a -C extra-filename=-2dcd4a62bdc55774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2213 | 2025-03-07T21:40:43.287Z | Compiling itoa v1.0.11 |
2214 | 2025-03-07T21:40:43.290Z | Running `/home/build/.rustup/toolchains/1.85.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=91f24d5c65adf33d -C extra-filename=-57976e99141aa10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2215 | 2025-03-07T21:40:43.540Z | Compiling scopeguard v1.2.0 |
2216 | 2025-03-07T21:40:43.543Z | Running `/home/build/.rustup/toolchains/1.85.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=ef004a5d5e15cc3f -C extra-filename=-05a475995c9906c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2217 | 2025-03-07T21:40:43.583Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7/build-script-build` |
2218 | 2025-03-07T21:40:43.634Z | Compiling smallvec v1.14.0 |
2219 | 2025-03-07T21:40:43.661Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=25fc70ceda9bdc9a -C extra-filename=-e5bb232e735f783e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2220 | 2025-03-07T21:40:43.666Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5/build-script-build` |
2221 | 2025-03-07T21:40:43.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0/build-script-build` |
2222 | 2025-03-07T21:40:43.723Z | Compiling log v0.4.22 |
2223 | 2025-03-07T21:40:43.727Z | Compiling once_cell v1.20.3 |
2224 | 2025-03-07T21:40:43.727Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,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=ea42792389269540 -C extra-filename=-a147a23faaf349f2 --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-2dcd4a62bdc55774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2225 | 2025-03-07T21:40:43.727Z | Running `/home/build/.rustup/toolchains/1.85.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.20.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="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=28dee0ac0e13c0d8 -C extra-filename=-cc4c9ca4fb71ffde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2226 | 2025-03-07T21:40:43.770Z | Compiling pin-project-lite v0.2.14 |
2227 | 2025-03-07T21:40:43.773Z | Running `/home/build/.rustup/toolchains/1.85.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=9800e9bccb6eb2cd -C extra-filename=-3d55b6ea8d435783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2228 | 2025-03-07T21:40:43.799Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.170/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,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=8acc3faa6eb5bd50 -C extra-filename=-41b4d43f76d21dca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_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(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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
2229 | 2025-03-07T21:40:43.865Z | Compiling lock_api v0.4.12 |
2230 | 2025-03-07T21:40:43.869Z | Running `/home/build/.rustup/toolchains/1.85.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=ac565146212e12c9 -C extra-filename=-234c6e364a590cdd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2231 | 2025-03-07T21:40:43.922Z | Compiling ryu v1.0.18 |
2232 | 2025-03-07T21:40:43.925Z | Running `/home/build/.rustup/toolchains/1.85.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=d93015221dd64085 -C extra-filename=-09050f2054347c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2233 | 2025-03-07T21:40:44.043Z | Compiling subtle v2.6.1 |
2234 | 2025-03-07T21:40:44.069Z | Running `/home/build/.rustup/toolchains/1.85.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=2dcd2a9b174f6694 -C extra-filename=-af7ee5c1b0f412fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2235 | 2025-03-07T21:40:44.072Z | Running `/home/build/.rustup/toolchains/1.85.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d07456d6542d1f8 -C extra-filename=-5924188bd02e8a8d --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-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
2236 | 2025-03-07T21:40:44.102Z | Compiling byteorder v1.5.0 |
2237 | 2025-03-07T21:40:44.105Z | Running `/home/build/.rustup/toolchains/1.85.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=7198085d2c48067f -C extra-filename=-6fa0bc0485b87f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2025-03-07T21:40:44.264Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd/build-script-build` |
2239 | 2025-03-07T21:40:44.294Z | Compiling shlex v1.3.0 |
2240 | 2025-03-07T21:40:44.330Z | Running `/home/build/.rustup/toolchains/1.85.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=06800dc7b87fe0db -C extra-filename=-c29a401cfb96b366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2241 | 2025-03-07T21:40:44.422Z | Compiling libm v0.2.8 |
2242 | 2025-03-07T21:40:44.425Z | Running `/home/build/.rustup/toolchains/1.85.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=1829d629c4b04dbc -C extra-filename=-437ddefae983f5d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2243 | 2025-03-07T21:40:44.450Z | Running `/home/build/.rustup/toolchains/1.85.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=a2bef5f3a05e2acd -C extra-filename=-0b7b2231cbf9aba6 --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-05a475995c9906c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
2244 | 2025-03-07T21:40:44.479Z | Compiling num-traits v0.2.19 |
2245 | 2025-03-07T21:40:44.482Z | Compiling regex-syntax v0.8.5 |
2246 | 2025-03-07T21:40:44.482Z | Running `/home/build/.rustup/toolchains/1.85.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=98acd7a75c961d90 -C extra-filename=-7bbf2d41207939cd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2247 | 2025-03-07T21:40:44.483Z | Running `/home/build/.rustup/toolchains/1.85.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=d213b356c1878df1 -C extra-filename=-00a03bff956e80e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2248 | 2025-03-07T21:40:44.538Z | Compiling serde_json v1.0.139 |
2249 | 2025-03-07T21:40:44.542Z | Running `/home/build/.rustup/toolchains/1.85.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.139/build.rs --error-format=json --json=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=0198b642dab2f151 -C extra-filename=-d2503aa253b47458 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2250 | 2025-03-07T21:40:44.651Z | Compiling parking_lot_core v0.9.10 |
2251 | 2025-03-07T21:40:44.687Z | Running `/home/build/.rustup/toolchains/1.85.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=db1bfb12b348f57c -C extra-filename=-8c43fd794a77a0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2025-03-07T21:40:44.835Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3/build-script-build` |
2253 | 2025-03-07T21:40:44.869Z | Compiling quote v1.0.38 |
2254 | 2025-03-07T21:40:44.872Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8a2962213a02425d -C extra-filename=-9774cec2beac982d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2255 | 2025-03-07T21:40:44.899Z | Compiling getrandom v0.2.15 |
2256 | 2025-03-07T21:40:44.903Z | Running `/home/build/.rustup/toolchains/1.85.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=6420afaa56c75479 -C extra-filename=-18f0880b436c32e6 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2257 | 2025-03-07T21:40:44.949Z | Running `/home/build/.rustup/toolchains/1.85.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=d56fedf2779e933e -C extra-filename=-3c8d79c001b1d446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2258 | 2025-03-07T21:40:44.988Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd/build-script-build` |
2259 | 2025-03-07T21:40:45.071Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458/build-script-build` |
2260 | 2025-03-07T21:40:45.115Z | Compiling jobserver v0.1.32 |
2261 | 2025-03-07T21:40:45.150Z | Running `/home/build/.rustup/toolchains/1.85.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=73aed2db3398151b -C extra-filename=-21f89a843d45d85b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2262 | 2025-03-07T21:40:45.169Z | Compiling rand_core v0.6.4 |
2263 | 2025-03-07T21:40:45.172Z | Running `/home/build/.rustup/toolchains/1.85.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=939be090b20dbe6f -C extra-filename=-c9da9b954e2f8ef1 --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-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2264 | 2025-03-07T21:40:45.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0/build-script-build` |
2265 | 2025-03-07T21:40:45.250Z | Compiling syn v2.0.98 |
2266 | 2025-03-07T21:40:45.253Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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="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=eb0a673d436ffb0e -C extra-filename=-6ca4b90b96f9d0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2267 | 2025-03-07T21:40:45.289Z | Compiling aho-corasick v1.1.3 |
2268 | 2025-03-07T21:40:45.292Z | Running `/home/build/.rustup/toolchains/1.85.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=26758b59584e3468 -C extra-filename=-009794bcd0adcca4 --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2269 | 2025-03-07T21:40:45.495Z | Compiling semver v1.0.25 |
2270 | 2025-03-07T21:40:45.498Z | Compiling cc v1.2.15 |
2271 | 2025-03-07T21:40:45.498Z | Running `/home/build/.rustup/toolchains/1.85.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8c44da15cb6e3029 -C extra-filename=-98ed0e26b0901fab --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2025-03-07T21:40:45.521Z | Running `/home/build/.rustup/toolchains/1.85.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=bcce82fb0eab4d48 -C extra-filename=-26b01f0b27175bd6 --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-21f89a843d45d85b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2273 | 2025-03-07T21:40:45.734Z | Running `/home/build/.rustup/toolchains/1.85.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=27d9c87c53a9f70c -C extra-filename=-28b149592a5230c3 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2274 | 2025-03-07T21:40:45.884Z | Running `/home/build/.rustup/toolchains/1.85.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=4b23452dc52c806f -C extra-filename=-e9d24d36744151b0 --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-3c8d79c001b1d446.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
2275 | 2025-03-07T21:40:46.096Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab/build-script-build` |
2276 | 2025-03-07T21:40:46.183Z | Compiling typenum v1.17.0 |
2277 | 2025-03-07T21:40:46.209Z | Running `/home/build/.rustup/toolchains/1.85.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=c60cd362dc0c25cb -C extra-filename=-fc0b8a39602987f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2278 | 2025-03-07T21:40:46.214Z | Compiling parking_lot v0.12.3 |
2279 | 2025-03-07T21:40:46.252Z | Running `/home/build/.rustup/toolchains/1.85.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=9bd3310a4ca4650e -C extra-filename=-225ff234fd698a6f --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-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-28b149592a5230c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2280 | 2025-03-07T21:40:46.260Z | Compiling generic-array v0.14.7 |
2281 | 2025-03-07T21:40:46.265Z | Running `/home/build/.rustup/toolchains/1.85.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=eb2b95ae95bde688 -C extra-filename=-e222f7e784ebb312 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2282 | 2025-03-07T21:40:46.702Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312/build-script-build` |
2283 | 2025-03-07T21:40:46.792Z | Compiling foldhash v0.1.3 |
2284 | 2025-03-07T21:40:46.796Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75ac500604f05f33 -C extra-filename=-3b0620f52c9321be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2285 | 2025-03-07T21:40:47.063Z | Compiling equivalent v1.0.1 |
2286 | 2025-03-07T21:40:47.066Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=948185a31545ca40 -C extra-filename=-83393c1ebc8c92b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2287 | 2025-03-07T21:40:47.110Z | Compiling allocator-api2 v0.2.18 |
2288 | 2025-03-07T21:40:47.114Z | Running `/home/build/.rustup/toolchains/1.85.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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=f136a15f18c18705 -C extra-filename=-199f53930120fca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2289 | 2025-03-07T21:40:47.213Z | Compiling thiserror v1.0.69 |
2290 | 2025-03-07T21:40:47.215Z | Running `/home/build/.rustup/toolchains/1.85.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=8d183a9332e42243 -C extra-filename=-dd4418b58e898f9a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2291 | 2025-03-07T21:40:47.269Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8/build-script-main` |
2292 | 2025-03-07T21:40:47.455Z | Running `/home/build/.rustup/toolchains/1.85.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=24a794d06bc0995e -C extra-filename=-47edc3495c08b40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2293 | 2025-03-07T21:40:47.619Z | Compiling fnv v1.0.7 |
2294 | 2025-03-07T21:40:47.622Z | Running `/home/build/.rustup/toolchains/1.85.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=e0ea050ad4811aca -C extra-filename=-98d3c5abcf530833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2295 | 2025-03-07T21:40:47.777Z | Compiling hashbrown v0.15.1 |
2296 | 2025-03-07T21:40:47.819Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=d5bcc4abbd60e24a -C extra-filename=-27c977240796c3a1 --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-199f53930120fca2.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-83393c1ebc8c92b8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-3b0620f52c9321be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2297 | 2025-03-07T21:40:47.830Z | Compiling signal-hook-registry v1.4.2 |
2298 | 2025-03-07T21:40:47.833Z | Running `/home/build/.rustup/toolchains/1.85.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=385b5609bedad6d4 -C extra-filename=-f14b4583915d0413 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2299 | 2025-03-07T21:40:47.860Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a/build-script-build` |
2300 | 2025-03-07T21:40:48.398Z | Compiling regex-automata v0.4.8 |
2301 | 2025-03-07T21:40:48.401Z | Running `/home/build/.rustup/toolchains/1.85.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-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=914af413dd319c34 -C extra-filename=-af772249a6769106 --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-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2302 | 2025-03-07T21:40:48.568Z | Compiling errno v0.3.9 |
2303 | 2025-03-07T21:40:48.571Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ed3f3aa82ef97cd -C extra-filename=-a2355d8669023f55 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2025-03-07T21:40:48.672Z | Compiling futures-core v0.3.31 |
2305 | 2025-03-07T21:40:48.675Z | Running `/home/build/.rustup/toolchains/1.85.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=968cd40321c8a54b -C extra-filename=-1576965aa7d154eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2306 | 2025-03-07T21:40:48.854Z | Compiling rustix v0.38.37 |
2307 | 2025-03-07T21:40:48.888Z | Running `/home/build/.rustup/toolchains/1.85.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=d347c3042c046231 -C extra-filename=-45bdda515b9785ee --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2025-03-07T21:40:48.983Z | Compiling mio v1.0.2 |
2309 | 2025-03-07T21:40:48.998Z | Running `/home/build/.rustup/toolchains/1.85.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=c6bb0db18a23fea0 -C extra-filename=-ac7c53bc75619921 --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-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2025-03-07T21:40:49.045Z | Compiling either v1.14.0 |
2311 | 2025-03-07T21:40:49.049Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=98a0a6802ba1c89a -C extra-filename=-7f21ccbadb60cd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2312 | 2025-03-07T21:40:49.374Z | Compiling socket2 v0.5.8 |
2313 | 2025-03-07T21:40:49.377Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=58d935590299d888 -C extra-filename=-b761ff4075e9e77b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2314 | 2025-03-07T21:40:49.483Z | Compiling const-oid v0.9.6 |
2315 | 2025-03-07T21:40:49.487Z | Running `/home/build/.rustup/toolchains/1.85.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=2fec089c8ed4933d -C extra-filename=-a6ccc56041b55513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2025-03-07T21:40:49.610Z | Compiling heck v0.5.0 |
2317 | 2025-03-07T21:40:49.613Z | Running `/home/build/.rustup/toolchains/1.85.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=e28b5001a0b5574e -C extra-filename=-d7c4e21566c467a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2318 | 2025-03-07T21:40:49.641Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee/build-script-build` |
2319 | 2025-03-07T21:40:49.980Z | Compiling spin v0.9.8 |
2320 | 2025-03-07T21:40:49.983Z | Running `/home/build/.rustup/toolchains/1.85.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=a4184cbc36d9a925 -C extra-filename=-ce1398b91b784a2b --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-0b7b2231cbf9aba6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2321 | 2025-03-07T21:40:50.040Z | Compiling slab v0.4.9 |
2322 | 2025-03-07T21:40:50.043Z | Running `/home/build/.rustup/toolchains/1.85.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=23d049ab395daed7 -C extra-filename=-5efcfe1a9d362585 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2323 | 2025-03-07T21:40:50.109Z | Compiling futures-io v0.3.31 |
2324 | 2025-03-07T21:40:50.112Z | Running `/home/build/.rustup/toolchains/1.85.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=81ce4a8372e54e8a -C extra-filename=-2865af5633b646e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2325 | 2025-03-07T21:40:50.270Z | Compiling getrandom v0.3.1 |
2326 | 2025-03-07T21:40:50.273Z | Compiling iana-time-zone v0.1.61 |
2327 | 2025-03-07T21:40:50.274Z | Running `/home/build/.rustup/toolchains/1.85.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=fbc92edba820b007 -C extra-filename=-055b0f787f48c897 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2025-03-07T21:40:50.297Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=4687d6198c2cd447 -C extra-filename=-b45bb0bd37fbdaf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2329 | 2025-03-07T21:40:50.366Z | Compiling futures-sink v0.3.31 |
2330 | 2025-03-07T21:40:50.392Z | Running `/home/build/.rustup/toolchains/1.85.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=65efe83e6179da44 -C extra-filename=-ce74d051d15302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2331 | 2025-03-07T21:40:50.412Z | Compiling cpufeatures v0.2.14 |
2332 | 2025-03-07T21:40:50.416Z | Running `/home/build/.rustup/toolchains/1.85.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=0fe3614fdafc750d -C extra-filename=-3596b2d9c128a0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2025-03-07T21:40:50.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585/build-script-build` |
2334 | 2025-03-07T21:40:50.551Z | Compiling lazy_static v1.5.0 |
2335 | 2025-03-07T21:40:50.552Z | Running `/home/build/.rustup/toolchains/1.85.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=fe28e955c644b99d -C extra-filename=-18ebbde8e24fab88 --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-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2336 | 2025-03-07T21:40:50.581Z | Compiling stable_deref_trait v1.2.0 |
2337 | 2025-03-07T21:40:50.584Z | Running `/home/build/.rustup/toolchains/1.85.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=0901bafa7d9f7cdc -C extra-filename=-a1a49b344a9f1018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2338 | 2025-03-07T21:40:50.614Z | Running `/home/build/.rustup/toolchains/1.85.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=fb6d64edb90092ab -C extra-filename=-b5b250c1c1b88026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2339 | 2025-03-07T21:40:50.642Z | Compiling pin-utils v0.1.0 |
2340 | 2025-03-07T21:40:50.693Z | Running `/home/build/.rustup/toolchains/1.85.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=c930aa8157725fb1 -C extra-filename=-bb870f0abbb928a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2341 | 2025-03-07T21:40:50.697Z | Compiling pkg-config v0.3.31 |
2342 | 2025-03-07T21:40:50.700Z | Running `/home/build/.rustup/toolchains/1.85.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=f538a96d0b9b6fb9 -C extra-filename=-1751b2fccd5c0e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2343 | 2025-03-07T21:40:50.727Z | Compiling futures-channel v0.3.31 |
2344 | 2025-03-07T21:40:50.730Z | Running `/home/build/.rustup/toolchains/1.85.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=4ce6980718aaa1a3 -C extra-filename=-6483d9579c8676ee --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2025-03-07T21:40:50.762Z | Compiling futures-task v0.3.31 |
2346 | 2025-03-07T21:40:50.809Z | Running `/home/build/.rustup/toolchains/1.85.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=e718d36de0f9351e -C extra-filename=-1ad1d5b43cab278f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2347 | 2025-03-07T21:40:50.896Z | Compiling schemars v0.8.22 |
2348 | 2025-03-07T21:40:50.899Z | Running `/home/build/.rustup/toolchains/1.85.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="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=f595c306392fb27f -C extra-filename=-5cdfcbee9b2f0191 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5cdfcbee9b2f0191 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2349 | 2025-03-07T21:40:51.033Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897/build-script-build` |
2350 | 2025-03-07T21:40:51.039Z | Running `/home/build/.rustup/toolchains/1.85.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=91d84ea2f6cc0a80 -C extra-filename=-fd074e5e26c6f3e8 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2025-03-07T21:40:51.088Z | Compiling dyn-clone v1.0.19 |
2352 | 2025-03-07T21:40:51.091Z | Running `/home/build/.rustup/toolchains/1.85.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=3cfaed30029b70f6 -C extra-filename=-bb00f5df613bd167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2353 | 2025-03-07T21:40:51.118Z | Compiling glob v0.3.2 |
2354 | 2025-03-07T21:40:51.121Z | Running `/home/build/.rustup/toolchains/1.85.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=c1e747f87c9e390d -C extra-filename=-0173d020d94cf3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2355 | 2025-03-07T21:40:51.326Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5cdfcbee9b2f0191/build-script-build` |
2356 | 2025-03-07T21:40:51.354Z | Compiling tracing-core v0.1.32 |
2357 | 2025-03-07T21:40:51.377Z | Running `/home/build/.rustup/toolchains/1.85.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=0d0aedb792d79407 -C extra-filename=-fe1524a63a63fc83 --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-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2358 | 2025-03-07T21:40:51.393Z | Compiling syn v1.0.109 |
2359 | 2025-03-07T21:40:51.397Z | Running `/home/build/.rustup/toolchains/1.85.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=5786e1bd6fb091a8 -C extra-filename=-19051e4fa307c78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2025-03-07T21:40:51.446Z | Compiling minimal-lexical v0.2.1 |
2361 | 2025-03-07T21:40:51.457Z | Running `/home/build/.rustup/toolchains/1.85.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=41f6358ebf79fdf7 -C extra-filename=-aed16199d4e890fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2362 | 2025-03-07T21:40:51.473Z | Compiling prettyplease v0.2.29 |
2363 | 2025-03-07T21:40:51.474Z | Running `/home/build/.rustup/toolchains/1.85.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.29/build.rs --error-format=json --json=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=5ed3a7fcbaf4c670 -C extra-filename=-f074c52ad8cc62af --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2364 | 2025-03-07T21:40:51.896Z | Compiling nom v7.1.3 |
2365 | 2025-03-07T21:40:51.907Z | Running `/home/build/.rustup/toolchains/1.85.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=eef5101c32f43590 -C extra-filename=-724241a249047847 --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-b0354db40e5a0a55.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-aed16199d4e890fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2025-03-07T21:40:51.931Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af/build-script-build` |
2367 | 2025-03-07T21:40:51.963Z | Compiling clang-sys v1.8.1 |
2368 | 2025-03-07T21:40:51.963Z | Running `/home/build/.rustup/toolchains/1.85.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=553371640722434c -C extra-filename=-74187a83cd8ca181 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2025-03-07T21:40:52.003Z | Compiling litemap v0.7.3 |
2370 | 2025-03-07T21:40:52.024Z | Running `/home/build/.rustup/toolchains/1.85.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=7e42ff05122e442b -C extra-filename=-2fbb725256cafeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2371 | 2025-03-07T21:40:52.035Z | Compiling writeable v0.5.5 |
2372 | 2025-03-07T21:40:52.035Z | Running `/home/build/.rustup/toolchains/1.85.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=5eb8c01e77745a48 -C extra-filename=-7bfe56a16340225c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2373 | 2025-03-07T21:40:52.051Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c/build-script-build` |
2374 | 2025-03-07T21:40:52.145Z | Running `/home/build/.rustup/toolchains/1.85.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=de7135afe9136ac9 -C extra-filename=-c9b38d9348343e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
2375 | 2025-03-07T21:40:52.370Z | Compiling home v0.5.9 |
2376 | 2025-03-07T21:40:52.374Z | Running `/home/build/.rustup/toolchains/1.85.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=3bef8dd71521f9db -C extra-filename=-6fcefbc560fae140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2025-03-07T21:40:52.554Z | Compiling serde_derive_internals v0.29.1 |
2378 | 2025-03-07T21:40:52.558Z | Running `/home/build/.rustup/toolchains/1.85.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=754f29fe0f5a0699 -C extra-filename=-54522c438b086982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2025-03-07T21:40:52.576Z | Compiling synstructure v0.13.1 |
2380 | 2025-03-07T21:40:52.580Z | Running `/home/build/.rustup/toolchains/1.85.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=cd51b1d47915dea2 -C extra-filename=-47125aea87b36854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2381 | 2025-03-07T21:40:52.608Z | Compiling percent-encoding v2.3.1 |
2382 | 2025-03-07T21:40:52.612Z | Running `/home/build/.rustup/toolchains/1.85.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=8f077bd5cc174d51 -C extra-filename=-71e05fb9e91a7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2383 | 2025-03-07T21:40:52.725Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181/build-script-build` |
2384 | 2025-03-07T21:40:52.772Z | Compiling libloading v0.8.5 |
2385 | 2025-03-07T21:40:52.775Z | Running `/home/build/.rustup/toolchains/1.85.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=e95baa5c264e39ee -C extra-filename=-7099f56fdba84589 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2386 | 2025-03-07T21:40:52.980Z | Compiling icu_locid_transform_data v1.5.0 |
2387 | 2025-03-07T21:40:52.983Z | Running `/home/build/.rustup/toolchains/1.85.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=2fb5cd6c12a8b460 -C extra-filename=-5b136eddb9a87548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2388 | 2025-03-07T21:40:53.118Z | Compiling regex v1.11.1 |
2389 | 2025-03-07T21:40:53.120Z | Running `/home/build/.rustup/toolchains/1.85.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=617f9947d5ddc203 -C extra-filename=-bf3499c0732349d3 --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-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2390 | 2025-03-07T21:40:53.203Z | Running `/home/build/.rustup/toolchains/1.85.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=46caeb9a7fed6eb0 -C extra-filename=-8fffd399382af63b --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-0173d020d94cf3b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-7099f56fdba84589.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2025-03-07T21:40:54.001Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=2bef47a8e390a2de -C extra-filename=-a9ea3aaf9229e0ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
2392 | 2025-03-07T21:40:54.091Z | Compiling crossbeam-utils v0.8.20 |
2393 | 2025-03-07T21:40:54.094Z | Running `/home/build/.rustup/toolchains/1.85.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.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=454a972cee702744 -C extra-filename=-f60d0ba1b5458b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2394 | 2025-03-07T21:40:54.725Z | Compiling icu_properties_data v1.5.0 |
2395 | 2025-03-07T21:40:54.730Z | Running `/home/build/.rustup/toolchains/1.85.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=7bdb90024dc954dd -C extra-filename=-427e7054917974e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2396 | 2025-03-07T21:40:54.842Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04/build-script-build` |
2397 | 2025-03-07T21:40:54.883Z | Compiling form_urlencoded v1.2.1 |
2398 | 2025-03-07T21:40:54.886Z | Running `/home/build/.rustup/toolchains/1.85.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=6cd342300e3b1a6c -C extra-filename=-22f142bfb74a30f8 --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-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2399 | 2025-03-07T21:40:54.997Z | Compiling cexpr v0.6.0 |
2400 | 2025-03-07T21:40:55.000Z | Running `/home/build/.rustup/toolchains/1.85.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=064f831e0c6aeb09 -C extra-filename=-14eb95867c680923 --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-724241a249047847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2401 | 2025-03-07T21:40:55.181Z | Compiling ring v0.17.11 |
2402 | 2025-03-07T21:40:55.185Z | Running `/home/build/.rustup/toolchains/1.85.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.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="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=af2b470f5337f15e -C extra-filename=-7b2ad44f4b4f45b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2403 | 2025-03-07T21:40:55.232Z | Compiling utf8_iter v1.0.4 |
2404 | 2025-03-07T21:40:55.235Z | Running `/home/build/.rustup/toolchains/1.85.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=155e38d55050548f -C extra-filename=-e04cb3990645b677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2405 | 2025-03-07T21:40:55.504Z | Compiling write16 v1.0.0 |
2406 | 2025-03-07T21:40:55.507Z | Running `/home/build/.rustup/toolchains/1.85.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=9d31cdddcfcf6fa8 -C extra-filename=-812ca20f2455d746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2025-03-07T21:40:55.672Z | Compiling icu_normalizer_data v1.5.0 |
2408 | 2025-03-07T21:40:55.710Z | Running `/home/build/.rustup/toolchains/1.85.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=65a147e929587886 -C extra-filename=-b5e1bf81f4bbb98e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2409 | 2025-03-07T21:40:55.809Z | Compiling paste v1.0.15 |
2410 | 2025-03-07T21:40:55.862Z | Running `/home/build/.rustup/toolchains/1.85.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=e886e00bac8f29db -C extra-filename=-85566530b7ac6788 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2411 | 2025-03-07T21:40:56.376Z | Compiling strsim v0.11.1 |
2412 | 2025-03-07T21:40:56.379Z | Running `/home/build/.rustup/toolchains/1.85.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=29d5e51d4694ea38 -C extra-filename=-f65fb5752489051b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2025-03-07T21:40:56.411Z | Compiling adler2 v2.0.0 |
2414 | 2025-03-07T21:40:56.415Z | Running `/home/build/.rustup/toolchains/1.85.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=665e045183b90396 -C extra-filename=-77acd00eea460188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2025-03-07T21:40:56.528Z | Compiling utf16_iter v1.0.5 |
2416 | 2025-03-07T21:40:56.531Z | Running `/home/build/.rustup/toolchains/1.85.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=b0025e7486123a14 -C extra-filename=-541702bfcb648d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2417 | 2025-03-07T21:40:56.650Z | Compiling miniz_oxide v0.8.5 |
2418 | 2025-03-07T21:40:56.728Z | Running `/home/build/.rustup/toolchains/1.85.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=a29567f74eba3951 -C extra-filename=-0919e08990387c7e --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-77acd00eea460188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2025-03-07T21:40:56.776Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788/build-script-build` |
2420 | 2025-03-07T21:40:56.807Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2/build-script-build` |
2421 | 2025-03-07T21:40:56.867Z | Running `/home/build/.rustup/toolchains/1.85.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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=849c7926e944dde7 -C extra-filename=-2177475d79c1394d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
2422 | 2025-03-07T21:40:57.116Z | Compiling num-conv v0.1.0 |
2423 | 2025-03-07T21:40:57.119Z | Running `/home/build/.rustup/toolchains/1.85.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=9e7a21fb7fee23f5 -C extra-filename=-72814c7db14d9e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2424 | 2025-03-07T21:40:57.155Z | Compiling httparse v1.9.5 |
2425 | 2025-03-07T21:40:57.155Z | Running `/home/build/.rustup/toolchains/1.85.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=37ede6e098ced7db -C extra-filename=-f5cadb8b74f448ac --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2426 | 2025-03-07T21:40:57.431Z | Compiling time-core v0.1.2 |
2427 | 2025-03-07T21:40:57.434Z | Running `/home/build/.rustup/toolchains/1.85.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=503d358f2f716382 -C extra-filename=-3bcb33804f034ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2025-03-07T21:40:57.585Z | Compiling serde_derive v1.0.218 |
2429 | 2025-03-07T21:40:57.588Z | Running `/home/build/.rustup/toolchains/1.85.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.218/src/lib.rs --error-format=json --json=diagnostic-rendered-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=764af9601d2dad0d -C extra-filename=-e3fd301d42d9587b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2430 | 2025-03-07T21:40:57.632Z | Compiling zeroize_derive v1.4.2 |
2431 | 2025-03-07T21:40:57.670Z | Running `/home/build/.rustup/toolchains/1.85.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=deb4784c1ab941b1 -C extra-filename=-ea18248d807b55d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2025-03-07T21:40:57.850Z | Compiling thiserror-impl v1.0.69 |
2433 | 2025-03-07T21:40:57.853Z | Running `/home/build/.rustup/toolchains/1.85.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=33edd4ba0a1b38eb -C extra-filename=-6369e91c86743d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2025-03-07T21:40:57.981Z | Compiling tokio-macros v2.5.0 |
2435 | 2025-03-07T21:40:57.984Z | Running `/home/build/.rustup/toolchains/1.85.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=3d2cc5e0bb893bb6 -C extra-filename=-0bb4880310cc65bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2436 | 2025-03-07T21:40:58.075Z | Compiling zerocopy-derive v0.7.35 |
2437 | 2025-03-07T21:40:58.102Z | Running `/home/build/.rustup/toolchains/1.85.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=f196269f46f0630f -C extra-filename=-fd05366853721a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2025-03-07T21:40:59.261Z | Compiling zeroize v1.8.1 |
2439 | 2025-03-07T21:40:59.264Z | Running `/home/build/.rustup/toolchains/1.85.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=3e2b60e7fec2708a -C extra-filename=-ef70c5a98b979289 --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-ea18248d807b55d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2440 | 2025-03-07T21:40:59.586Z | Running `/home/build/.rustup/toolchains/1.85.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=9abfc58b3d5e06f3 -C extra-filename=-52c2335562854fea --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-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
2441 | 2025-03-07T21:40:59.655Z | Compiling futures-macro v0.3.31 |
2442 | 2025-03-07T21:40:59.658Z | Running `/home/build/.rustup/toolchains/1.85.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=b3612f1c5afc3024 -C extra-filename=-354aecb92931927e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2443 | 2025-03-07T21:41:00.238Z | Compiling zerocopy v0.7.35 |
2444 | 2025-03-07T21:41:00.241Z | Running `/home/build/.rustup/toolchains/1.85.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=732ec13632e17a53 -C extra-filename=-7ac579f0269c799a --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-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-fd05366853721a7d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2445 | 2025-03-07T21:41:00.810Z | Compiling crypto-common v0.1.6 |
2446 | 2025-03-07T21:41:00.814Z | Running `/home/build/.rustup/toolchains/1.85.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=9d155bee03eb2f26 -C extra-filename=-deda26ef8f06357a --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-52c2335562854fea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2447 | 2025-03-07T21:41:00.842Z | Running `/home/build/.rustup/toolchains/1.85.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=60eeb8666c199725 -C extra-filename=-d4488a9d70a633a2 --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-6369e91c86743d6d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
2448 | 2025-03-07T21:41:01.007Z | Compiling block-buffer v0.10.4 |
2449 | 2025-03-07T21:41:01.010Z | Running `/home/build/.rustup/toolchains/1.85.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=831359f4e00bb8d8 -C extra-filename=-a497761148cc1429 --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-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2450 | 2025-03-07T21:41:01.084Z | Compiling schemars_derive v0.8.22 |
2451 | 2025-03-07T21:41:01.087Z | Running `/home/build/.rustup/toolchains/1.85.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=badea1de4ebd34a2 -C extra-filename=-6f9a87aee618cd6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-54522c438b086982.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2025-03-07T21:41:01.292Z | Compiling digest v0.10.7 |
2453 | 2025-03-07T21:41:01.295Z | Running `/home/build/.rustup/toolchains/1.85.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=d5058f234304217b -C extra-filename=-b85cfe1a68b7b72b --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-a497761148cc1429.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2454 | 2025-03-07T21:41:01.467Z | Compiling ppv-lite86 v0.2.20 |
2455 | 2025-03-07T21:41:01.471Z | Running `/home/build/.rustup/toolchains/1.85.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=de36de83e7439d1e -C extra-filename=-942cff06ba810286 --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-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2456 | 2025-03-07T21:41:01.617Z | Compiling futures-util v0.3.31 |
2457 | 2025-03-07T21:41:01.621Z | Running `/home/build/.rustup/toolchains/1.85.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=7596643567d56951 -C extra-filename=-bea6d8f0b8319994 --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-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-354aecb92931927e.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2025-03-07T21:41:01.725Z | Compiling zerofrom-derive v0.1.4 |
2459 | 2025-03-07T21:41:01.728Z | Running `/home/build/.rustup/toolchains/1.85.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=819d8729dbc98828 -C extra-filename=-fb0394fe43aad8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-47125aea87b36854.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2460 | 2025-03-07T21:41:01.764Z | Compiling yoke-derive v0.7.4 |
2461 | 2025-03-07T21:41:01.767Z | Running `/home/build/.rustup/toolchains/1.85.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=b72dd97cc70ec239 -C extra-filename=-965f14cff11fb4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-47125aea87b36854.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2462 | 2025-03-07T21:41:02.266Z | Compiling displaydoc v0.2.5 |
2463 | 2025-03-07T21:41:02.270Z | Running `/home/build/.rustup/toolchains/1.85.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=a1dc920b95ab33b1 -C extra-filename=-1e0b2cbf31001f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2025-03-07T21:41:03.531Z | Compiling tracing-attributes v0.1.27 |
2465 | 2025-03-07T21:41:03.534Z | Running `/home/build/.rustup/toolchains/1.85.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=2840bce0cb5f73e1 -C extra-filename=-049d86a44ad35b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2466 | 2025-03-07T21:41:03.924Z | Compiling zerovec-derive v0.10.3 |
2467 | 2025-03-07T21:41:03.927Z | Running `/home/build/.rustup/toolchains/1.85.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=31130a44fc72aa5f -C extra-filename=-6e55cf6eeaadf56f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2025-03-07T21:41:04.041Z | Compiling rand_chacha v0.3.1 |
2469 | 2025-03-07T21:41:04.076Z | Running `/home/build/.rustup/toolchains/1.85.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=75d6755e0ef24675 -C extra-filename=-cdf19b3bea2fc0fe --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-942cff06ba810286.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2470 | 2025-03-07T21:41:04.226Z | Compiling icu_provider_macros v1.5.0 |
2471 | 2025-03-07T21:41:04.226Z | Running `/home/build/.rustup/toolchains/1.85.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=d06f9ded4ea388f6 -C extra-filename=-b5fd343432aa6700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2472 | 2025-03-07T21:41:04.611Z | Compiling rand v0.8.5 |
2473 | 2025-03-07T21:41:04.614Z | Running `/home/build/.rustup/toolchains/1.85.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=0156cd50630d005a -C extra-filename=-9ff3b1babf0a8e05 --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-41b4d43f76d21dca.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2474 | 2025-03-07T21:41:05.127Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b0dbbd846d78b68c -C extra-filename=-5439297beec40e26 --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-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
2475 | 2025-03-07T21:41:05.421Z | Compiling zerofrom v0.1.4 |
2476 | 2025-03-07T21:41:05.424Z | Running `/home/build/.rustup/toolchains/1.85.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=26c8393d5853aa8e -C extra-filename=-d2ba28ca3c7ce8aa --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-fb0394fe43aad8f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2025-03-07T21:41:05.461Z | Compiling powerfmt v0.2.0 |
2478 | 2025-03-07T21:41:05.464Z | Running `/home/build/.rustup/toolchains/1.85.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=c06d0e720f57ccf6 -C extra-filename=-1cc8d764fbe0cdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2479 | 2025-03-07T21:41:05.686Z | Compiling yoke v0.7.4 |
2480 | 2025-03-07T21:41:05.692Z | Running `/home/build/.rustup/toolchains/1.85.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=df64403c5e72b9a1 -C extra-filename=-434b929d6daf8980 --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-a1a49b344a9f1018.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-965f14cff11fb4e3.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2481 | 2025-03-07T21:41:05.876Z | Compiling vcpkg v0.2.15 |
2482 | 2025-03-07T21:41:05.879Z | Running `/home/build/.rustup/toolchains/1.85.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=e6bcdbb5f1d89ff7 -C extra-filename=-86ab338041730e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2483 | 2025-03-07T21:41:06.063Z | Compiling deranged v0.3.11 |
2484 | 2025-03-07T21:41:06.066Z | Running `/home/build/.rustup/toolchains/1.85.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=c18bee0ef64bef8a -C extra-filename=-07813c3ce948a69e --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-1cc8d764fbe0cdb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2485 | 2025-03-07T21:41:06.401Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac/build-script-build` |
2486 | 2025-03-07T21:41:06.494Z | Compiling time-macros v0.2.18 |
2487 | 2025-03-07T21:41:06.497Z | Running `/home/build/.rustup/toolchains/1.85.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=bb1cc546f8a25536 -C extra-filename=-87cb7e65f90be4f1 --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-72814c7db14d9e6f.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2488 | 2025-03-07T21:41:06.577Z | Compiling zerovec v0.10.4 |
2489 | 2025-03-07T21:41:06.607Z | Running `/home/build/.rustup/toolchains/1.85.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=8cbcbd9604939b76 -C extra-filename=-8c8a732d13e506b1 --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-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-6e55cf6eeaadf56f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2490 | 2025-03-07T21:41:06.665Z | Running `/home/build/.rustup/toolchains/1.85.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=64e3a0ce94f9f357 -C extra-filename=-733d7b7938cc4461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
2491 | 2025-03-07T21:41:06.920Z | Compiling tracing v0.1.40 |
2492 | 2025-03-07T21:41:06.920Z | Running `/home/build/.rustup/toolchains/1.85.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=a9800befba571029 -C extra-filename=-6de9411779ff2095 --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-a147a23faaf349f2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-049d86a44ad35b2c.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-fe1524a63a63fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2025-03-07T21:41:07.031Z | Compiling itertools v0.12.1 |
2494 | 2025-03-07T21:41:07.034Z | Running `/home/build/.rustup/toolchains/1.85.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=9e714088e70c5640 -C extra-filename=-ebcb45da670315dc --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2495 | 2025-03-07T21:41:07.440Z | Compiling num_threads v0.1.7 |
2496 | 2025-03-07T21:41:07.440Z | Running `/home/build/.rustup/toolchains/1.85.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=75b6a1f88f7f580a -C extra-filename=-1c56bab8969cd159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2025-03-07T21:41:07.494Z | Compiling bindgen v0.69.5 |
2498 | 2025-03-07T21:41:07.497Z | Running `/home/build/.rustup/toolchains/1.85.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=f758cdfe6dc8885e -C extra-filename=-1405492a315d526f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2025-03-07T21:41:07.563Z | Running `/home/build/.rustup/toolchains/1.85.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=908b33e8ebe7a9b1 -C extra-filename=-a0db6af83eafa305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
2500 | 2025-03-07T21:41:07.624Z | Compiling lazycell v1.3.0 |
2501 | 2025-03-07T21:41:07.627Z | Running `/home/build/.rustup/toolchains/1.85.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=45a221a84c009eb1 -C extra-filename=-074293a2e6cf23b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2502 | 2025-03-07T21:41:07.820Z | Compiling rustc-hash v1.1.0 |
2503 | 2025-03-07T21:41:07.825Z | Running `/home/build/.rustup/toolchains/1.85.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=73195994a22efad4 -C extra-filename=-2421a59c29d6ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2504 | 2025-03-07T21:41:07.861Z | Compiling atomic-waker v1.1.2 |
2505 | 2025-03-07T21:41:07.902Z | Running `/home/build/.rustup/toolchains/1.85.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=1340f54916d611d1 -C extra-filename=-681c30393c48bbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2025-03-07T21:41:08.086Z | Compiling block-padding v0.3.3 |
2507 | 2025-03-07T21:41:08.089Z | Running `/home/build/.rustup/toolchains/1.85.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=4d77e5c53956a145 -C extra-filename=-b3d23440d6a81f31 --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-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2508 | 2025-03-07T21:41:08.134Z | Compiling cmake v0.1.51 |
2509 | 2025-03-07T21:41:08.137Z | Running `/home/build/.rustup/toolchains/1.85.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=ae695c533697f2b4 -C extra-filename=-ee5cc418a725a804 --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-26b01f0b27175bd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2510 | 2025-03-07T21:41:08.233Z | Compiling untrusted v0.9.0 |
2511 | 2025-03-07T21:41:08.236Z | Running `/home/build/.rustup/toolchains/1.85.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=12171dd878846ad6 -C extra-filename=-7771f0e505a6f670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2512 | 2025-03-07T21:41:08.392Z | Compiling tinystr v0.7.6 |
2513 | 2025-03-07T21:41:08.418Z | Running `/home/build/.rustup/toolchains/1.85.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=27cd07c8d203a7b4 -C extra-filename=-c03bc6e2d1ccd0db --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-1e0b2cbf31001f55.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2514 | 2025-03-07T21:41:08.451Z | Compiling icu_collections v1.5.0 |
2515 | 2025-03-07T21:41:08.483Z | Running `/home/build/.rustup/toolchains/1.85.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=3279c00022d7b08e -C extra-filename=-23a73107def32714 --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-1e0b2cbf31001f55.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2025-03-07T21:41:08.483Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f/build-script-build` |
2517 | 2025-03-07T21:41:08.525Z | Compiling dunce v1.0.5 |
2518 | 2025-03-07T21:41:08.528Z | Running `/home/build/.rustup/toolchains/1.85.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=00c0c22eebc17163 -C extra-filename=-60ba1eb8af7b4181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2025-03-07T21:41:08.680Z | Compiling fs_extra v1.3.0 |
2520 | 2025-03-07T21:41:08.683Z | Running `/home/build/.rustup/toolchains/1.85.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=9036fc139d896097 -C extra-filename=-a07e8d834e3b67b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2025-03-07T21:41:08.712Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-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="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=49e85edc63b4774a -C extra-filename=-4a68b3eecd5d51e7 --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-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -l static=ring_core_0_17_11_ -l static=ring_core_0_17_11__test` |
2522 | 2025-03-07T21:41:08.788Z | Compiling icu_locid v1.5.0 |
2523 | 2025-03-07T21:41:08.791Z | Running `/home/build/.rustup/toolchains/1.85.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=7ee9cc9e85e18f28 -C extra-filename=-26805efd626143a1 --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-1e0b2cbf31001f55.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-2fbb725256cafeb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2524 | 2025-03-07T21:41:09.013Z | Compiling inout v0.1.3 |
2525 | 2025-03-07T21:41:09.057Z | Running `/home/build/.rustup/toolchains/1.85.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=5b9773256c42fdff -C extra-filename=-8b814007e844dca0 --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-b3d23440d6a81f31.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2526 | 2025-03-07T21:41:09.244Z | Compiling sha2 v0.10.8 |
2527 | 2025-03-07T21:41:09.244Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=94ff8293d357b652 -C extra-filename=-8a701ab676126771 --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2528 | 2025-03-07T21:41:09.326Z | Compiling cipher v0.4.4 |
2529 | 2025-03-07T21:41:09.329Z | Running `/home/build/.rustup/toolchains/1.85.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=fc6594211aa0d2e4 -C extra-filename=-bd1f439b39fa4670 --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-deda26ef8f06357a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2025-03-07T21:41:09.666Z | Compiling time v0.3.36 |
2531 | 2025-03-07T21:41:09.691Z | Running `/home/build/.rustup/toolchains/1.85.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=55fe4578b39dc55f -C extra-filename=-1268dab9db3bdae9 --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-07813c3ce948a69e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72814c7db14d9e6f.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-1c56bab8969cd159.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1cc8d764fbe0cdb3.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2025-03-07T21:41:09.766Z | Compiling gimli v0.31.1 |
2533 | 2025-03-07T21:41:09.791Z | Running `/home/build/.rustup/toolchains/1.85.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=0f030a3c52c31b10 -C extra-filename=-ed4148cb97cb18cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2025-03-07T21:41:09.867Z | Compiling aws-lc-rs v1.12.4 |
2535 | 2025-03-07T21:41:09.870Z | Running `/home/build/.rustup/toolchains/1.85.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=1d50054e6d242630 -C extra-filename=-971b0d375c0efa06 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-971b0d375c0efa06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2025-03-07T21:41:09.897Z | Compiling rustls-pki-types v1.10.0 |
2537 | 2025-03-07T21:41:09.900Z | Running `/home/build/.rustup/toolchains/1.85.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=dfeb14ae81329c28 -C extra-filename=-194970f43a43e576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2025-03-07T21:41:10.375Z | Compiling icu_provider v1.5.0 |
2539 | 2025-03-07T21:41:10.378Z | Running `/home/build/.rustup/toolchains/1.85.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=277638a01cad715c -C extra-filename=-c7a9feb69520dbf3 --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-1e0b2cbf31001f55.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-26805efd626143a1.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-b5fd343432aa6700.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2540 | 2025-03-07T21:41:10.711Z | Compiling bytes v1.10.0 |
2541 | 2025-03-07T21:41:10.714Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-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 --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=2e96d4938d8c5419 -C extra-filename=-770e947861f81604 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2025-03-07T21:41:10.812Z | Compiling bitflags v2.6.0 |
2543 | 2025-03-07T21:41:10.815Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=aaa8eb839171a116 -C extra-filename=-5be7a60b64167706 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2025-03-07T21:41:10.934Z | Running `/home/build/.rustup/toolchains/1.85.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.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ddfd457df35d5ed8 -C extra-filename=-a5a38f6860c2c90c --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-57976e99141aa10c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
2545 | 2025-03-07T21:41:11.300Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8c7e690ac6e212e4 -C extra-filename=-a4659bbeae9c39e2 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
2546 | 2025-03-07T21:41:11.420Z | Running `/home/build/.rustup/toolchains/1.85.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=99949064c67ae820 -C extra-filename=-6a985354087de3ce --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-5be7a60b64167706.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a2355d8669023f55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2547 | 2025-03-07T21:41:12.005Z | Compiling indexmap v2.7.1 |
2548 | 2025-03-07T21:41:12.009Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=fc0d55cc6f42e06a -C extra-filename=-89967448755fe241 --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-83393c1ebc8c92b8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2549 | 2025-03-07T21:41:12.150Z | Compiling tokio v1.43.0 |
2550 | 2025-03-07T21:41:12.185Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,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=85a333dee8a85172 -C extra-filename=-41957612a418d3ce --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-770e947861f81604.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0bb4880310cc65bf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2551 | 2025-03-07T21:41:12.860Z | Compiling chrono v0.4.40 |
2552 | 2025-03-07T21:41:12.892Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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="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=4c78db5413274cdc -C extra-filename=-bb251cc16f867c81 --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-b45bb0bd37fbdaf4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2553 | 2025-03-07T21:41:12.959Z | Compiling uuid v1.15.1 |
2554 | 2025-03-07T21:41:12.983Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.15.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 --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=14f091bd7c39294d -C extra-filename=-997552641b7d0fec --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-fd074e5e26c6f3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2555 | 2025-03-07T21:41:13.373Z | Compiling http v1.2.0 |
2556 | 2025-03-07T21:41:13.376Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=19d104fdfdfc2749 -C extra-filename=-66361616ebf63647 --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-770e947861f81604.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2557 | 2025-03-07T21:41:13.763Z | Compiling icu_locid_transform v1.5.0 |
2558 | 2025-03-07T21:41:13.807Z | Running `/home/build/.rustup/toolchains/1.85.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=25bcc1d7fbd4f069 -C extra-filename=-6c16081fcefd7faf --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-1e0b2cbf31001f55.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-26805efd626143a1.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-5b136eddb9a87548.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c7a9feb69520dbf3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2559 | 2025-03-07T21:41:14.130Z | Compiling toml_datetime v0.6.8 |
2560 | 2025-03-07T21:41:14.133Z | Running `/home/build/.rustup/toolchains/1.85.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=80934079b16f9761 -C extra-filename=-606460f6dae0218f --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2561 | 2025-03-07T21:41:14.491Z | Compiling serde_tokenstream v0.2.2 |
2562 | 2025-03-07T21:41:14.516Z | Running `/home/build/.rustup/toolchains/1.85.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=3f64a6066720f9e3 -C extra-filename=-cd644139eea184df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2563 | 2025-03-07T21:41:14.563Z | Compiling serde_spanned v0.6.8 |
2564 | 2025-03-07T21:41:14.566Z | Running `/home/build/.rustup/toolchains/1.85.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1bc7086558e37456 -C extra-filename=-ed818a08eca2e1cf --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2565 | 2025-03-07T21:41:14.635Z | Compiling addr2line v0.24.2 |
2566 | 2025-03-07T21:41:14.638Z | Running `/home/build/.rustup/toolchains/1.85.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=7d8492e9d0402eb8 -C extra-filename=-2363a9e0ac3c7204 --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-ed4148cb97cb18cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2567 | 2025-03-07T21:41:14.837Z | Compiling object v0.36.5 |
2568 | 2025-03-07T21:41:14.840Z | Running `/home/build/.rustup/toolchains/1.85.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=9319af6ecb6d5cc9 -C extra-filename=-de49321cac4cb885 --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2025-03-07T21:41:15.106Z | Compiling icu_properties v1.5.1 |
2570 | 2025-03-07T21:41:15.109Z | Running `/home/build/.rustup/toolchains/1.85.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=390f84ef3959d508 -C extra-filename=-4df0f607569dae2a --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-1e0b2cbf31001f55.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-23a73107def32714.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-6c16081fcefd7faf.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-427e7054917974e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c7a9feb69520dbf3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2571 | 2025-03-07T21:41:15.343Z | Running `/home/build/.rustup/toolchains/1.85.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="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=4d7293d301c48fbf -C extra-filename=-3ab9243cf8b56f13 --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-6f9a87aee618cd6e.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2572 | 2025-03-07T21:41:15.506Z | Compiling which v4.4.2 |
2573 | 2025-03-07T21:41:15.533Z | Running `/home/build/.rustup/toolchains/1.85.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=3cdbe0737c407061 -C extra-filename=-7cb3474c45dc5f90 --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-7f21ccbadb60cd85.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2574 | 2025-03-07T21:41:16.063Z | Running `/home/build/.rustup/toolchains/1.85.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=4333a20d43cd8b90 -C extra-filename=-436e32fed7a87b34 --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-5be7a60b64167706.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-074293a2e6cf23b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2421a59c29d6ccdd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-7cb3474c45dc5f90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2575 | 2025-03-07T21:41:16.066Z | Compiling base64ct v1.6.0 |
2576 | 2025-03-07T21:41:16.066Z | Running `/home/build/.rustup/toolchains/1.85.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=6a359404bc016fbb -C extra-filename=-c2d7fa6755e2dac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2577 | 2025-03-07T21:41:16.149Z | Compiling rustc-demangle v0.1.24 |
2578 | 2025-03-07T21:41:16.152Z | Running `/home/build/.rustup/toolchains/1.85.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=41e4e536e71f819c -C extra-filename=-36f089942792bfee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2025-03-07T21:41:16.282Z | Compiling anyhow v1.0.97 |
2580 | 2025-03-07T21:41:16.286Z | Running `/home/build/.rustup/toolchains/1.85.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.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0b11e6cdbdbaf8a1 -C extra-filename=-397316e721fbeb0e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-397316e721fbeb0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2025-03-07T21:41:16.702Z | Compiling http-body v1.0.1 |
2582 | 2025-03-07T21:41:16.718Z | Running `/home/build/.rustup/toolchains/1.85.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=3d6a06a8b1d80004 -C extra-filename=-782b2c9ed882649b --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-770e947861f81604.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2583 | 2025-03-07T21:41:16.980Z | Compiling hmac v0.12.1 |
2584 | 2025-03-07T21:41:16.982Z | Running `/home/build/.rustup/toolchains/1.85.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=8a242877c4522470 -C extra-filename=-628027f208fb1234 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2025-03-07T21:41:17.007Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-397316e721fbeb0e/build-script-build` |
2586 | 2025-03-07T21:41:17.039Z | Compiling httpdate v1.0.3 |
2587 | 2025-03-07T21:41:17.064Z | Running `/home/build/.rustup/toolchains/1.85.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=d1a278c0f1f43544 -C extra-filename=-9174e92732ce6af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2025-03-07T21:41:17.243Z | Compiling base64 v0.22.1 |
2589 | 2025-03-07T21:41:17.310Z | Running `/home/build/.rustup/toolchains/1.85.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=7b913cd9bb6279a2 -C extra-filename=-210ce714c13e89e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2025-03-07T21:41:17.527Z | Compiling untrusted v0.7.1 |
2591 | 2025-03-07T21:41:17.530Z | Running `/home/build/.rustup/toolchains/1.85.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=99f4b932a8fe025d -C extra-filename=-3d1d78866ee01987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2025-03-07T21:41:17.559Z | Compiling try-lock v0.2.5 |
2593 | 2025-03-07T21:41:17.559Z | Running `/home/build/.rustup/toolchains/1.85.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=cd048268d3784b13 -C extra-filename=-9e50b188b68cccec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2594 | 2025-03-07T21:41:17.740Z | Compiling want v0.3.1 |
2595 | 2025-03-07T21:41:17.743Z | Compiling slog v2.7.0 |
2596 | 2025-03-07T21:41:17.743Z | Running `/home/build/.rustup/toolchains/1.85.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=18e4303eabe77254 -C extra-filename=-ee18e409411197e3 --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-9e50b188b68cccec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2025-03-07T21:41:17.743Z | Running `/home/build/.rustup/toolchains/1.85.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=7ca57fac7836b1af -C extra-filename=-b74cf98a632558da --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2025-03-07T21:41:18.013Z | Compiling tower-service v0.3.3 |
2599 | 2025-03-07T21:41:18.016Z | Running `/home/build/.rustup/toolchains/1.85.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=59ae7bae548bf227 -C extra-filename=-fb76a7a0ea1865e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2600 | 2025-03-07T21:41:18.090Z | Compiling openssl-sys v0.9.106 |
2601 | 2025-03-07T21:41:18.093Z | Running `/home/build/.rustup/toolchains/1.85.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.106/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("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=0f28a66690bb21fb -C extra-filename=-79cc31c0a025595a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2025-03-07T21:41:18.176Z | Compiling pem-rfc7468 v0.7.0 |
2603 | 2025-03-07T21:41:18.179Z | Running `/home/build/.rustup/toolchains/1.85.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=57c7e0f716b91dde -C extra-filename=-80d877675d043747 --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-c2d7fa6755e2dac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2604 | 2025-03-07T21:41:18.347Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da/build-script-build` |
2605 | 2025-03-07T21:41:18.438Z | Running `/home/build/.rustup/toolchains/1.85.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=d23361e2b8f7dbfd -C extra-filename=-ee872fdcb5d2633b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2606 | 2025-03-07T21:41:18.644Z | Compiling icu_normalizer v1.5.0 |
2607 | 2025-03-07T21:41:18.647Z | Running `/home/build/.rustup/toolchains/1.85.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=4abe6e5e4dda76ef -C extra-filename=-0e484189dfc8b950 --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-1e0b2cbf31001f55.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-23a73107def32714.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b5e1bf81f4bbb98e.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-4df0f607569dae2a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c7a9feb69520dbf3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-541702bfcb648d36.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-812ca20f2455d746.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2608 | 2025-03-07T21:41:18.823Z | Compiling mime v0.3.17 |
2609 | 2025-03-07T21:41:18.873Z | Running `/home/build/.rustup/toolchains/1.85.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=80478940261495ce -C extra-filename=-9b1079e703cbc0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2610 | 2025-03-07T21:41:19.168Z | Compiling http-body-util v0.1.2 |
2611 | 2025-03-07T21:41:19.172Z | Running `/home/build/.rustup/toolchains/1.85.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=f1a92ce6f47ac8bc -C extra-filename=-ebd4170235c8988e --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-770e947861f81604.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2612 | 2025-03-07T21:41:19.324Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a/build-script-main` |
2613 | 2025-03-07T21:41:19.358Z | Compiling der_derive v0.7.3 |
2614 | 2025-03-07T21:41:19.362Z | Running `/home/build/.rustup/toolchains/1.85.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=9294165024f9913e -C extra-filename=-6da3064ec0b0bdd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2615 | 2025-03-07T21:41:19.390Z | Compiling async-trait v0.1.87 |
2616 | 2025-03-07T21:41:19.393Z | Running `/home/build/.rustup/toolchains/1.85.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.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=1336f7304baa5802 -C extra-filename=-bc831e985963eda0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2617 | 2025-03-07T21:41:19.572Z | Compiling idna_adapter v1.2.0 |
2618 | 2025-03-07T21:41:19.576Z | Running `/home/build/.rustup/toolchains/1.85.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=34e12f0303570602 -C extra-filename=-d1be5db126ed128a --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-0e484189dfc8b950.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-4df0f607569dae2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2619 | 2025-03-07T21:41:19.677Z | Compiling flagset v0.4.6 |
2620 | 2025-03-07T21:41:19.680Z | Running `/home/build/.rustup/toolchains/1.85.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=59c4bf311b2f2e64 -C extra-filename=-568e074f68fb77fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2621 | 2025-03-07T21:41:19.819Z | Compiling idna v1.0.3 |
2622 | 2025-03-07T21:41:19.849Z | Running `/home/build/.rustup/toolchains/1.85.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=18e8f45520528b74 -C extra-filename=-117158ec426251f8 --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-d1be5db126ed128a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2623 | 2025-03-07T21:41:19.909Z | Compiling pbkdf2 v0.12.2 |
2624 | 2025-03-07T21:41:19.912Z | Running `/home/build/.rustup/toolchains/1.85.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=3bf2506501d152cf -C extra-filename=-7962e7027656ae01 --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-b85cfe1a68b7b72b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2625 | 2025-03-07T21:41:20.117Z | Compiling tokio-util v0.7.13 |
2626 | 2025-03-07T21:41:20.126Z | Running `/home/build/.rustup/toolchains/1.85.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.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --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=bbcb6a96c83a5400 -C extra-filename=-9e46d266bcde75b8 --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-770e947861f81604.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2627 | 2025-03-07T21:41:20.391Z | Compiling rustls-pemfile v2.2.0 |
2628 | 2025-03-07T21:41:20.394Z | Running `/home/build/.rustup/toolchains/1.85.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=ffe0b2877a48be6d -C extra-filename=-e70c9909e1c30a44 --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-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2629 | 2025-03-07T21:41:20.759Z | Compiling url v2.5.3 |
2630 | 2025-03-07T21:41:20.762Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=22f03df46dbcc63f -C extra-filename=-1dac4716b55b72de --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-22f142bfb74a30f8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2631 | 2025-03-07T21:41:21.347Z | Compiling backtrace v0.3.74 |
2632 | 2025-03-07T21:41:21.351Z | Running `/home/build/.rustup/toolchains/1.85.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=72064435d9d48bef -C extra-filename=-84721d6ca82da997 --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-2363a9e0ac3c7204.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0919e08990387c7e.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-de49321cac4cb885.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-36f089942792bfee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2633 | 2025-03-07T21:41:21.416Z | Compiling h2 v0.4.6 |
2634 | 2025-03-07T21:41:21.419Z | Running `/home/build/.rustup/toolchains/1.85.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=a38776d6f38f73fd -C extra-filename=-fb7bc0cf3b444820 --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-681c30393c48bbd3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2025-03-07T21:41:21.890Z | Compiling der v0.7.9 |
2636 | 2025-03-07T21:41:21.923Z | Running `/home/build/.rustup/toolchains/1.85.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=7ff3518754656cd5 -C extra-filename=-05ef4d4c727088bd --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-a6ccc56041b55513.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6da3064ec0b0bdd5.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-568e074f68fb77fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2637 | 2025-03-07T21:41:21.926Z | Compiling aes v0.8.4 |
2638 | 2025-03-07T21:41:21.926Z | Running `/home/build/.rustup/toolchains/1.85.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=1e0267468215a25c -C extra-filename=-804c535fa50f5472 --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-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2639 | 2025-03-07T21:41:21.981Z | Compiling rustversion v1.0.17 |
2640 | 2025-03-07T21:41:21.983Z | Running `/home/build/.rustup/toolchains/1.85.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=82804a4eba914510 -C extra-filename=-0291014a44b94542 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2025-03-07T21:41:22.463Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=018e804fbf6b4330 -C extra-filename=-94932e580f588423 --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-84721d6ca82da997.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
2642 | 2025-03-07T21:41:22.738Z | Compiling foreign-types-shared v0.1.1 |
2643 | 2025-03-07T21:41:22.773Z | Running `/home/build/.rustup/toolchains/1.85.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=17f9a63d6da9555d -C extra-filename=-73070500ae7c1870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2644 | 2025-03-07T21:41:22.895Z | Compiling ipnet v2.11.0 |
2645 | 2025-03-07T21:41:22.898Z | Running `/home/build/.rustup/toolchains/1.85.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f088c2c530c4ad7d -C extra-filename=-80af3296f3b32313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2646 | 2025-03-07T21:41:23.273Z | Compiling openssl-probe v0.1.5 |
2647 | 2025-03-07T21:41:23.276Z | Running `/home/build/.rustup/toolchains/1.85.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=bc2724216ba2e61f -C extra-filename=-680b0b49a0cdfac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2648 | 2025-03-07T21:41:23.618Z | Compiling openssl v0.10.71 |
2649 | 2025-03-07T21:41:23.621Z | Running `/home/build/.rustup/toolchains/1.85.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.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=bd8fd88fcdea2a0f -C extra-filename=-44ea14d958012521 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2650 | 2025-03-07T21:41:24.052Z | Compiling spki v0.7.3 |
2651 | 2025-03-07T21:41:24.055Z | Running `/home/build/.rustup/toolchains/1.85.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=8d3a7f41b21beb46 -C extra-filename=-9a161740e7100a28 --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-05ef4d4c727088bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2025-03-07T21:41:24.143Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521/build-script-build` |
2653 | 2025-03-07T21:41:24.192Z | Compiling foreign-types v0.3.2 |
2654 | 2025-03-07T21:41:24.195Z | Running `/home/build/.rustup/toolchains/1.85.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=a6ad1bf3e6840a7d -C extra-filename=-ea18e7c28480a4d8 --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-73070500ae7c1870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2655 | 2025-03-07T21:41:24.222Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542/build-script-build` |
2656 | 2025-03-07T21:41:24.300Z | Running `/home/build/.rustup/toolchains/1.85.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.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=af96275ecfd96a0c -C extra-filename=-f9897b555aa70ed5 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(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)'` |
2657 | 2025-03-07T21:41:24.330Z | Compiling serde_urlencoded v0.7.1 |
2658 | 2025-03-07T21:41:24.356Z | Running `/home/build/.rustup/toolchains/1.85.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=2d045dd8e018281d -C extra-filename=-fe34b38305355887 --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-22f142bfb74a30f8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2659 | 2025-03-07T21:41:24.467Z | Compiling salsa20 v0.10.2 |
2660 | 2025-03-07T21:41:24.470Z | Running `/home/build/.rustup/toolchains/1.85.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=a13a07f5a597448d -C extra-filename=-0ba6f33d139b2753 --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2661 | 2025-03-07T21:41:24.642Z | Compiling cbc v0.1.2 |
2662 | 2025-03-07T21:41:24.646Z | Running `/home/build/.rustup/toolchains/1.85.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=b3e5e9ab6a883376 -C extra-filename=-acfc130d7299d5be --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2663 | 2025-03-07T21:41:24.740Z | Compiling openssl-macros v0.1.1 |
2664 | 2025-03-07T21:41:24.743Z | Running `/home/build/.rustup/toolchains/1.85.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=903c7aefd82627c5 -C extra-filename=-e056da3cda72dae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2665 | 2025-03-07T21:41:24.851Z | Compiling encoding_rs v0.8.34 |
2666 | 2025-03-07T21:41:24.854Z | Running `/home/build/.rustup/toolchains/1.85.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=78b4df63f0593a78 -C extra-filename=-9cbd6bf8af19e966 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2667 | 2025-03-07T21:41:24.911Z | Compiling rustls v0.23.19 |
2668 | 2025-03-07T21:41:24.935Z | Running `/home/build/.rustup/toolchains/1.85.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=5690bba2df2cd788 -C extra-filename=-3efb7a8133c72be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2669 | 2025-03-07T21:41:24.940Z | Compiling scrypt v0.11.0 |
2670 | 2025-03-07T21:41:24.963Z | Running `/home/build/.rustup/toolchains/1.85.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=6a89963436da7efb -C extra-filename=-126cbb60aa9acfd3 --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-7962e7027656ae01.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-0ba6f33d139b2753.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2671 | 2025-03-07T21:41:25.138Z | Running `/home/build/.rustup/toolchains/1.85.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=5bdaaeca5042567b -C extra-filename=-249ca607bd6d7426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
2672 | 2025-03-07T21:41:25.283Z | Compiling rustc_version v0.4.1 |
2673 | 2025-03-07T21:41:25.311Z | Running `/home/build/.rustup/toolchains/1.85.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=5327b7d2ac73a47e -C extra-filename=-a047fd3683531f53 --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-a4659bbeae9c39e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2025-03-07T21:41:25.450Z | Compiling futures-executor v0.3.31 |
2675 | 2025-03-07T21:41:25.453Z | Running `/home/build/.rustup/toolchains/1.85.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=90567d43f5a70b5e -C extra-filename=-ced1cfcce10f0072 --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-1576965aa7d154eb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2025-03-07T21:41:25.586Z | Compiling is-terminal v0.4.13 |
2677 | 2025-03-07T21:41:25.589Z | Running `/home/build/.rustup/toolchains/1.85.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=470fd2a9d58078f0 -C extra-filename=-6b6ec0a96c6abffd --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2678 | 2025-03-07T21:41:25.673Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=27ecbcb0e455792a -C extra-filename=-4d76afb2e6c21e5f --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-e056da3cda72dae6.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --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)'` |
2679 | 2025-03-07T21:41:25.751Z | Compiling camino v1.1.9 |
2680 | 2025-03-07T21:41:25.754Z | Running `/home/build/.rustup/toolchains/1.85.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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a7e4b2c4feb85f11 -C extra-filename=-0929577279adc659 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2025-03-07T21:41:25.978Z | Compiling native-tls v0.2.12 |
2682 | 2025-03-07T21:41:25.981Z | Compiling futures v0.3.31 |
2683 | 2025-03-07T21:41:25.981Z | Running `/home/build/.rustup/toolchains/1.85.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=e6c470655d32ac7b -C extra-filename=-41d315d336e9b2da --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2684 | 2025-03-07T21:41:25.981Z | Running `/home/build/.rustup/toolchains/1.85.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=9d9efbbe1a808cda -C extra-filename=-6eab0af28e65d10c --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-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ced1cfcce10f0072.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2025-03-07T21:41:26.135Z | Compiling pkcs5 v0.7.1 |
2686 | 2025-03-07T21:41:26.138Z | Running `/home/build/.rustup/toolchains/1.85.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=359045524ed1208e -C extra-filename=-23ee09c5fa388afc --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-804c535fa50f5472.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7962e7027656ae01.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-126cbb60aa9acfd3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2687 | 2025-03-07T21:41:26.403Z | Compiling cookie v0.18.1 |
2688 | 2025-03-07T21:41:26.407Z | Running `/home/build/.rustup/toolchains/1.85.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=ed3604b1cf61b0ad -C extra-filename=-8ec44a0f58b276f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2689 | 2025-03-07T21:41:26.436Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da/build-script-build` |
2690 | 2025-03-07T21:41:26.479Z | Compiling utf8parse v0.2.2 |
2691 | 2025-03-07T21:41:26.483Z | Running `/home/build/.rustup/toolchains/1.85.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=f58afde902c8fb89 -C extra-filename=-162b0576827b427f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2692 | 2025-03-07T21:41:26.511Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659/build-script-build` |
2693 | 2025-03-07T21:41:26.630Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=30bf24353c79ee05 -C extra-filename=-adcdc6bfd3808e20 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` |
2694 | 2025-03-07T21:41:26.689Z | Compiling openapiv3 v2.0.0 |
2695 | 2025-03-07T21:41:26.714Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2d4e64cd32efdc4d -C extra-filename=-df7c36869dc1a4de --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2696 | 2025-03-07T21:41:26.812Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6/build-script-build` |
2697 | 2025-03-07T21:41:26.900Z | Compiling pkcs8 v0.10.2 |
2698 | 2025-03-07T21:41:26.932Z | Running `/home/build/.rustup/toolchains/1.85.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=cb258704a4ae0947 -C extra-filename=-3a2a892c15350ff9 --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-05ef4d4c727088bd.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-23ee09c5fa388afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2699 | 2025-03-07T21:41:27.222Z | Compiling litrs v0.4.1 |
2700 | 2025-03-07T21:41:27.226Z | Running `/home/build/.rustup/toolchains/1.85.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=cece76a28f579f41 -C extra-filename=-8b35c2819a569ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2025-03-07T21:41:27.447Z | Compiling psl-types v2.0.11 |
2702 | 2025-03-07T21:41:27.450Z | Running `/home/build/.rustup/toolchains/1.85.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=597b646e90dbcee8 -C extra-filename=-02f0d7aa40ac918c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2703 | 2025-03-07T21:41:27.562Z | Running `/home/build/.rustup/toolchains/1.85.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=50bb0b33db2732cd -C extra-filename=-9c1d64915a9307de --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-71e05fb9e91a7f76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2025-03-07T21:41:27.690Z | Compiling publicsuffix v2.3.0 |
2705 | 2025-03-07T21:41:27.693Z | Running `/home/build/.rustup/toolchains/1.85.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=91fd53d74e1d597a -C extra-filename=-1f24572552d4f95b --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-117158ec426251f8.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-02f0d7aa40ac918c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2025-03-07T21:41:28.056Z | Compiling webpki-roots v0.26.6 |
2707 | 2025-03-07T21:41:28.059Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab4ca85829805c82 -C extra-filename=-481633e7b4bd1156 --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-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2025-03-07T21:41:28.294Z | Compiling hyper v1.6.0 |
2709 | 2025-03-07T21:41:28.297Z | Compiling document-features v0.2.10 |
2710 | 2025-03-07T21:41:28.297Z | Running `/home/build/.rustup/toolchains/1.85.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=070b9f8613fa8ce0 -C extra-filename=-d7bb7c5afd0bf2fd --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-770e947861f81604.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-fb7bc0cf3b444820.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ee18e409411197e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2025-03-07T21:41:28.297Z | Running `/home/build/.rustup/toolchains/1.85.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=9087b3d7714259bd -C extra-filename=-978fc82a86ac31a3 --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-8b35c2819a569ef9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2712 | 2025-03-07T21:41:28.614Z | Compiling sync_wrapper v1.0.1 |
2713 | 2025-03-07T21:41:28.617Z | Running `/home/build/.rustup/toolchains/1.85.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=c019518c55528394 -C extra-filename=-c8cdca1dd6ff079a --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-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2025-03-07T21:41:28.803Z | Compiling dirs-sys-next v0.1.2 |
2715 | 2025-03-07T21:41:28.807Z | Running `/home/build/.rustup/toolchains/1.85.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=e10b84cb053b31b5 -C extra-filename=-6531ac10314d256a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2025-03-07T21:41:28.832Z | Compiling tower-layer v0.3.3 |
2717 | 2025-03-07T21:41:28.835Z | Running `/home/build/.rustup/toolchains/1.85.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=69875012fc5edbd6 -C extra-filename=-f87fd1537d864542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2025-03-07T21:41:29.152Z | Compiling anstyle v1.0.10 |
2719 | 2025-03-07T21:41:29.155Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=131b6a953ca3da28 -C extra-filename=-6d479df9ba02b817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2720 | 2025-03-07T21:41:29.390Z | Compiling tower v0.5.2 |
2721 | 2025-03-07T21:41:29.393Z | Running `/home/build/.rustup/toolchains/1.85.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=c8bd1d9e236ce342 -C extra-filename=-74a4a16cf0e81e66 --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-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f87fd1537d864542.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2025-03-07T21:41:29.589Z | Compiling cookie_store v0.21.1 |
2723 | 2025-03-07T21:41:29.592Z | Running `/home/build/.rustup/toolchains/1.85.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=854867fbad69c2a2 -C extra-filename=-d44c549fab7c04af --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-9c1d64915a9307de.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-978fc82a86ac31a3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-1f24572552d4f95b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2724 | 2025-03-07T21:41:29.619Z | Compiling dirs-next v2.0.0 |
2725 | 2025-03-07T21:41:29.622Z | Running `/home/build/.rustup/toolchains/1.85.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=e014e1fcfe6a6181 -C extra-filename=-de4f5acd5003ebfe --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-ec0e17f73ce37523.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-6531ac10314d256a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2726 | 2025-03-07T21:41:29.847Z | Compiling winnow v0.5.40 |
2727 | 2025-03-07T21:41:29.850Z | Running `/home/build/.rustup/toolchains/1.85.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=e4e9ada823c1a838 -C extra-filename=-046f5da05f90aa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2025-03-07T21:41:30.240Z | Compiling term v0.7.0 |
2729 | 2025-03-07T21:41:30.243Z | Running `/home/build/.rustup/toolchains/1.85.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=bff47abfada975fd -C extra-filename=-11fcd0b1f8a821c6 --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-de4f5acd5003ebfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2025-03-07T21:41:30.772Z | Compiling hyper-util v0.1.10 |
2731 | 2025-03-07T21:41:30.775Z | Running `/home/build/.rustup/toolchains/1.85.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=9425dc595e931040 -C extra-filename=-ae48be8ae41eb0a8 --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-770e947861f81604.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2025-03-07T21:41:31.023Z | Compiling ucd-trie v0.1.7 |
2733 | 2025-03-07T21:41:31.026Z | Running `/home/build/.rustup/toolchains/1.85.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=97a552adb9cf45e0 -C extra-filename=-52d6f09ac462973d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2025-03-07T21:41:31.108Z | Compiling data-encoding v2.6.0 |
2735 | 2025-03-07T21:41:31.150Z | Running `/home/build/.rustup/toolchains/1.85.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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ea50f7b2f5704280 -C extra-filename=-7ca48bec20e507bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2025-03-07T21:41:31.535Z | Running `/home/build/.rustup/toolchains/1.85.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=8cabde28c2f33b61 -C extra-filename=-22fa3744729673fd --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-a147a23faaf349f2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
2737 | 2025-03-07T21:41:31.565Z | Compiling winnow v0.7.3 |
2738 | 2025-03-07T21:41:31.600Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=f31ecbafbd94ca5d -C extra-filename=-7e29543d8b239879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2025-03-07T21:41:31.870Z | Compiling pest v2.7.14 |
2740 | 2025-03-07T21:41:31.873Z | Running `/home/build/.rustup/toolchains/1.85.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=ddda56a4eaa529e6 -C extra-filename=-513e3ccc12344310 --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-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-52d6f09ac462973d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2025-03-07T21:41:32.106Z | Compiling tokio-native-tls v0.3.1 |
2742 | 2025-03-07T21:41:32.109Z | Running `/home/build/.rustup/toolchains/1.85.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=319a31b9880a1dfe -C extra-filename=-ea71c8fd74a63323 --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-22fa3744729673fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2743 | 2025-03-07T21:41:32.395Z | Compiling anstyle-parse v0.2.5 |
2744 | 2025-03-07T21:41:32.398Z | Running `/home/build/.rustup/toolchains/1.85.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=9ca60aa3b6f8aadc -C extra-filename=-61b91a0a7bbca4b6 --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-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2745 | 2025-03-07T21:41:32.757Z | Compiling sha1 v0.10.6 |
2746 | 2025-03-07T21:41:32.760Z | Running `/home/build/.rustup/toolchains/1.85.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=5a33856dfea4af67 -C extra-filename=-25e007f1ee25bcd6 --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2025-03-07T21:41:33.077Z | Compiling hyper-tls v0.6.0 |
2748 | 2025-03-07T21:41:33.080Z | Running `/home/build/.rustup/toolchains/1.85.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=4041fa57ef235d47 -C extra-filename=-1faa45c58c5650ad --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-770e947861f81604.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-22fa3744729673fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ea71c8fd74a63323.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2749 | 2025-03-07T21:41:33.226Z | Compiling toml_edit v0.19.15 |
2750 | 2025-03-07T21:41:33.229Z | Running `/home/build/.rustup/toolchains/1.85.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=8f21701e8acb4a6e -C extra-filename=-b908c8d262047c47 --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-046f5da05f90aa0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2025-03-07T21:41:33.337Z | Compiling is_terminal_polyfill v1.70.1 |
2752 | 2025-03-07T21:41:33.368Z | Running `/home/build/.rustup/toolchains/1.85.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=003732ae49359351 -C extra-filename=-bc2362d571eb93e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2025-03-07T21:41:33.458Z | Compiling colorchoice v1.0.2 |
2754 | 2025-03-07T21:41:33.461Z | Running `/home/build/.rustup/toolchains/1.85.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=5e42caeb3af71bd5 -C extra-filename=-2cf7a609e61d7622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2025-03-07T21:41:33.496Z | Compiling anstyle-query v1.1.1 |
2756 | 2025-03-07T21:41:33.522Z | Running `/home/build/.rustup/toolchains/1.85.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=e56bdab2a612e94a -C extra-filename=-0bd6e0a259b46a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2025-03-07T21:41:33.526Z | Compiling terminal_size v0.4.0 |
2758 | 2025-03-07T21:41:33.529Z | Running `/home/build/.rustup/toolchains/1.85.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=65f4861dfde8fd01 -C extra-filename=-57b00c4a32df14fd --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2759 | 2025-03-07T21:41:33.639Z | Compiling signature v2.2.0 |
2760 | 2025-03-07T21:41:33.642Z | Compiling scroll_derive v0.12.0 |
2761 | 2025-03-07T21:41:33.642Z | Running `/home/build/.rustup/toolchains/1.85.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=62c7887f2bff516b -C extra-filename=-5dc394ffb552fc62 --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-b85cfe1a68b7b72b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2762 | 2025-03-07T21:41:33.642Z | Running `/home/build/.rustup/toolchains/1.85.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=735f8f2c8cf9397e -C extra-filename=-0dd11d2534ed6e20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2763 | 2025-03-07T21:41:33.697Z | Compiling anstream v0.6.15 |
2764 | 2025-03-07T21:41:33.697Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=96fe4ec39048540d -C extra-filename=-381d459df55d97b4 --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-6d479df9ba02b817.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-61b91a0a7bbca4b6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-0bd6e0a259b46a61.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-2cf7a609e61d7622.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-bc2362d571eb93e3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2765 | 2025-03-07T21:41:33.758Z | Compiling clap_lex v0.7.4 |
2766 | 2025-03-07T21:41:33.762Z | Running `/home/build/.rustup/toolchains/1.85.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=09f9c7ef162845e3 -C extra-filename=-d7fb26e35f4fddfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2025-03-07T21:41:33.975Z | Compiling siphasher v0.3.11 |
2768 | 2025-03-07T21:41:33.979Z | Running `/home/build/.rustup/toolchains/1.85.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=511bdc199d1ef80e -C extra-filename=-f1ed5c3b2bf78f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2025-03-07T21:41:34.222Z | Compiling clap_builder v4.5.31 |
2770 | 2025-03-07T21:41:34.226Z | Running `/home/build/.rustup/toolchains/1.85.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.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,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=d58e185424bb7b44 -C extra-filename=-7315b290250f53df --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-381d459df55d97b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-d7fb26e35f4fddfc.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-57b00c4a32df14fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2025-03-07T21:41:34.347Z | Compiling clap_derive v4.5.28 |
2772 | 2025-03-07T21:41:34.375Z | Running `/home/build/.rustup/toolchains/1.85.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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=6084bd8ca66e7ddd -C extra-filename=-ae69f2b40e94e47e --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2773 | 2025-03-07T21:41:34.381Z | Compiling plain v0.2.3 |
2774 | 2025-03-07T21:41:34.381Z | Running `/home/build/.rustup/toolchains/1.85.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=6d4b3e916ecc53e4 -C extra-filename=-0d2308b3cc40463f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2025-03-07T21:41:34.576Z | Compiling pest_meta v2.7.14 |
2776 | 2025-03-07T21:41:34.580Z | Running `/home/build/.rustup/toolchains/1.85.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=ffce43b7c2c82bfe -C extra-filename=-4fadde52a0ff2132 --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-cc4c9ca4fb71ffde.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-513e3ccc12344310.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2025-03-07T21:41:34.854Z | Compiling toml_edit v0.22.24 |
2778 | 2025-03-07T21:41:34.857Z | Running `/home/build/.rustup/toolchains/1.85.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.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 --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="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"))' -C metadata=1d0f796c6de67788 -C extra-filename=-597b3c4b298e6693 --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-7e29543d8b239879.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2025-03-07T21:41:35.033Z | Compiling tinyvec_macros v0.1.1 |
2780 | 2025-03-07T21:41:35.036Z | Running `/home/build/.rustup/toolchains/1.85.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=f84cc7593dd1e3d2 -C extra-filename=-e36ebfe424de06d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2025-03-07T21:41:35.168Z | Compiling tinyvec v1.8.0 |
2782 | 2025-03-07T21:41:35.200Z | Running `/home/build/.rustup/toolchains/1.85.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=5fd808facb52a5fd -C extra-filename=-cef905cfe4c9c4d6 --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-e36ebfe424de06d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2783 | 2025-03-07T21:41:35.203Z | Compiling scroll v0.12.0 |
2784 | 2025-03-07T21:41:35.237Z | Running `/home/build/.rustup/toolchains/1.85.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=6acab82056eb63ee -C extra-filename=-c37842b8a099f8ba --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-0dd11d2534ed6e20.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2025-03-07T21:41:35.787Z | Compiling goblin v0.8.2 |
2786 | 2025-03-07T21:41:35.790Z | Running `/home/build/.rustup/toolchains/1.85.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=f8f510898178fb80 -C extra-filename=-4421e02900dd8410 --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-a147a23faaf349f2.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0d2308b3cc40463f.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c37842b8a099f8ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2787 | 2025-03-07T21:41:36.681Z | Compiling pest_generator v2.7.14 |
2788 | 2025-03-07T21:41:36.684Z | Running `/home/build/.rustup/toolchains/1.85.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=4375a81ab4454871 -C extra-filename=-6160ad698223a56d --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-513e3ccc12344310.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4fadde52a0ff2132.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2025-03-07T21:41:38.519Z | Compiling usdt-impl v0.5.0 |
2790 | 2025-03-07T21:41:38.522Z | Running `/home/build/.rustup/toolchains/1.85.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=1b4ea451b6613fad -C extra-filename=-952b32147dec35ba --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2791 | 2025-03-07T21:41:38.823Z | Compiling pest_derive v2.7.14 |
2792 | 2025-03-07T21:41:38.826Z | Running `/home/build/.rustup/toolchains/1.85.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=4992a2de8bbb9821 -C extra-filename=-083328cd9912074a --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-513e3ccc12344310.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6160ad698223a56d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2793 | 2025-03-07T21:41:38.991Z | Compiling clap v4.5.31 |
2794 | 2025-03-07T21:41:38.995Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,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=0af22d67cb69fc92 -C extra-filename=-f52229569f70f3a4 --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-7315b290250f53df.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-ae69f2b40e94e47e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2025-03-07T21:41:39.022Z | Compiling crc32fast v1.4.2 |
2796 | 2025-03-07T21:41:39.022Z | Running `/home/build/.rustup/toolchains/1.85.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=cb7bb859dd13f864 -C extra-filename=-918de2abdeed200d --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2797 | 2025-03-07T21:41:39.145Z | Compiling bitflags v1.3.2 |
2798 | 2025-03-07T21:41:39.148Z | Running `/home/build/.rustup/toolchains/1.85.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=2708f1141aee865a -C extra-filename=-17fa9da22ed739fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2799 | 2025-03-07T21:41:39.284Z | Compiling pretty-hex v0.4.1 |
2800 | 2025-03-07T21:41:39.286Z | Running `/home/build/.rustup/toolchains/1.85.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=a07e3907339c899f -C extra-filename=-36125ee714f84e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2801 | 2025-03-07T21:41:39.366Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba/build-script-build` |
2802 | 2025-03-07T21:41:39.541Z | Compiling toml v0.8.20 |
2803 | 2025-03-07T21:41:39.544Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="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=f7713737ce610b5a -C extra-filename=-ee4bacd27dffec12 --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-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2025-03-07T21:41:39.572Z | Compiling crossbeam-channel v0.5.13 |
2805 | 2025-03-07T21:41:39.575Z | Running `/home/build/.rustup/toolchains/1.85.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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b3cfcbbffb6e8dbf -C extra-filename=-f1f379659423d538 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2806 | 2025-03-07T21:41:39.894Z | Compiling dtrace-parser v0.2.0 |
2807 | 2025-03-07T21:41:39.897Z | Running `/home/build/.rustup/toolchains/1.85.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=d67df5dd0ce2bbc9 -C extra-filename=-2ccfc35f6d5af433 --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-513e3ccc12344310.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-083328cd9912074a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2808 | 2025-03-07T21:41:40.009Z | Compiling num-integer v0.1.46 |
2809 | 2025-03-07T21:41:40.012Z | Running `/home/build/.rustup/toolchains/1.85.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=8132e0eb368609dc -C extra-filename=-f561a54ff4591bbd --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2025-03-07T21:41:40.601Z | Compiling thread-id v4.2.2 |
2811 | 2025-03-07T21:41:40.604Z | Running `/home/build/.rustup/toolchains/1.85.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=5bd1bff7edfc7f86 -C extra-filename=-9d8dabae01083d12 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2812 | 2025-03-07T21:41:40.754Z | Compiling thread_local v1.1.8 |
2813 | 2025-03-07T21:41:40.757Z | Running `/home/build/.rustup/toolchains/1.85.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=39048c634ebb69f7 -C extra-filename=-838e806bd05dc859 --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-ec0e17f73ce37523.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2814 | 2025-03-07T21:41:40.783Z | Compiling slog-async v2.8.0 |
2815 | 2025-03-07T21:41:40.786Z | Running `/home/build/.rustup/toolchains/1.85.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=0038803235c3ba18 -C extra-filename=-5cfd8b663038d650 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2025-03-07T21:41:41.016Z | Compiling zerocopy v0.8.10 |
2817 | 2025-03-07T21:41:41.019Z | Running `/home/build/.rustup/toolchains/1.85.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.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --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=5f1b03a0599a425b -C extra-filename=-590e08b5994ab0f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2025-03-07T21:41:41.255Z | Compiling hex v0.4.3 |
2819 | 2025-03-07T21:41:41.258Z | Running `/home/build/.rustup/toolchains/1.85.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=ac567009fd7597b8 -C extra-filename=-9c4b4f68e441bbb7 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2820 | 2025-03-07T21:41:41.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650/build-script-build` |
2821 | 2025-03-07T21:41:41.475Z | Compiling zerocopy-derive v0.8.10 |
2822 | 2025-03-07T21:41:41.479Z | Running `/home/build/.rustup/toolchains/1.85.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dacab4fa55b83ffa -C extra-filename=-10fb960a3e2d4846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2025-03-07T21:41:41.725Z | Compiling dof v0.3.0 |
2824 | 2025-03-07T21:41:41.728Z | Running `/home/build/.rustup/toolchains/1.85.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=1af793a330d6d52a -C extra-filename=-1891135b6673283d --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-4421e02900dd8410.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2025-03-07T21:41:41.886Z | Compiling take_mut v0.2.2 |
2826 | 2025-03-07T21:41:41.889Z | Running `/home/build/.rustup/toolchains/1.85.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=770df01f5065a7e8 -C extra-filename=-e3aab5422649157b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2025-03-07T21:41:41.964Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0/build-script-build` |
2828 | 2025-03-07T21:41:41.969Z | Compiling base16ct v0.2.0 |
2829 | 2025-03-07T21:41:41.973Z | Running `/home/build/.rustup/toolchains/1.85.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=22cc61ac551983e2 -C extra-filename=-59f735bafba8b59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2830 | 2025-03-07T21:41:42.025Z | Compiling unicode-segmentation v1.12.0 |
2831 | 2025-03-07T21:41:42.028Z | Running `/home/build/.rustup/toolchains/1.85.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=fac340c9e5673fcc -C extra-filename=-8e7d1afc7f4d9c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2025-03-07T21:41:42.055Z | Compiling slog-term v2.9.1 |
2833 | 2025-03-07T21:41:42.058Z | Running `/home/build/.rustup/toolchains/1.85.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=1f08fadad0c2849e -C extra-filename=-96c0ab0f17813e78 --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-6b6ec0a96c6abffd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2834 | 2025-03-07T21:41:42.086Z | Running `/home/build/.rustup/toolchains/1.85.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=aa0e451d156ace9a -C extra-filename=-8f5f7dbf6ded826f --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-f1f379659423d538.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-e3aab5422649157b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2835 | 2025-03-07T21:41:42.309Z | Compiling sec1 v0.7.3 |
2836 | 2025-03-07T21:41:42.312Z | Running `/home/build/.rustup/toolchains/1.85.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=1da28b0435ce347d -C extra-filename=-1ff4c443bfbc8910 --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-59f735bafba8b59a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2025-03-07T21:41:42.904Z | Running `/home/build/.rustup/toolchains/1.85.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=70f534642d1332cf -C extra-filename=-3732f8bb1c37ac82 --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-6fa0bc0485b87f2d.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2ccfc35f6d5af433.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9d8dabae01083d12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2838 | 2025-03-07T21:41:42.964Z | Compiling ff v0.13.0 |
2839 | 2025-03-07T21:41:42.968Z | Running `/home/build/.rustup/toolchains/1.85.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=8c3be2a58a6ed757 -C extra-filename=-e4037fba4f9cf438 --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-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2025-03-07T21:41:43.081Z | Compiling heck v0.4.1 |
2841 | 2025-03-07T21:41:43.107Z | Running `/home/build/.rustup/toolchains/1.85.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=d9f45ab85c801378 -C extra-filename=-c0fa63f21cdf542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2842 | 2025-03-07T21:41:43.209Z | Compiling group v0.13.0 |
2843 | 2025-03-07T21:41:43.212Z | Running `/home/build/.rustup/toolchains/1.85.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=8a71e32ecc8a79b1 -C extra-filename=-e4ca59aa4e322fed --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-e4037fba4f9cf438.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2844 | 2025-03-07T21:41:43.239Z | Compiling num-iter v0.1.45 |
2845 | 2025-03-07T21:41:43.242Z | Running `/home/build/.rustup/toolchains/1.85.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=5ae6d3ce74fc3abc -C extra-filename=-d34edb7beefa1477 --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2025-03-07T21:41:43.462Z | Compiling flate2 v1.1.0 |
2847 | 2025-03-07T21:41:43.500Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --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=f09571ce15a565df -C extra-filename=-825622b0a33b01d5 --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-918de2abdeed200d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0919e08990387c7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2848 | 2025-03-07T21:41:43.503Z | Compiling hkdf v0.12.4 |
2849 | 2025-03-07T21:41:43.503Z | Running `/home/build/.rustup/toolchains/1.85.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=40c8e87710cc36af -C extra-filename=-bd67cff3c9d3bc1c --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-628027f208fb1234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2025-03-07T21:41:43.536Z | Compiling crypto-bigint v0.5.5 |
2851 | 2025-03-07T21:41:43.539Z | Running `/home/build/.rustup/toolchains/1.85.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=9fedfd911ef251ef -C extra-filename=-45bec9addb3462e0 --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-52c2335562854fea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2852 | 2025-03-07T21:41:43.566Z | Compiling crossbeam-epoch v0.9.18 |
2853 | 2025-03-07T21:41:43.601Z | Running `/home/build/.rustup/toolchains/1.85.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=13ac1abb60326e68 -C extra-filename=-dbaf4c3b25d02f52 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2854 | 2025-03-07T21:41:43.804Z | Compiling memmap v0.7.0 |
2855 | 2025-03-07T21:41:43.807Z | Running `/home/build/.rustup/toolchains/1.85.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=24a506ccd1f34162 -C extra-filename=-50e8830d89539ab4 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2856 | 2025-03-07T21:41:44.159Z | Compiling num-bigint-dig v0.8.4 |
2857 | 2025-03-07T21:41:44.159Z | Running `/home/build/.rustup/toolchains/1.85.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=d1cb74fb7a5d4b40 -C extra-filename=-af58622d66ae8a9e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2858 | 2025-03-07T21:41:44.244Z | Compiling rayon-core v1.12.1 |
2859 | 2025-03-07T21:41:44.244Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --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=41389ab2b871e619 -C extra-filename=-8fb1f68b59dc2571 --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-10fb960a3e2d4846.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
2860 | 2025-03-07T21:41:44.247Z | Running `/home/build/.rustup/toolchains/1.85.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=a4673f2c8342d54d -C extra-filename=-a20779f9a316300b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2025-03-07T21:41:44.300Z | Compiling static_assertions v1.1.0 |
2862 | 2025-03-07T21:41:44.300Z | Running `/home/build/.rustup/toolchains/1.85.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=6286af95b8ef9fc9 -C extra-filename=-18a3ba359ca53dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2025-03-07T21:41:44.347Z | Compiling utf-8 v0.7.6 |
2864 | 2025-03-07T21:41:44.388Z | Running `/home/build/.rustup/toolchains/1.85.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=33b03abd169888d4 -C extra-filename=-ebca4d8c265e3ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2025-03-07T21:41:44.423Z | Compiling match_cfg v0.1.0 |
2866 | 2025-03-07T21:41:44.467Z | Running `/home/build/.rustup/toolchains/1.85.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=798b0df1fda3a51b -C extra-filename=-675062cef8160ec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2025-03-07T21:41:44.549Z | Compiling hostname v0.3.1 |
2868 | 2025-03-07T21:41:44.549Z | Running `/home/build/.rustup/toolchains/1.85.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=9872e33507a1b9ee -C extra-filename=-f7e9fccf5ac98916 --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-41b4d43f76d21dca.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-675062cef8160ec7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2025-03-07T21:41:44.622Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e/build-script-build` |
2870 | 2025-03-07T21:41:44.626Z | Compiling toml v0.7.8 |
2871 | 2025-03-07T21:41:44.629Z | Running `/home/build/.rustup/toolchains/1.85.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=e00147ee889d328f -C extra-filename=-0dc97e1552252cfa --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-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2872 | 2025-03-07T21:41:44.657Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b/build-script-build` |
2873 | 2025-03-07T21:41:44.685Z | Compiling zerocopy-derive v0.6.6 |
2874 | 2025-03-07T21:41:44.685Z | Running `/home/build/.rustup/toolchains/1.85.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=73ab287331a95c5e -C extra-filename=-eb692e74cb5b231e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2025-03-07T21:41:44.723Z | Compiling itertools v0.10.5 |
2876 | 2025-03-07T21:41:44.726Z | Running `/home/build/.rustup/toolchains/1.85.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=f3fb192bd2d0caa7 -C extra-filename=-a380b12963bfcb13 --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2025-03-07T21:41:44.752Z | Compiling usdt-macro v0.5.0 |
2878 | 2025-03-07T21:41:44.755Z | Running `/home/build/.rustup/toolchains/1.85.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=9eb6d057c4991e23 -C extra-filename=-e9304bc253cab739 --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-2ccfc35f6d5af433.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2025-03-07T21:41:44.785Z | Compiling usdt-attr-macro v0.5.0 |
2880 | 2025-03-07T21:41:44.788Z | Running `/home/build/.rustup/toolchains/1.85.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=7173520818db2cef -C extra-filename=-82b8a1b45f5a2b3a --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-2ccfc35f6d5af433.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2025-03-07T21:41:46.034Z | Compiling unicode-width v0.2.0 |
2882 | 2025-03-07T21:41:46.037Z | Running `/home/build/.rustup/toolchains/1.85.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=c64fddbfd8378eaf -C extra-filename=-515a815f7ad69d61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2025-03-07T21:41:46.530Z | Compiling elliptic-curve v0.13.8 |
2884 | 2025-03-07T21:41:46.530Z | Running `/home/build/.rustup/toolchains/1.85.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=b500fee2591c8a89 -C extra-filename=-96c31fd50bf80e0f --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-59f735bafba8b59a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-45bec9addb3462e0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2025-03-07T21:41:46.587Z | Running `/home/build/.rustup/toolchains/1.85.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=453b513638b686c6 -C extra-filename=-b812d348885ff20e --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-6fa0bc0485b87f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-3c8d79c001b1d446.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2886 | 2025-03-07T21:41:46.633Z | Compiling usdt v0.5.0 |
2887 | 2025-03-07T21:41:46.635Z | Running `/home/build/.rustup/toolchains/1.85.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=0e0663b369a95261 -C extra-filename=-290eb42c74ece0f0 --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-1891135b6673283d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2ccfc35f6d5af433.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-4421e02900dd8410.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-50e8830d89539ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-82b8a1b45f5a2b3a.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e9304bc253cab739.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2888 | 2025-03-07T21:41:46.855Z | Compiling zerocopy v0.6.6 |
2889 | 2025-03-07T21:41:46.858Z | Running `/home/build/.rustup/toolchains/1.85.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=fce830bcfe465f2a -C extra-filename=-14ba10e9d5407567 --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-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-eb692e74cb5b231e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2890 | 2025-03-07T21:41:47.141Z | Compiling crossbeam-deque v0.8.5 |
2891 | 2025-03-07T21:41:47.144Z | Running `/home/build/.rustup/toolchains/1.85.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=198aadf66b041a82 -C extra-filename=-61dc3ab943917d67 --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-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2892 | 2025-03-07T21:41:47.304Z | Compiling pkcs1 v0.7.5 |
2893 | 2025-03-07T21:41:47.307Z | Running `/home/build/.rustup/toolchains/1.85.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=db048ec55e6de678 -C extra-filename=-51a952355bc0985d --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-05ef4d4c727088bd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2894 | 2025-03-07T21:41:47.346Z | Compiling curve25519-dalek v4.1.3 |
2895 | 2025-03-07T21:41:47.390Z | Running `/home/build/.rustup/toolchains/1.85.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=eae51403f365a4b4 -C extra-filename=-04debb57ccea75a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-04debb57ccea75a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2896 | 2025-03-07T21:41:47.401Z | Compiling hubpack_derive v0.1.1 |
2897 | 2025-03-07T21:41:47.404Z | Running `/home/build/.rustup/toolchains/1.85.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=98ef7ff9817f6ca4 -C extra-filename=-553da2d0475a939c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2898 | 2025-03-07T21:41:47.496Z | Compiling bstr v1.10.0 |
2899 | 2025-03-07T21:41:47.499Z | Running `/home/build/.rustup/toolchains/1.85.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=d1bc16f921dd0113 -C extra-filename=-d4d7b1a7a2996c10 --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-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2900 | 2025-03-07T21:41:47.616Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2901 | 2025-03-07T21:41:47.619Z | Running `/home/build/.rustup/toolchains/1.85.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.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cf5d105f7cb61a0c -C extra-filename=-d0dba1012a4d5704 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2902 | 2025-03-07T21:41:48.211Z | Compiling ahash v0.8.11 |
2903 | 2025-03-07T21:41:48.214Z | Running `/home/build/.rustup/toolchains/1.85.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=61d787f863ba0513 -C extra-filename=-b16d4a29593113c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2025-03-07T21:41:48.240Z | Compiling rustls v0.22.4 |
2905 | 2025-03-07T21:41:48.243Z | Running `/home/build/.rustup/toolchains/1.85.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=5e44371e1db2e507 -C extra-filename=-62069158c13c5e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2906 | 2025-03-07T21:41:48.319Z | Compiling quick-error v1.2.3 |
2907 | 2025-03-07T21:41:48.322Z | Running `/home/build/.rustup/toolchains/1.85.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=4407a2ee45af1e1b -C extra-filename=-727f07b01d6739d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2908 | 2025-03-07T21:41:48.538Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704/build-script-build` |
2909 | 2025-03-07T21:41:48.542Z | Compiling hubpack v0.1.2 |
2910 | 2025-03-07T21:41:48.566Z | Running `/home/build/.rustup/toolchains/1.85.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=ead7a336f01c7e3d -C extra-filename=-360cee71faeee78d --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-553da2d0475a939c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2911 | 2025-03-07T21:41:48.663Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56/build-script-build` |
2912 | 2025-03-07T21:41:48.684Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6/build-script-build` |
2913 | 2025-03-07T21:41:48.687Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-04debb57ccea75a6/build-script-build` |
2914 | 2025-03-07T21:41:48.777Z | Running `/home/build/.rustup/toolchains/1.85.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=c1d3652c7e230de4 -C extra-filename=-e4dbe4f81cf74a8e --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-61dc3ab943917d67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2915 | 2025-03-07T21:41:48.823Z | Compiling unicode-normalization v0.1.24 |
2916 | 2025-03-07T21:41:48.826Z | Running `/home/build/.rustup/toolchains/1.85.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=875ff7197bad978f -C extra-filename=-5c4775a21d28b414 --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-cef905cfe4c9c4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2025-03-07T21:41:48.985Z | Compiling phf_shared v0.11.2 |
2918 | 2025-03-07T21:41:48.988Z | Running `/home/build/.rustup/toolchains/1.85.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=58c8c5c5afd34f7d -C extra-filename=-fcdecfe0c3f0f8df --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-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2919 | 2025-03-07T21:41:49.091Z | Compiling rsa v0.9.6 |
2920 | 2025-03-07T21:41:49.094Z | Running `/home/build/.rustup/toolchains/1.85.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=345665003246a37d -C extra-filename=-2f98f4cffcfa4c69 --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-a6ccc56041b55513.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-51a952355bc0985d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2921 | 2025-03-07T21:41:49.134Z | Compiling slog-json v2.6.1 |
2922 | 2025-03-07T21:41:49.137Z | Running `/home/build/.rustup/toolchains/1.85.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=ffe88dde53af2842 -C extra-filename=-d66e27d9b0e30936 --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2025-03-07T21:41:49.334Z | Compiling rfc6979 v0.4.0 |
2924 | 2025-03-07T21:41:49.337Z | Running `/home/build/.rustup/toolchains/1.85.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=82d22b00362569e2 -C extra-filename=-856264b8a80f30f3 --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-628027f208fb1234.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2925 | 2025-03-07T21:41:49.484Z | Compiling curve25519-dalek-derive v0.1.1 |
2926 | 2025-03-07T21:41:49.488Z | Running `/home/build/.rustup/toolchains/1.85.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=58b2ef366ec3d1e3 -C extra-filename=-73dc44d4202f91b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2927 | 2025-03-07T21:41:49.559Z | Compiling managed v0.8.0 |
2928 | 2025-03-07T21:41:49.589Z | Running `/home/build/.rustup/toolchains/1.85.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=eec3d066057fc47f -C extra-filename=-b343cf89d314a7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2929 | 2025-03-07T21:41:49.875Z | Compiling signal-hook v0.3.17 |
2930 | 2025-03-07T21:41:49.878Z | Running `/home/build/.rustup/toolchains/1.85.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.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2dbb859822c0b3bc -C extra-filename=-d7d9af457c09f9b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2931 | 2025-03-07T21:41:50.009Z | Compiling debug-ignore v1.0.5 |
2932 | 2025-03-07T21:41:50.013Z | Running `/home/build/.rustup/toolchains/1.85.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=ad60a1233f64a2f0 -C extra-filename=-131d489c128a9185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2933 | 2025-03-07T21:41:50.166Z | Running `/home/build/.rustup/toolchains/1.85.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.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=4af3b50e4f9e7c36 -C extra-filename=-c1c3ce989cbc3148 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -l static=bz2` |
2934 | 2025-03-07T21:41:50.197Z | Compiling ecdsa v0.16.9 |
2935 | 2025-03-07T21:41:50.200Z | Running `/home/build/.rustup/toolchains/1.85.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=e6a441f9e8c939be -C extra-filename=-ddea1a7155bf510f --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-05ef4d4c727088bd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-856264b8a80f30f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2936 | 2025-03-07T21:41:50.227Z | Compiling slog-bunyan v2.5.0 |
2937 | 2025-03-07T21:41:50.255Z | Running `/home/build/.rustup/toolchains/1.85.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=60826893c4b3fdbc -C extra-filename=-2d32de2149167216 --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-f7e9fccf5ac98916.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2025-03-07T21:41:50.264Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3/build-script-build` |
2939 | 2025-03-07T21:41:50.308Z | Running `/home/build/.rustup/toolchains/1.85.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=c997690f3779fa78 -C extra-filename=-86a99f4ac28d3b8b --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-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
2940 | 2025-03-07T21:41:50.344Z | Compiling phf_shared v0.10.0 |
2941 | 2025-03-07T21:41:50.347Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=ed6af3a7d0169f99 -C extra-filename=-da3a3c1d255f4011 --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-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2025-03-07T21:41:50.472Z | Compiling x509-cert v0.2.5 |
2943 | 2025-03-07T21:41:50.475Z | Running `/home/build/.rustup/toolchains/1.85.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=a46770eea2937987 -C extra-filename=-26ef574f41c04d1c --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-a6ccc56041b55513.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2025-03-07T21:41:50.742Z | Compiling serde_path_to_error v0.1.16 |
2945 | 2025-03-07T21:41:50.746Z | Running `/home/build/.rustup/toolchains/1.85.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a2729ac399b8df2 -C extra-filename=-528ab214ccaef955 --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-57976e99141aa10c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2946 | 2025-03-07T21:41:50.943Z | Compiling memoffset v0.9.1 |
2947 | 2025-03-07T21:41:50.968Z | Running `/home/build/.rustup/toolchains/1.85.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=ea8157ab718cf4a6 -C extra-filename=-34432ec3cf5ea2a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2025-03-07T21:41:51.022Z | Compiling multer v3.1.0 |
2949 | 2025-03-07T21:41:51.027Z | Running `/home/build/.rustup/toolchains/1.85.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=a0d66c5a48fa0460 -C extra-filename=-3667ced729728f65 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2025-03-07T21:41:51.085Z | Running `/home/build/.rustup/toolchains/1.85.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=998e240433f23f5c -C extra-filename=-88eb04f5cb135d23 --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-73dc44d4202f91b7.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2951 | 2025-03-07T21:41:51.349Z | Compiling fixedbitset v0.4.2 |
2952 | 2025-03-07T21:41:51.352Z | Running `/home/build/.rustup/toolchains/1.85.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=bdb1ad64fc38bc2d -C extra-filename=-c81bcfccbaf6127b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2953 | 2025-03-07T21:41:51.432Z | Compiling unicode-xid v0.2.6 |
2954 | 2025-03-07T21:41:51.435Z | Running `/home/build/.rustup/toolchains/1.85.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=ef8289861596b918 -C extra-filename=-40b7ef4a12bb2f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2025-03-07T21:41:51.530Z | Compiling new_debug_unreachable v1.0.6 |
2956 | 2025-03-07T21:41:51.533Z | Running `/home/build/.rustup/toolchains/1.85.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=1e5e88b51056a44d -C extra-filename=-d4aaab6b41c36cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2957 | 2025-03-07T21:41:51.655Z | Compiling precomputed-hash v0.1.1 |
2958 | 2025-03-07T21:41:51.655Z | Running `/home/build/.rustup/toolchains/1.85.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=9f0b48b4b3912012 -C extra-filename=-4971d52e6e27b887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2025-03-07T21:41:51.687Z | Compiling petgraph v0.6.5 |
2960 | 2025-03-07T21:41:51.687Z | Running `/home/build/.rustup/toolchains/1.85.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=a7ae1f629d7e40df -C extra-filename=-b60e4a9f99bbc8bd --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-c81bcfccbaf6127b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2025-03-07T21:41:51.800Z | Compiling string_cache v0.8.7 |
2962 | 2025-03-07T21:41:51.803Z | Running `/home/build/.rustup/toolchains/1.85.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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=ca084c2856493fef -C extra-filename=-ff89f6f9e9e5286b --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-d4aaab6b41c36cef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-da3a3c1d255f4011.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4971d52e6e27b887.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2025-03-07T21:41:51.829Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65/build-script-build` |
2964 | 2025-03-07T21:41:51.919Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8/build-script-build` |
2965 | 2025-03-07T21:41:52.091Z | Running `/home/build/.rustup/toolchains/1.85.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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=422329338e439633 -C extra-filename=-980077daba3b764e --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-41b4d43f76d21dca.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2966 | 2025-03-07T21:41:52.234Z | Compiling bzip2 v0.4.4 |
2967 | 2025-03-07T21:41:52.237Z | Running `/home/build/.rustup/toolchains/1.85.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=ae55c44475940ba3 -C extra-filename=-8d3ae5aafe71b022 --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-c1c3ce989cbc3148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
2968 | 2025-03-07T21:41:52.655Z | Compiling ed25519 v2.2.3 |
2969 | 2025-03-07T21:41:52.658Z | Running `/home/build/.rustup/toolchains/1.85.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=2b4e1fdfc2633a26 -C extra-filename=-74364fe99ae83e5c --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-3a2a892c15350ff9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2970 | 2025-03-07T21:41:53.037Z | Compiling enum-as-inner v0.6.1 |
2971 | 2025-03-07T21:41:53.074Z | Running `/home/build/.rustup/toolchains/1.85.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=305a1ca7a680b015 -C extra-filename=-b6bbf60e938c72d0 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2972 | 2025-03-07T21:41:54.307Z | Compiling async-stream-impl v0.3.6 |
2973 | 2025-03-07T21:41:54.311Z | Running `/home/build/.rustup/toolchains/1.85.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=662b33a41b1d2b57 -C extra-filename=-0b7e87974be832f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2974 | 2025-03-07T21:41:54.549Z | Compiling hickory-proto v0.24.4 |
2975 | 2025-03-07T21:41:54.552Z | Running `/home/build/.rustup/toolchains/1.85.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="default"' --cfg 'feature="text-parsing"' --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=8707c8be6b5b4ebe -C extra-filename=-bb9964b27a75c75d --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-bc831e985963eda0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b6bbf60e938c72d0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cef905cfe4c9c4d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2976 | 2025-03-07T21:41:54.854Z | Compiling ed25519-dalek v2.1.1 |
2977 | 2025-03-07T21:41:54.857Z | Running `/home/build/.rustup/toolchains/1.85.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=64b088e0b4f8af9a -C extra-filename=-2a51f4ad038a9542 --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-88eb04f5cb135d23.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-74364fe99ae83e5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2978 | 2025-03-07T21:41:55.307Z | Running `/home/build/.rustup/toolchains/1.85.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=72641df26943166d -C extra-filename=-14161e92cc3c7739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
2979 | 2025-03-07T21:41:55.501Z | Running `/home/build/.rustup/toolchains/1.85.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=f77e52a617a4966a -C extra-filename=-1644b34ad20cd005 --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-770e947861f81604.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2980 | 2025-03-07T21:41:55.777Z | Compiling async-stream v0.3.6 |
2981 | 2025-03-07T21:41:55.780Z | Running `/home/build/.rustup/toolchains/1.85.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=950b82109ca28a46 -C extra-filename=-eb5f2fe76bdb2026 --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-0b7e87974be832f2.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2982 | 2025-03-07T21:41:56.110Z | Compiling rand_core v0.9.2 |
2983 | 2025-03-07T21:41:56.114Z | Running `/home/build/.rustup/toolchains/1.85.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=e625f26b891029f6 -C extra-filename=-142c7890a95ad92d --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-fd074e5e26c6f3e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2984 | 2025-03-07T21:41:56.140Z | Compiling heapless v0.7.17 |
2985 | 2025-03-07T21:41:56.143Z | Running `/home/build/.rustup/toolchains/1.85.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=a270bda8fee249c9 -C extra-filename=-b9eb78a5753a0f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b9eb78a5753a0f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2986 | 2025-03-07T21:41:56.412Z | Compiling waitgroup v0.1.2 |
2987 | 2025-03-07T21:41:56.415Z | Running `/home/build/.rustup/toolchains/1.85.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=94f4f6a4cacf03d8 -C extra-filename=-7c16aac9203f6a9f --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-681c30393c48bbd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2988 | 2025-03-07T21:41:56.569Z | Compiling hostname v0.4.0 |
2989 | 2025-03-07T21:41:56.621Z | Running `/home/build/.rustup/toolchains/1.85.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=6a28541cd79ee46f -C extra-filename=-5dc769abc3499bb1 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2025-03-07T21:41:56.648Z | Compiling fs-err v2.11.0 |
2991 | 2025-03-07T21:41:56.651Z | Running `/home/build/.rustup/toolchains/1.85.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=5af39bbbaf76fd32 -C extra-filename=-21269de87b467c8f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2992 | 2025-03-07T21:41:56.680Z | Compiling dropshot v0.12.0 |
2993 | 2025-03-07T21:41:56.684Z | Compiling newtype-uuid v1.2.1 |
2994 | 2025-03-07T21:41:56.705Z | Running `/home/build/.rustup/toolchains/1.85.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.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=456dc844453d7dbc -C extra-filename=-c9d596f313e46572 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2995 | 2025-03-07T21:41:56.708Z | Running `/home/build/.rustup/toolchains/1.85.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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=248a2d832175a3f7 -C extra-filename=-438067a80c3870ad --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2996 | 2025-03-07T21:41:56.821Z | Compiling lalrpop-util v0.19.12 |
2997 | 2025-03-07T21:41:56.825Z | Running `/home/build/.rustup/toolchains/1.85.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=0a520d7769f29e75 -C extra-filename=-50dd50cfa0a266f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2998 | 2025-03-07T21:41:57.079Z | Compiling cfg_aliases v0.2.1 |
2999 | 2025-03-07T21:41:57.082Z | Running `/home/build/.rustup/toolchains/1.85.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=4ac7fa1523187235 -C extra-filename=-004329db6b17bdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3000 | 2025-03-07T21:41:57.111Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad/build-script-build` |
3001 | 2025-03-07T21:41:57.111Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572/build-script-build` |
3002 | 2025-03-07T21:41:57.186Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f/build-script-build` |
3003 | 2025-03-07T21:41:57.217Z | Compiling nix v0.29.0 |
3004 | 2025-03-07T21:41:57.220Z | Running `/home/build/.rustup/toolchains/1.85.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=6c5c25eb1bdf6e49 -C extra-filename=-3dffa5472c76732a --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-004329db6b17bdcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2025-03-07T21:41:57.220Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b9eb78a5753a0f60/build-script-build` |
3006 | 2025-03-07T21:41:57.271Z | Compiling rand_chacha v0.9.0 |
3007 | 2025-03-07T21:41:57.274Z | Running `/home/build/.rustup/toolchains/1.85.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=33f5f05445877dc3 -C extra-filename=-9426619486bbbbed --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-942cff06ba810286.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-142c7890a95ad92d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3008 | 2025-03-07T21:41:57.325Z | Compiling zip v0.6.6 |
3009 | 2025-03-07T21:41:57.328Z | Running `/home/build/.rustup/toolchains/1.85.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=21b84e17292e7691 -C extra-filename=-01e4a0be8cd7addb --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-6fa0bc0485b87f2d.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
3010 | 2025-03-07T21:41:57.355Z | Compiling signal-hook-mio v0.2.4 |
3011 | 2025-03-07T21:41:57.358Z | Running `/home/build/.rustup/toolchains/1.85.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=dd41ee2cab43873e -C extra-filename=-43d024be34422106 --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-41b4d43f76d21dca.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3012 | 2025-03-07T21:41:57.559Z | Compiling console v0.15.10 |
3013 | 2025-03-07T21:41:57.562Z | Running `/home/build/.rustup/toolchains/1.85.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=7c995fb03f30f1bf -C extra-filename=-a9acdc605ab40d5a --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-41b4d43f76d21dca.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3014 | 2025-03-07T21:41:58.208Z | Compiling dropshot_endpoint v0.12.0 |
3015 | 2025-03-07T21:41:58.212Z | Running `/home/build/.rustup/toolchains/1.85.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.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66997ff34b9cd69f -C extra-filename=-536c1bae1f7027b1 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3016 | 2025-03-07T21:41:58.646Z | Compiling hash32 v0.2.1 |
3017 | 2025-03-07T21:41:58.650Z | Running `/home/build/.rustup/toolchains/1.85.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=980b497294c65ecf -C extra-filename=-3a713cdee78276f1 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3018 | 2025-03-07T21:41:58.822Z | Compiling lockfree-object-pool v0.1.6 |
3019 | 2025-03-07T21:41:58.825Z | Running `/home/build/.rustup/toolchains/1.85.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=32c5f7db1c0b30e9 -C extra-filename=-4ee34647b2175995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2025-03-07T21:41:58.873Z | Compiling unicode-bidi v0.3.17 |
3021 | 2025-03-07T21:41:58.877Z | Running `/home/build/.rustup/toolchains/1.85.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=f3b425c472b5b80f -C extra-filename=-f82ffa75001358b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2025-03-07T21:41:59.010Z | Compiling linked-hash-map v0.5.6 |
3023 | 2025-03-07T21:41:59.014Z | Running `/home/build/.rustup/toolchains/1.85.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=dbbeb45a2401ce0c -C extra-filename=-4c7dd29b47dc465b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3024 | 2025-03-07T21:41:59.112Z | Compiling zip v2.1.3 |
3025 | 2025-03-07T21:41:59.115Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=4b2fcda5c86fd5f9 -C extra-filename=-ccc591a46c40dabe --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2025-03-07T21:41:59.364Z | Compiling buf-list v1.0.3 |
3027 | 2025-03-07T21:41:59.368Z | Running `/home/build/.rustup/toolchains/1.85.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=a2a0a2e0e312e82b -C extra-filename=-03cfe2fa3daf6de4 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2025-03-07T21:41:59.396Z | Compiling smoltcp v0.9.1 |
3029 | 2025-03-07T21:41:59.444Z | Running `/home/build/.rustup/toolchains/1.85.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=df7575c9d8fd7cba -C extra-filename=-bafce01a245bdf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3030 | 2025-03-07T21:41:59.537Z | Compiling predicates-core v1.0.8 |
3031 | 2025-03-07T21:41:59.540Z | Running `/home/build/.rustup/toolchains/1.85.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=3a543af35e729814 -C extra-filename=-4f14a9053a1aa129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2025-03-07T21:41:59.878Z | Compiling simd-adler32 v0.3.7 |
3033 | 2025-03-07T21:41:59.878Z | Running `/home/build/.rustup/toolchains/1.85.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=0aff035839031340 -C extra-filename=-243ec5af4b163d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3034 | 2025-03-07T21:41:59.907Z | Compiling unicode-properties v0.1.3 |
3035 | 2025-03-07T21:41:59.910Z | Running `/home/build/.rustup/toolchains/1.85.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=a38f8d6aa00400a0 -C extra-filename=-3e380aaa9f6a0830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2025-03-07T21:42:00.051Z | Compiling bumpalo v3.16.0 |
3037 | 2025-03-07T21:42:00.054Z | Compiling portable-atomic v1.9.0 |
3038 | 2025-03-07T21:42:00.054Z | Running `/home/build/.rustup/toolchains/1.85.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=58cbe98f82582e79 -C extra-filename=-3bb7cfccf682cbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2025-03-07T21:42:00.054Z | Running `/home/build/.rustup/toolchains/1.85.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.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,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=5f7c535d3d111697 -C extra-filename=-f16794ac5c35dfb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2025-03-07T21:42:00.148Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53/build-script-build` |
3041 | 2025-03-07T21:42:00.165Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4/build-script-build` |
3042 | 2025-03-07T21:42:00.254Z | Running `/work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe/build-script-build` |
3043 | 2025-03-07T21:42:00.299Z | Compiling stringprep v0.1.5 |
3044 | 2025-03-07T21:42:00.299Z | Running `/home/build/.rustup/toolchains/1.85.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=1160831af31ba9b5 -C extra-filename=-e15a46c0bfb0d73a --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-f82ffa75001358b5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-3e380aaa9f6a0830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2025-03-07T21:42:00.340Z | Compiling lru-cache v0.1.2 |
3046 | 2025-03-07T21:42:00.343Z | Running `/home/build/.rustup/toolchains/1.85.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=f32f14b3ae097a9c -C extra-filename=-cad9f59ca151c452 --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-4c7dd29b47dc465b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3047 | 2025-03-07T21:42:00.435Z | Running `/home/build/.rustup/toolchains/1.85.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=14a259d20d03a864 -C extra-filename=-7bac03f9dd271fdf --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-3a713cdee78276f1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
3048 | 2025-03-07T21:42:00.525Z | Compiling zopfli v0.8.1 |
3049 | 2025-03-07T21:42:00.528Z | Running `/home/build/.rustup/toolchains/1.85.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=54757e1fdb84fc5e -C extra-filename=-95b7a0e6c82e381b --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-3bb7cfccf682cbcc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-4ee34647b2175995.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-243ec5af4b163d5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2025-03-07T21:42:00.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a/build-script-build` |
3051 | 2025-03-07T21:42:00.608Z | Compiling rand v0.9.0 |
3052 | 2025-03-07T21:42:00.611Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=c4d016eb3d45d7e7 -C extra-filename=-3cfdca196642f7e2 --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-9426619486bbbbed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-142c7890a95ad92d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3053 | 2025-03-07T21:42:01.125Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5/build-script-build` |
3054 | 2025-03-07T21:42:01.217Z | Compiling crossterm v0.28.1 |
3055 | 2025-03-07T21:42:01.220Z | Running `/home/build/.rustup/toolchains/1.85.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=e41d3b276c19655b -C extra-filename=-2aee92d249887bfd --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-5be7a60b64167706.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-43d024be34422106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3056 | 2025-03-07T21:42:01.357Z | Running `/home/build/.rustup/toolchains/1.85.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=8e48797437d259df -C extra-filename=-32ea6b73e4d19688 --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-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
3057 | 2025-03-07T21:42:01.398Z | Running `/home/build/.rustup/toolchains/1.85.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4b1d19ae30ffa142 -C extra-filename=-4008474ca3ce4e0d --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-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3058 | 2025-03-07T21:42:01.745Z | Compiling rayon v1.10.0 |
3059 | 2025-03-07T21:42:01.748Z | Running `/home/build/.rustup/toolchains/1.85.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=aca014bba53db57c -C extra-filename=-386206e71bd9ba19 --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-7f21ccbadb60cd85.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3060 | 2025-03-07T21:42:02.053Z | Compiling tokio-stream v0.1.17 |
3061 | 2025-03-07T21:42:02.056Z | Running `/home/build/.rustup/toolchains/1.85.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=40814cfe0f7c1bff -C extra-filename=-6d238c451e6997e7 --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-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3062 | 2025-03-07T21:42:02.185Z | Compiling md-5 v0.10.6 |
3063 | 2025-03-07T21:42:02.188Z | Running `/home/build/.rustup/toolchains/1.85.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=9b3956c130c128d8 -C extra-filename=-ca916e13ebd9f25d --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-ec0e17f73ce37523.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3064 | 2025-03-07T21:42:02.347Z | Compiling float-cmp v0.10.0 |
3065 | 2025-03-07T21:42:02.351Z | Running `/home/build/.rustup/toolchains/1.85.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=f454f65604912d9b -C extra-filename=-2d8275bf2035f905 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2025-03-07T21:42:02.436Z | Compiling fallible-iterator v0.2.0 |
3067 | 2025-03-07T21:42:02.439Z | Running `/home/build/.rustup/toolchains/1.85.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=76a2a250ab7ead6b -C extra-filename=-d22eb698fb33527e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3068 | 2025-03-07T21:42:02.487Z | Compiling difflib v0.4.0 |
3069 | 2025-03-07T21:42:02.491Z | Running `/home/build/.rustup/toolchains/1.85.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=c7c2bdb104393263 -C extra-filename=-b42e165d7c4e0526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3070 | 2025-03-07T21:42:02.625Z | Compiling normalize-line-endings v0.3.0 |
3071 | 2025-03-07T21:42:02.628Z | Running `/home/build/.rustup/toolchains/1.85.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=df163003b62a429e -C extra-filename=-c649c2b9114eecce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2025-03-07T21:42:02.795Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=ef24aa803c122f02 -C extra-filename=-0ce550942076ed7f --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-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e0b2cbf31001f55.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-95b7a0e6c82e381b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
3073 | 2025-03-07T21:42:03.019Z | Running `/home/build/.rustup/toolchains/1.85.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=bbce1b0d90c3836b -C extra-filename=-d6972cd2d64e94ad --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-7bac03f9dd271fdf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3074 | 2025-03-07T21:42:03.179Z | Compiling postgres-protocol v0.6.8 |
3075 | 2025-03-07T21:42:03.182Z | Running `/home/build/.rustup/toolchains/1.85.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=69e95b64fbe626b9 -C extra-filename=-95b7046f52bd65cd --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-210ce714c13e89e6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ca916e13ebd9f25d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3cfdca196642f7e2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e15a46c0bfb0d73a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3076 | 2025-03-07T21:42:03.457Z | Compiling predicates v3.1.3 |
3077 | 2025-03-07T21:42:03.460Z | Running `/home/build/.rustup/toolchains/1.85.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=bdb846f4a75f8539 -C extra-filename=-aee7dbe5a0bae24f --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-6d479df9ba02b817.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b42e165d7c4e0526.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2d8275bf2035f905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c649c2b9114eecce.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3078 | 2025-03-07T21:42:03.910Z | Running `/home/build/.rustup/toolchains/1.85.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,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=4a04ef6aee0f3a94 -C extra-filename=-0561a114cfef84b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` |
3079 | 2025-03-07T21:42:04.418Z | Running `/home/build/.rustup/toolchains/1.85.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=36f7bda325a1bfaf -C extra-filename=-370cddedf3f05fbc --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
3080 | 2025-03-07T21:42:04.505Z | Running `/home/build/.rustup/toolchains/1.85.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=a73b3ea593033eae -C extra-filename=-258110f7dbc5be4a --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-770e947861f81604.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3081 | 2025-03-07T21:42:04.617Z | Compiling phf v0.11.2 |
3082 | 2025-03-07T21:42:04.620Z | Running `/home/build/.rustup/toolchains/1.85.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=7fc1315234c39a2c -C extra-filename=-1da4d86323d7bd72 --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-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2025-03-07T21:42:04.915Z | Compiling similar v2.7.0 |
3084 | 2025-03-07T21:42:04.918Z | Running `/home/build/.rustup/toolchains/1.85.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=0a2297cc98e859aa -C extra-filename=-6c02ce0437a7d712 --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-d4d7b1a7a2996c10.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2025-03-07T21:42:04.942Z | Compiling resolv-conf v0.7.0 |
3086 | 2025-03-07T21:42:04.945Z | Running `/home/build/.rustup/toolchains/1.85.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=6a3d51a7ad3408e0 -C extra-filename=-1baf596d7bfc3998 --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-f7e9fccf5ac98916.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3087 | 2025-03-07T21:42:04.970Z | Compiling tungstenite v0.24.0 |
3088 | 2025-03-07T21:42:04.973Z | Compiling strum_macros v0.25.3 |
3089 | 2025-03-07T21:42:04.996Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,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=6f5b4ca1e41ad740 -C extra-filename=-62bc80c09e386215 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3090 | 2025-03-07T21:42:05.008Z | Running `/home/build/.rustup/toolchains/1.85.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=dc3bb2aa28bc523b -C extra-filename=-a4c4da4ae93676ba --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-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2025-03-07T21:42:05.134Z | Compiling serde-big-array v0.5.1 |
3092 | 2025-03-07T21:42:05.138Z | Running `/home/build/.rustup/toolchains/1.85.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=3914a899dfe53c70 -C extra-filename=-6e64572e59dae1c8 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3093 | 2025-03-07T21:42:05.386Z | Compiling serde_repr v0.1.19 |
3094 | 2025-03-07T21:42:05.390Z | Running `/home/build/.rustup/toolchains/1.85.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=3f803dc024ea6be6 -C extra-filename=-360864b35d92deaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2025-03-07T21:42:05.680Z | Compiling peg-runtime v0.8.5 |
3096 | 2025-03-07T21:42:05.684Z | Running `/home/build/.rustup/toolchains/1.85.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=fce42c7498af3ce1 -C extra-filename=-6e408b59dbc54863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2025-03-07T21:42:06.038Z | Compiling number_prefix v0.4.0 |
3098 | 2025-03-07T21:42:06.041Z | Running `/home/build/.rustup/toolchains/1.85.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=f7f74331172e6415 -C extra-filename=-87d3f2724c6b288f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2025-03-07T21:42:06.275Z | Compiling indicatif v0.17.11 |
3100 | 2025-03-07T21:42:06.278Z | Running `/home/build/.rustup/toolchains/1.85.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=2f3dbe8b7dbbcea8 -C extra-filename=-d68412271cb0c7e0 --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-a9acdc605ab40d5a.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-87d3f2724c6b288f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0561a114cfef84b2.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3101 | 2025-03-07T21:42:06.308Z | Compiling tokio-tungstenite v0.24.0 |
3102 | 2025-03-07T21:42:06.311Z | Running `/home/build/.rustup/toolchains/1.85.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.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,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=118cf08be14daf63 -C extra-filename=-d911eb2b3136df14 --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-62bc80c09e386215.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3103 | 2025-03-07T21:42:06.392Z | Compiling hickory-resolver v0.24.4 |
3104 | 2025-03-07T21:42:06.395Z | Running `/home/build/.rustup/toolchains/1.85.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=e82759d999f1faef -C extra-filename=-28f96e98f6e682e3 --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-ec0e17f73ce37523.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-1baf596d7bfc3998.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3105 | 2025-03-07T21:42:06.690Z | Compiling postgres-types v0.2.9 |
3106 | 2025-03-07T21:42:06.716Z | Running `/home/build/.rustup/toolchains/1.85.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=670e83ef3d6d4fbd -C extra-filename=-8001500374b68b56 --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-770e947861f81604.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-95b7046f52bd65cd.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3107 | 2025-03-07T21:42:06.846Z | Compiling derive-where v1.2.7 |
3108 | 2025-03-07T21:42:06.849Z | Running `/home/build/.rustup/toolchains/1.85.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.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("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=ef8ffb3e51641191 -C extra-filename=-4d015bf94185e318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3109 | 2025-03-07T21:42:06.911Z | Compiling whoami v1.5.2 |
3110 | 2025-03-07T21:42:06.915Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=1ed962634790ad36 -C extra-filename=-e83632967c5c0152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3111 | 2025-03-07T21:42:06.995Z | Compiling thiserror v2.0.11 |
3112 | 2025-03-07T21:42:06.998Z | Running `/home/build/.rustup/toolchains/1.85.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.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c504670a8b32dc5d -C extra-filename=-b954e8c272abdc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3113 | 2025-03-07T21:42:07.516Z | Compiling tokio-postgres v0.7.13 |
3114 | 2025-03-07T21:42:07.519Z | Running `/home/build/.rustup/toolchains/1.85.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=8c182536dc357344 -C extra-filename=-9dc80024cc4bf419 --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-bc831e985963eda0.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-95b7046f52bd65cd.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3cfdca196642f7e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3115 | 2025-03-07T21:42:07.732Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c/build-script-build` |
3116 | 2025-03-07T21:42:07.994Z | Compiling thiserror-impl v2.0.11 |
3117 | 2025-03-07T21:42:07.998Z | Running `/home/build/.rustup/toolchains/1.85.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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d51ad883d6da8512 -C extra-filename=-a6e0dd675a2d1edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3118 | 2025-03-07T21:42:08.208Z | Compiling regress v0.10.3 |
3119 | 2025-03-07T21:42:08.211Z | Running `/home/build/.rustup/toolchains/1.85.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=e30e140505551efa -C extra-filename=-6939751d4076c61a --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-27c977240796c3a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3120 | 2025-03-07T21:42:08.238Z | Compiling fastrand v2.1.1 |
3121 | 2025-03-07T21:42:08.241Z | Running `/home/build/.rustup/toolchains/1.85.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=a8d67f134a52fb42 -C extra-filename=-565ca7897df9391c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3122 | 2025-03-07T21:42:08.709Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3123 | 2025-03-07T21:42:08.712Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=6ea6104928d6b760 -C extra-filename=-2e1c6d93f073be21 --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-5be7a60b64167706.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-6e64572e59dae1c8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-360864b35d92deaf.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d6972cd2d64e94ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-a4c4da4ae93676ba.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3124 | 2025-03-07T21:42:08.790Z | Compiling ident_case v1.0.1 |
3125 | 2025-03-07T21:42:08.825Z | Running `/home/build/.rustup/toolchains/1.85.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=db59c5a7237290ff -C extra-filename=-f9fc28071c8a4f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3126 | 2025-03-07T21:42:08.997Z | Compiling darling_core v0.20.10 |
3127 | 2025-03-07T21:42:09.002Z | Running `/home/build/.rustup/toolchains/1.85.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=47bd1c3a9a2e8cc2 -C extra-filename=-8da7fbd0ecd2dea6 --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-98d3c5abcf530833.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f9fc28071c8a4f49.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3128 | 2025-03-07T21:42:10.208Z | Compiling unsafe-libyaml v0.2.11 |
3129 | 2025-03-07T21:42:10.213Z | Running `/home/build/.rustup/toolchains/1.85.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=bf9a82929248d388 -C extra-filename=-11f3f9daa5322c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3130 | 2025-03-07T21:42:11.383Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0981b97dd99fe672 -C extra-filename=-e3f31cdd82b47710 --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-a6e0dd675a2d1edb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
3131 | 2025-03-07T21:42:11.582Z | Compiling serde_yaml v0.9.34+deprecated |
3132 | 2025-03-07T21:42:11.585Z | Running `/home/build/.rustup/toolchains/1.85.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=98632aad5d373d6f -C extra-filename=-a29ee6adcc36efd0 --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-89967448755fe241.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-11f3f9daa5322c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2025-03-07T21:42:11.976Z | Compiling tempfile v3.13.0 |
3134 | 2025-03-07T21:42:11.979Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d6540ac5382d0652 -C extra-filename=-218eaff8d48be1fe --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-ec0e17f73ce37523.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3135 | 2025-03-07T21:42:12.081Z | Compiling ipnetwork v0.21.1 |
3136 | 2025-03-07T21:42:12.084Z | Running `/home/build/.rustup/toolchains/1.85.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=a6d4e0603ed9f158 -C extra-filename=-4f3ea2a3bc32431e --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-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2025-03-07T21:42:12.786Z | Compiling strum_macros v0.26.4 |
3138 | 2025-03-07T21:42:12.789Z | Running `/home/build/.rustup/toolchains/1.85.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=902cedf14ee03195 -C extra-filename=-2a6b4f5ec609548b --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2025-03-07T21:42:12.909Z | Compiling typify-impl v0.2.0 |
3140 | 2025-03-07T21:42:12.912Z | Running `/home/build/.rustup/toolchains/1.85.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=7a3ee9a1cec36225 -C extra-filename=-ac31d293cf3a0c92 --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-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2025-03-07T21:42:12.980Z | Compiling structmeta-derive v0.3.0 |
3142 | 2025-03-07T21:42:13.006Z | Running `/home/build/.rustup/toolchains/1.85.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=6bdc5ba655520d0a -C extra-filename=-f2b2b8847e362b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3143 | 2025-03-07T21:42:13.010Z | Compiling oxnet v0.1.1 |
3144 | 2025-03-07T21:42:13.013Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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 --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=165b5f1cd8e1506d -C extra-filename=-1d8cca03ebf99153 --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-4f3ea2a3bc32431e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2025-03-07T21:42:13.771Z | Compiling wait-timeout v0.2.0 |
3146 | 2025-03-07T21:42:13.774Z | Running `/home/build/.rustup/toolchains/1.85.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=c8e1f55b416bf90a -C extra-filename=-55f7cdb91ed11cdf --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3147 | 2025-03-07T21:42:14.304Z | Compiling bit-vec v0.8.0 |
3148 | 2025-03-07T21:42:14.307Z | Running `/home/build/.rustup/toolchains/1.85.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=104152c8b3147b17 -C extra-filename=-43b130600465bdab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3149 | 2025-03-07T21:42:14.785Z | Compiling bit-set v0.8.0 |
3150 | 2025-03-07T21:42:14.788Z | Running `/home/build/.rustup/toolchains/1.85.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=23c15ead7a6d1b06 -C extra-filename=-99290c59d02c2929 --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-43b130600465bdab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3151 | 2025-03-07T21:42:14.942Z | Compiling darling_macro v0.20.10 |
3152 | 2025-03-07T21:42:14.945Z | Running `/home/build/.rustup/toolchains/1.85.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=9170d55e324e38ca -C extra-filename=-7569303a7edd5c6f --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-8da7fbd0ecd2dea6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3153 | 2025-03-07T21:42:14.971Z | Compiling rusty-fork v0.3.0 |
3154 | 2025-03-07T21:42:14.974Z | Running `/home/build/.rustup/toolchains/1.85.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=f62ebc85f5041255 -C extra-filename=-a7e162694a404590 --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-98d3c5abcf530833.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3155 | 2025-03-07T21:42:15.104Z | Compiling macaddr v1.0.1 |
3156 | 2025-03-07T21:42:15.107Z | Running `/home/build/.rustup/toolchains/1.85.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=3b3565eaf74accc8 -C extra-filename=-c87dc90a3e23a685 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2025-03-07T21:42:15.169Z | Compiling rand_xorshift v0.3.0 |
3158 | 2025-03-07T21:42:15.172Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=cf4a45b7bba9b4d0 -C extra-filename=-737870a6627cf297 --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-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3159 | 2025-03-07T21:42:15.511Z | Compiling unarray v0.1.4 |
3160 | 2025-03-07T21:42:15.514Z | Running `/home/build/.rustup/toolchains/1.85.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=84c9be1f7c0a2f1d -C extra-filename=-2509069dc6f408f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2025-03-07T21:42:15.556Z | Compiling daft-derive v0.1.1 |
3162 | 2025-03-07T21:42:15.569Z | Running `/home/build/.rustup/toolchains/1.85.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=544112560d9a7185 -C extra-filename=-ae71341f8fdb4a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3163 | 2025-03-07T21:42:15.636Z | Compiling instant v0.1.13 |
3164 | 2025-03-07T21:42:15.639Z | Running `/home/build/.rustup/toolchains/1.85.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=ee7819e0691fcfc5 -C extra-filename=-3e93ac753f724629 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3165 | 2025-03-07T21:42:15.721Z | Compiling proptest v1.6.0 |
3166 | 2025-03-07T21:42:15.724Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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=fff2b89fdd24fd82 -C extra-filename=-b80559f275807c7f --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-99290c59d02c2929.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-43b130600465bdab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-737870a6627cf297.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a7e162694a404590.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2509069dc6f408f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3167 | 2025-03-07T21:42:15.749Z | Compiling structmeta v0.3.0 |
3168 | 2025-03-07T21:42:15.752Z | Running `/home/build/.rustup/toolchains/1.85.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=88bbd5a7be2f3d82 -C extra-filename=-a7f70af6488dfa5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f2b2b8847e362b8a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3169 | 2025-03-07T21:42:15.815Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3170 | 2025-03-07T21:42:15.818Z | Running `/home/build/.rustup/toolchains/1.85.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=d6bfa3a52c692af6 -C extra-filename=-9ae585b96467e022 --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-9c4b4f68e441bbb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3171 | 2025-03-07T21:42:16.017Z | Compiling dropshot v0.16.0 |
3172 | 2025-03-07T21:42:16.017Z | Running `/home/build/.rustup/toolchains/1.85.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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f575fe8a487cf5e2 -C extra-filename=-1bf7d5ddeb8d128c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1bf7d5ddeb8d128c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3173 | 2025-03-07T21:42:16.109Z | Compiling darling v0.20.10 |
3174 | 2025-03-07T21:42:16.112Z | Running `/home/build/.rustup/toolchains/1.85.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=f0b773f7efd94ee2 -C extra-filename=-65d003586e73cec4 --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-8da7fbd0ecd2dea6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7569303a7edd5c6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3175 | 2025-03-07T21:42:16.159Z | Compiling parse-display-derive v0.10.0 |
3176 | 2025-03-07T21:42:16.162Z | Running `/home/build/.rustup/toolchains/1.85.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=c2311fd25c22b702 -C extra-filename=-3fcbe1244899997c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a7f70af6488dfa5f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3177 | 2025-03-07T21:42:16.250Z | Compiling serde_with_macros v3.12.0 |
3178 | 2025-03-07T21:42:16.252Z | Running `/home/build/.rustup/toolchains/1.85.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=a216ed3b712a4ad6 -C extra-filename=-7d9f288d1865a74c --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-65d003586e73cec4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3179 | 2025-03-07T21:42:16.433Z | Compiling test-strategy v0.4.0 |
3180 | 2025-03-07T21:42:16.480Z | Running `/home/build/.rustup/toolchains/1.85.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.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=22c06dfeec7a9e49 -C extra-filename=-9740571c4b1ac542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a7f70af6488dfa5f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3181 | 2025-03-07T21:42:17.299Z | Compiling daft v0.1.1 |
3182 | 2025-03-07T21:42:17.337Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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="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=b92de5d067f50d0f -C extra-filename=-6b9396a7b4fdb025 --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-ae71341f8fdb4a0a.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3183 | 2025-03-07T21:42:17.451Z | Compiling strum v0.26.3 |
3184 | 2025-03-07T21:42:17.477Z | Running `/home/build/.rustup/toolchains/1.85.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=7976df9a5f35529c -C extra-filename=-d9c66f3d87f91847 --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-2a6b4f5ec609548b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2025-03-07T21:42:17.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1bf7d5ddeb8d128c/build-script-build` |
3186 | 2025-03-07T21:42:17.771Z | Compiling dropshot_endpoint v0.16.0 |
3187 | 2025-03-07T21:42:17.775Z | Running `/home/build/.rustup/toolchains/1.85.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e4b6c3c6e560d37 -C extra-filename=-2f4fc5024b2e6495 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2025-03-07T21:42:17.818Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3189 | 2025-03-07T21:42:17.842Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=f0b3962b486b8b30 -C extra-filename=-58a3af3c9d5c82c9 --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-6b9396a7b4fdb025.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3190 | 2025-03-07T21:42:18.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3191 | 2025-03-07T21:42:18.396Z | Running `/home/build/.rustup/toolchains/1.85.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=33bafbb68440008b -C extra-filename=-7d3c815ea40f7bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3192 | 2025-03-07T21:42:19.124Z | Compiling serde_with v3.12.0 |
3193 | 2025-03-07T21:42:19.144Z | Running `/home/build/.rustup/toolchains/1.85.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=859726c1c54de98e -C extra-filename=-10a08c345b0e6422 --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-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-7d9f288d1865a74c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3194 | 2025-03-07T21:42:19.360Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3195 | 2025-03-07T21:42:19.363Z | Running `/home/build/.rustup/toolchains/1.85.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=fb4aaccceac87d98 -C extra-filename=-67668311946ae631 --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-ee872fdcb5d2633b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-7d3c815ea40f7bc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3196 | 2025-03-07T21:42:19.585Z | Compiling backoff v0.4.0 |
3197 | 2025-03-07T21:42:19.588Z | Running `/home/build/.rustup/toolchains/1.85.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=4bd4f9c3eeefef77 -C extra-filename=-5f179acf52286a8f --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-1576965aa7d154eb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3198 | 2025-03-07T21:42:19.928Z | Compiling camino-tempfile v1.1.1 |
3199 | 2025-03-07T21:42:19.931Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=576f7c5dbc8b15bd -C extra-filename=-049edb9fe260ae34 --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-adcdc6bfd3808e20.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3200 | 2025-03-07T21:42:19.998Z | Compiling unicode-width v0.1.14 |
3201 | 2025-03-07T21:42:20.002Z | Running `/home/build/.rustup/toolchains/1.85.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=570906f7419c21ca -C extra-filename=-f4a4ec44d5bf39c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3202 | 2025-03-07T21:42:20.318Z | Compiling parse-display v0.10.0 |
3203 | 2025-03-07T21:42:20.321Z | Running `/home/build/.rustup/toolchains/1.85.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=26af6c4fccbc85b1 -C extra-filename=-41508e168e2f610e --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-3fcbe1244899997c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2025-03-07T21:42:20.375Z | Compiling proc-macro-error-attr v1.0.4 |
3205 | 2025-03-07T21:42:20.378Z | Running `/home/build/.rustup/toolchains/1.85.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=0fc4904e8d37182e -C extra-filename=-55b345e3bb32fc87 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2025-03-07T21:42:20.572Z | Compiling proc-macro-error v1.0.4 |
3207 | 2025-03-07T21:42:20.575Z | Running `/home/build/.rustup/toolchains/1.85.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=091a1bb33b004209 -C extra-filename=-496b21e54f90e44c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2025-03-07T21:42:20.790Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87/build-script-build` |
3209 | 2025-03-07T21:42:20.934Z | Running `/home/build/.rustup/toolchains/1.85.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=25b7263160948d10 -C extra-filename=-a914994a314fd88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2025-03-07T21:42:20.934Z | Compiling proc-macro-crate v1.3.1 |
3211 | 2025-03-07T21:42:20.938Z | Running `/home/build/.rustup/toolchains/1.85.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=871fe713ef308895 -C extra-filename=-30a009d88715d877 --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-cc4c9ca4fb71ffde.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2025-03-07T21:42:20.968Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c/build-script-build` |
3213 | 2025-03-07T21:42:21.147Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3214 | 2025-03-07T21:42:21.151Z | Running `/home/build/.rustup/toolchains/1.85.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=4a001ebe92411a29 -C extra-filename=-ad87e65398481a30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3215 | 2025-03-07T21:42:21.589Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30/build-script-build` |
3216 | 2025-03-07T21:42:21.635Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3217 | 2025-03-07T21:42:21.638Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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=58eb730dfb6a483e -C extra-filename=-c84a9efd01741537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2025-03-07T21:42:21.777Z | Running `/home/build/.rustup/toolchains/1.85.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=1a0e7563daf89d5f -C extra-filename=-d7c557c102d03464 --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-a914994a314fd88a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
3219 | 2025-03-07T21:42:21.837Z | Compiling num_enum_derive v0.5.11 |
3220 | 2025-03-07T21:42:21.840Z | Running `/home/build/.rustup/toolchains/1.85.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=cc44d611584e726f -C extra-filename=-747c94cf3dfab17c --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-30a009d88715d877.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3221 | 2025-03-07T21:42:22.184Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3222 | 2025-03-07T21:42:22.187Z | Running `/home/build/.rustup/toolchains/1.85.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=d88df90ab87e96bd -C extra-filename=-3d02b5609f35aeee --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3223 | 2025-03-07T21:42:22.219Z | Compiling tabwriter v1.4.0 |
3224 | 2025-03-07T21:42:22.222Z | Running `/home/build/.rustup/toolchains/1.85.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=d9742864c069ee46 -C extra-filename=-104045e350ceb84d --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-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3225 | 2025-03-07T21:42:22.330Z | Compiling foreign-types-macros v0.2.3 |
3226 | 2025-03-07T21:42:22.333Z | Running `/home/build/.rustup/toolchains/1.85.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=1ea0c0666bfa21e0 -C extra-filename=-9accc0ba42fb3d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3227 | 2025-03-07T21:42:22.588Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee/build-script-build` |
3228 | 2025-03-07T21:42:22.633Z | Compiling foreign-types-shared v0.3.1 |
3229 | 2025-03-07T21:42:22.636Z | Running `/home/build/.rustup/toolchains/1.85.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=b469fa5c05d20993 -C extra-filename=-756a3bf2c9259699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2025-03-07T21:42:22.693Z | Running `/home/build/.rustup/toolchains/1.85.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=d1d59ee3e8a6a377 -C extra-filename=-bacfc7a66e801823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
3231 | 2025-03-07T21:42:22.795Z | Running `/home/build/.rustup/toolchains/1.85.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=b35877bc08b2053c -C extra-filename=-5132d88d1385b19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
3232 | 2025-03-07T21:42:22.824Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3233 | 2025-03-07T21:42:22.827Z | Running `/home/build/.rustup/toolchains/1.85.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=501d0fe824150cf2 -C extra-filename=-a82ef7e66d691e34 --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2025-03-07T21:42:22.891Z | Compiling cstr-argument v0.1.2 |
3235 | 2025-03-07T21:42:22.894Z | Running `/home/build/.rustup/toolchains/1.85.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=a085cafaadc0fcc6 -C extra-filename=-c02be46d68b46ba1 --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-ec0e17f73ce37523.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3236 | 2025-03-07T21:42:23.028Z | Compiling pretty-hex v0.2.1 |
3237 | 2025-03-07T21:42:23.031Z | Running `/home/build/.rustup/toolchains/1.85.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=adf8bfc81a8298a4 -C extra-filename=-8d4e06503f39b066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3238 | 2025-03-07T21:42:23.438Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
3239 | 2025-03-07T21:42:23.445Z | Running `/home/build/.rustup/toolchains/1.85.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=250dd33024c2046b -C extra-filename=-1c5d2a18a5189f33 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3240 | 2025-03-07T21:42:23.445Z | Compiling colored v2.2.0 |
3241 | 2025-03-07T21:42:23.445Z | Running `/home/build/.rustup/toolchains/1.85.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=e0b1219ebd2b78f3 -C extra-filename=-c51beed7bfac70ec --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-18ebbde8e24fab88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3242 | 2025-03-07T21:42:23.645Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33/build-script-build` |
3243 | 2025-03-07T21:42:23.694Z | Compiling winnow v0.6.20 |
3244 | 2025-03-07T21:42:23.698Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c5beefc9812f520b -C extra-filename=-ec1eb5a41784b91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3245 | 2025-03-07T21:42:23.791Z | Compiling foreign-types v0.5.0 |
3246 | 2025-03-07T21:42:23.794Z | Running `/home/build/.rustup/toolchains/1.85.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=edeffcfd8a36af65 -C extra-filename=-784cf5e9036d46de --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-9accc0ba42fb3d11.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-756a3bf2c9259699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3247 | 2025-03-07T21:42:23.847Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3248 | 2025-03-07T21:42:23.872Z | Running `/home/build/.rustup/toolchains/1.85.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=d077028503d05bd4 -C extra-filename=-d1cdc1cfb51f740e --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-41b4d43f76d21dca.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a82ef7e66d691e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2025-03-07T21:42:23.932Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3250 | 2025-03-07T21:42:23.935Z | Running `/home/build/.rustup/toolchains/1.85.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=3b65e6d67973a5f9 -C extra-filename=-6cacf26ffd8d5340 --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-c02be46d68b46ba1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-784cf5e9036d46de.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2025-03-07T21:42:23.981Z | Compiling smf v0.2.3 |
3252 | 2025-03-07T21:42:24.007Z | Running `/home/build/.rustup/toolchains/1.85.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=9687e91a64b8281c -C extra-filename=-8ac393340993591a --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-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2025-03-07T21:42:24.042Z | Compiling itertools v0.13.0 |
3254 | 2025-03-07T21:42:24.080Z | Running `/home/build/.rustup/toolchains/1.85.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=97e12485a1c154b0 -C extra-filename=-b1a6cfaf89ee5ea3 --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3255 | 2025-03-07T21:42:24.360Z | Compiling num_enum v0.5.11 |
3256 | 2025-03-07T21:42:24.397Z | Running `/home/build/.rustup/toolchains/1.85.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=604005e4d84d9489 -C extra-filename=-7a25f42cfaeb0ecc --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-747c94cf3dfab17c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2025-03-07T21:42:24.457Z | Compiling itertools v0.14.0 |
3258 | 2025-03-07T21:42:24.461Z | Running `/home/build/.rustup/toolchains/1.85.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=14e2fff95c8822b5 -C extra-filename=-3a638bc4540ce81b --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2025-03-07T21:42:24.578Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3260 | 2025-03-07T21:42:24.582Z | Running `/home/build/.rustup/toolchains/1.85.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=0d2a7e1fc5200daf -C extra-filename=-d53b05deb4686857 --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-41b4d43f76d21dca.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bacfc7a66e801823.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7a25f42cfaeb0ecc.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8d4e06503f39b066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3261 | 2025-03-07T21:42:24.978Z | Compiling typify-impl v0.3.0 |
3262 | 2025-03-07T21:42:24.983Z | Running `/home/build/.rustup/toolchains/1.85.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=ea3f983460911cc5 -C extra-filename=-71390846af2aa3bf --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-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3263 | 2025-03-07T21:42:25.145Z | Compiling crucible-workspace-hack v0.1.0 |
3264 | 2025-03-07T21:42:25.148Z | Running `/home/build/.rustup/toolchains/1.85.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=f3deb820cc31a8fd -C extra-filename=-9f4f0aeb7c795af8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3265 | 2025-03-07T21:42:25.538Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8/build-script-build` |
3266 | 2025-03-07T21:42:25.606Z | Running `/home/build/.rustup/toolchains/1.85.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=9d0cc562f41e8d92 -C extra-filename=-63faa6595a835011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3267 | 2025-03-07T21:42:25.710Z | Compiling heapless v0.8.0 |
3268 | 2025-03-07T21:42:25.737Z | Running `/home/build/.rustup/toolchains/1.85.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=8bbd40270e5ade11 -C extra-filename=-f712d86e74c386de --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2025-03-07T21:42:26.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de/build-script-build` |
3270 | 2025-03-07T21:42:26.738Z | Compiling hash32 v0.3.1 |
3271 | 2025-03-07T21:42:26.742Z | Running `/home/build/.rustup/toolchains/1.85.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=8ea1571f4744672b -C extra-filename=-5e9e05232c07feb1 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3272 | 2025-03-07T21:42:27.004Z | Running `/home/build/.rustup/toolchains/1.85.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=28d6656fe73a733f -C extra-filename=-cef61d0e65bcc434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-d53b05deb4686857.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7a25f42cfaeb0ecc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6cacf26ffd8d5340.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d1cdc1cfb51f740e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ec1eb5a41784b91d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3273 | 2025-03-07T21:42:27.031Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3274 | 2025-03-07T21:42:27.037Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81cf5ccc4362df06 -C extra-filename=-b84403fd16116d9d --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-65d003586e73cec4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3275 | 2025-03-07T21:42:27.105Z | Compiling smoltcp v0.11.0 |
3276 | 2025-03-07T21:42:27.109Z | Running `/home/build/.rustup/toolchains/1.85.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=74826503f572a660 -C extra-filename=-14ad03042fc9f298 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3277 | 2025-03-07T21:42:27.286Z | Compiling typify-macro v0.2.0 |
3278 | 2025-03-07T21:42:27.298Z | Running `/home/build/.rustup/toolchains/1.85.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=c148b34523e2fb4f -C extra-filename=-9e683f91cd74b774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ac31d293cf3a0c92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2025-03-07T21:42:27.375Z | Running `/home/build/.rustup/toolchains/1.85.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=830fa3caebbc8b62 -C extra-filename=-88534d3f137fed32 --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-5e9e05232c07feb1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3280 | 2025-03-07T21:42:27.869Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298/build-script-build` |
3281 | 2025-03-07T21:42:27.912Z | Compiling cobs v0.2.3 |
3282 | 2025-03-07T21:42:27.915Z | Running `/home/build/.rustup/toolchains/1.85.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=173c860ca4193bbd -C extra-filename=-e92e71d8d1ed223b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2025-03-07T21:42:28.263Z | Compiling base64 v0.21.7 |
3284 | 2025-03-07T21:42:28.269Z | Running `/home/build/.rustup/toolchains/1.85.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=d7ea3b09724227ba -C extra-filename=-a7af361641f5e6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2025-03-07T21:42:28.360Z | Running `/home/build/.rustup/toolchains/1.85.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=b0c05bb0e9050ef8 -C extra-filename=-1e4a6845b59e23ad --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-88534d3f137fed32.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3286 | 2025-03-07T21:42:28.976Z | Compiling postcard v1.0.10 |
3287 | 2025-03-07T21:42:28.982Z | Running `/home/build/.rustup/toolchains/1.85.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=5340a90c2b4b035e -C extra-filename=-09da7901a0a59708 --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-e92e71d8d1ed223b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3288 | 2025-03-07T21:42:29.654Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3289 | 2025-03-07T21:42:29.657Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=116f36789db1ab54 -C extra-filename=-10007899ecd8cf87 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3290 | 2025-03-07T21:42:30.097Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3291 | 2025-03-07T21:42:30.100Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=483f8735c6881331 -C extra-filename=-eb53016a18a393ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3292 | 2025-03-07T21:42:30.297Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87/build-script-build` |
3293 | 2025-03-07T21:42:30.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3294 | 2025-03-07T21:42:30.391Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=3c7bda10f26b8677 -C extra-filename=-0b4a34dfb4e6f47d --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2025-03-07T21:42:30.744Z | Compiling sigpipe v0.1.3 |
3296 | 2025-03-07T21:42:30.748Z | Running `/home/build/.rustup/toolchains/1.85.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=885f5b6f6b44c6c8 -C extra-filename=-e96591396af76f84 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2025-03-07T21:42:30.899Z | Compiling mockall_derive v0.13.1 |
3298 | 2025-03-07T21:42:30.902Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.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("nightly_derive"))' -C metadata=f0ffb71497c63a1b -C extra-filename=-5082be71356c4b23 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2025-03-07T21:42:31.304Z | Compiling termtree v0.4.1 |
3300 | 2025-03-07T21:42:31.307Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fea820510354a143 -C extra-filename=-ec26459a38853442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2025-03-07T21:42:31.498Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23/build-script-build` |
3302 | 2025-03-07T21:42:31.527Z | Compiling typify v0.2.0 |
3303 | 2025-03-07T21:42:31.530Z | Running `/home/build/.rustup/toolchains/1.85.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=b415e46d3767fdf4 -C extra-filename=-1224b6d748990ede --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-ac31d293cf3a0c92.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-9e683f91cd74b774.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2025-03-07T21:42:31.563Z | Compiling predicates-tree v1.0.11 |
3305 | 2025-03-07T21:42:31.591Z | Running `/home/build/.rustup/toolchains/1.85.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.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=8d75fecd5c1cf2f4 -C extra-filename=-20fd8b9173db8b53 --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-4f14a9053a1aa129.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ec26459a38853442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3306 | 2025-03-07T21:42:31.594Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
3307 | 2025-03-07T21:42:31.635Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f56d9d2d7cf451f -C extra-filename=-79a0ce1a8c4d05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3308 | 2025-03-07T21:42:31.700Z | Compiling progenitor-impl v0.8.0 |
3309 | 2025-03-07T21:42:31.725Z | Running `/home/build/.rustup/toolchains/1.85.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=13f29632471344c4 -C extra-filename=-ab09755d13860ca3 --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-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1224b6d748990ede.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3310 | 2025-03-07T21:42:31.950Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.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("nightly_derive"))' -C metadata=729fca3392dfab23 -C extra-filename=-93106238723439f4 --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-ec0e17f73ce37523.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
3311 | 2025-03-07T21:42:32.049Z | Compiling zone_cfg_derive v0.3.0 |
3312 | 2025-03-07T21:42:32.053Z | Running `/home/build/.rustup/toolchains/1.85.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=be6670a67740f8e3 -C extra-filename=-0a711c352d952c2f --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-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3313 | 2025-03-07T21:42:32.712Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3314 | 2025-03-07T21:42:32.715Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=958099129ba8490d -C extra-filename=-9488b46c9ec5eee1 --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-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3315 | 2025-03-07T21:42:33.165Z | Compiling num-derive v0.4.2 |
3316 | 2025-03-07T21:42:33.168Z | Running `/home/build/.rustup/toolchains/1.85.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=3a21c9638e411661 -C extra-filename=-a835a2e41de579ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3317 | 2025-03-07T21:42:33.632Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3318 | 2025-03-07T21:42:33.642Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=4aaff50e80a65fe8 -C extra-filename=-cabb8bd0b9816cee --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2025-03-07T21:42:33.951Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3320 | 2025-03-07T21:42:33.959Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8f25e539598f7f29 -C extra-filename=-e3f26d999d609fed --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-b84403fd16116d9d.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3321 | 2025-03-07T21:42:34.036Z | Compiling downcast v0.11.0 |
3322 | 2025-03-07T21:42:34.040Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8d5b66b74fcf4630 -C extra-filename=-e10464ffa855bbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3323 | 2025-03-07T21:42:34.299Z | Compiling fragile v2.0.0 |
3324 | 2025-03-07T21:42:34.303Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=b498d89cb4cc909a -C extra-filename=-db2518dd92f59d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2025-03-07T21:42:34.740Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3326 | 2025-03-07T21:42:34.743Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=e2b21cbce3bc1684 -C extra-filename=-992ec5ed2b92c8d9 --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-5be7a60b64167706.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b84403fd16116d9d.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-e3f26d999d609fed.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3327 | 2025-03-07T21:42:34.873Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee/build-script-build` |
3328 | 2025-03-07T21:42:34.917Z | Compiling zone v0.3.0 |
3329 | 2025-03-07T21:42:34.920Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=f937e5e8d9c05f61 -C extra-filename=-7b5ed50b0d9e53b0 --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-a380b12963bfcb13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0a711c352d952c2f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3330 | 2025-03-07T21:42:35.737Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3331 | 2025-03-07T21:42:35.740Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=c6ab55a625838e8d -C extra-filename=-e13dfae4959ee8af --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-63faa6595a835011.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a835a2e41de579ea.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3332 | 2025-03-07T21:42:36.417Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3333 | 2025-03-07T21:42:36.420Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=ad1aaff826fb6788 -C extra-filename=-4795b22dda996ad8 --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-9488b46c9ec5eee1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2025-03-07T21:42:36.582Z | Compiling atomicwrites v0.4.4 |
3335 | 2025-03-07T21:42:36.585Z | Running `/home/build/.rustup/toolchains/1.85.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=4cc8e9b8f6442274 -C extra-filename=-d70545452c463538 --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-6a985354087de3ce.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2025-03-07T21:42:36.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3337 | 2025-03-07T21:42:36.892Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=0ebb3ab532b68f94 -C extra-filename=-05442a8d123c56b2 --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-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-992ec5ed2b92c8d9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3338 | 2025-03-07T21:42:36.960Z | Compiling convert_case v0.4.0 |
3339 | 2025-03-07T21:42:36.962Z | Running `/home/build/.rustup/toolchains/1.85.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=122463d868607008 -C extra-filename=-36f38c107332b7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2025-03-07T21:42:37.114Z | Compiling newline-converter v0.3.0 |
3341 | 2025-03-07T21:42:37.117Z | Running `/home/build/.rustup/toolchains/1.85.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=a3cb479637994980 -C extra-filename=-294dbe2de99fdf91 --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-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3342 | 2025-03-07T21:42:37.324Z | Compiling expectorate v1.1.0 |
3343 | 2025-03-07T21:42:37.327Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=a4f4b18255181d84 -C extra-filename=-d1ad1b900079a84c --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-a9acdc605ab40d5a.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-294dbe2de99fdf91.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3344 | 2025-03-07T21:42:37.538Z | Compiling tungstenite v0.21.0 |
3345 | 2025-03-07T21:42:37.541Z | Running `/home/build/.rustup/toolchains/1.85.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=3fc827c2785b3b36 -C extra-filename=-7cdf28d63f2460d1 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3346 | 2025-03-07T21:42:37.790Z | Compiling derive_more v0.99.19 |
3347 | 2025-03-07T21:42:37.793Z | Running `/home/build/.rustup/toolchains/1.85.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.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 --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=fc2df3bfd88df608 -C extra-filename=-70238f53d5e6937c --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-36f38c107332b7bc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3348 | 2025-03-07T21:42:38.563Z | Compiling progenitor-macro v0.8.0 |
3349 | 2025-03-07T21:42:38.592Z | Running `/home/build/.rustup/toolchains/1.85.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=863681045e4fa805 -C extra-filename=-ac4cdfd22c800891 --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-df7c36869dc1a4de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ab09755d13860ca3.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a29ee6adcc36efd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3350 | 2025-03-07T21:42:38.804Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=5af82fc216d0925a -C extra-filename=-3e907ce2a1682de0 --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-992ec5ed2b92c8d9.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0b4a34dfb4e6f47d.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-05442a8d123c56b2.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
3351 | 2025-03-07T21:42:39.034Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3352 | 2025-03-07T21:42:39.037Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=22432ff49ce2c317 -C extra-filename=-303230f893e6e90d --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-ec0e17f73ce37523.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3e907ce2a1682de0.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-79a0ce1a8c4d05ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2025-03-07T21:42:39.213Z | Compiling typify-macro v0.3.0 |
3354 | 2025-03-07T21:42:39.247Z | Running `/home/build/.rustup/toolchains/1.85.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=3f273bcea722f513 -C extra-filename=-59c50490f10b7dd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-71390846af2aa3bf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3355 | 2025-03-07T21:42:39.422Z | Compiling mockall v0.13.1 |
3356 | 2025-03-07T21:42:39.425Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=dc32264a80e4a4a5 -C extra-filename=-7ae797e87ac7d4ab --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-ec0e17f73ce37523.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e10464ffa855bbaf.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db2518dd92f59d42.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-93106238723439f4.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2025-03-07T21:42:39.486Z | Compiling same-file v1.0.6 |
3358 | 2025-03-07T21:42:39.489Z | Running `/home/build/.rustup/toolchains/1.85.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=5305c750379304cf -C extra-filename=-0adbb5d89bb32378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2025-03-07T21:42:39.779Z | Compiling walkdir v2.5.0 |
3360 | 2025-03-07T21:42:39.782Z | Running `/home/build/.rustup/toolchains/1.85.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=d7acfdd97d68078b -C extra-filename=-ba15ea5a5b3d635b --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-0adbb5d89bb32378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3361 | 2025-03-07T21:42:39.807Z | Compiling tokio-tungstenite v0.21.0 |
3362 | 2025-03-07T21:42:39.810Z | Running `/home/build/.rustup/toolchains/1.85.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=5547f339b4040dba -C extra-filename=-ad5581b8d62e01f9 --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7cdf28d63f2460d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3363 | 2025-03-07T21:42:40.414Z | Compiling xattr v1.3.1 |
3364 | 2025-03-07T21:42:40.450Z | Running `/home/build/.rustup/toolchains/1.85.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=0632d5f0b1a81144 -C extra-filename=-a3268e7d1617fdd7 --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2025-03-07T21:42:40.464Z | Compiling filetime v0.2.25 |
3366 | 2025-03-07T21:42:40.495Z | Running `/home/build/.rustup/toolchains/1.85.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=f638cd017c3ff092 -C extra-filename=-025fa0661c013306 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2025-03-07T21:42:40.713Z | Compiling tar v0.4.44 |
3368 | 2025-03-07T21:42:40.716Z | Running `/home/build/.rustup/toolchains/1.85.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=2e3891736800fb09 -C extra-filename=-cb1dc3bb3d175ac4 --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-025fa0661c013306.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a3268e7d1617fdd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2025-03-07T21:42:40.776Z | Compiling fixedbitset v0.5.7 |
3370 | 2025-03-07T21:42:40.779Z | Running `/home/build/.rustup/toolchains/1.85.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=5840e5210647d48d -C extra-filename=-140b94a4a31f886a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2025-03-07T21:42:41.180Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
3372 | 2025-03-07T21:42:41.183Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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=14ceed348479f3a8 -C extra-filename=-5fd8f2ba7bd4de77 --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-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-cef61d0e65bcc434.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3e907ce2a1682de0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-303230f893e6e90d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2025-03-07T21:42:41.446Z | Compiling petgraph v0.7.1 |
3374 | 2025-03-07T21:42:41.449Z | Running `/home/build/.rustup/toolchains/1.85.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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --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=776f6d66208d8c74 -C extra-filename=-e94c49bf8c5218ae --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-140b94a4a31f886a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2025-03-07T21:42:41.687Z | Compiling arc-swap v1.7.1 |
3376 | 2025-03-07T21:42:41.711Z | Running `/home/build/.rustup/toolchains/1.85.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=2794a06678cba5b1 -C extra-filename=-7b169046c43de2e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2025-03-07T21:42:42.280Z | Compiling slog-scope v4.4.0 |
3378 | 2025-03-07T21:42:42.305Z | Running `/home/build/.rustup/toolchains/1.85.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=222a214509f8981a -C extra-filename=-55f88039f07f6293 --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-7b169046c43de2e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2025-03-07T21:42:42.396Z | Compiling num-rational v0.4.2 |
3380 | 2025-03-07T21:42:42.399Z | Running `/home/build/.rustup/toolchains/1.85.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=c5e015d254a2be52 -C extra-filename=-9f44d054c17d349b --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2025-03-07T21:42:42.683Z | Compiling num-complex v0.4.6 |
3382 | 2025-03-07T21:42:42.686Z | Running `/home/build/.rustup/toolchains/1.85.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=8c0b4e768dfaa748 -C extra-filename=-a1bdfe4f45704d08 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2025-03-07T21:42:42.767Z | Compiling slog-stdlog v4.1.1 |
3384 | 2025-03-07T21:42:42.770Z | Running `/home/build/.rustup/toolchains/1.85.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=201b293851651037 -C extra-filename=-49fc6a30a3f50e6e --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-a147a23faaf349f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3385 | 2025-03-07T21:42:43.180Z | Compiling float-ord v0.3.2 |
3386 | 2025-03-07T21:42:43.205Z | Running `/home/build/.rustup/toolchains/1.85.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=fc1a7a4af7d3eaba -C extra-filename=-9da727f87bc9096c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2025-03-07T21:42:43.395Z | Compiling slog-envlogger v2.2.0 |
3388 | 2025-03-07T21:42:43.398Z | Compiling typify v0.3.0 |
3389 | 2025-03-07T21:42:43.422Z | Running `/home/build/.rustup/toolchains/1.85.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=6481dde490565b52 -C extra-filename=-a9d65db47e5fa4ff --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-a147a23faaf349f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-49fc6a30a3f50e6e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3390 | 2025-03-07T21:42:43.425Z | Running `/home/build/.rustup/toolchains/1.85.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=9b952cc6ada470af -C extra-filename=-9b47d5c1fa94c033 --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-71390846af2aa3bf.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-59c50490f10b7dd8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2025-03-07T21:42:43.584Z | Compiling progenitor-impl v0.9.1 |
3392 | 2025-03-07T21:42:43.587Z | Running `/home/build/.rustup/toolchains/1.85.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=26dc57262a9981d3 -C extra-filename=-99ae6fece656d594 --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-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9b47d5c1fa94c033.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3393 | 2025-03-07T21:42:43.614Z | Compiling num v0.4.3 |
3394 | 2025-03-07T21:42:43.617Z | Running `/home/build/.rustup/toolchains/1.85.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=a6db9bdfb5b65609 -C extra-filename=-e2f976d7760126aa --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-a1bdfe4f45704d08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-9f44d054c17d349b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2025-03-07T21:42:43.739Z | Compiling password-hash v0.5.0 |
3396 | 2025-03-07T21:42:43.742Z | Running `/home/build/.rustup/toolchains/1.85.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=43760212ebd434e2 -C extra-filename=-b1a9d5dd55e4962e --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-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3397 | 2025-03-07T21:42:43.961Z | Compiling blake2 v0.10.6 |
3398 | 2025-03-07T21:42:43.963Z | Running `/home/build/.rustup/toolchains/1.85.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=b6a2945fb5289d85 -C extra-filename=-316ee19de6555136 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3399 | 2025-03-07T21:42:44.090Z | Compiling indent_write v2.2.0 |
3400 | 2025-03-07T21:42:44.093Z | Running `/home/build/.rustup/toolchains/1.85.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=f998aa05e149090b -C extra-filename=-e0b8437a2f49d9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2025-03-07T21:42:44.344Z | Compiling owo-colors v4.2.0 |
3402 | 2025-03-07T21:42:44.347Z | Running `/home/build/.rustup/toolchains/1.85.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=86375f7f53acb845 -C extra-filename=-79444d249bf180af --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-79444d249bf180af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3403 | 2025-03-07T21:42:44.535Z | Compiling argon2 v0.5.3 |
3404 | 2025-03-07T21:42:44.538Z | Running `/home/build/.rustup/toolchains/1.85.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=2e494abc3047a4e1 -C extra-filename=-1bd1f0f3b8cf4c85 --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-c2d7fa6755e2dac2.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-316ee19de6555136.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b1a9d5dd55e4962e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3405 | 2025-03-07T21:42:44.614Z | Compiling cancel-safe-futures v0.1.5 |
3406 | 2025-03-07T21:42:44.617Z | Running `/home/build/.rustup/toolchains/1.85.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=8509246359be3fb7 -C extra-filename=-7229dc5db74428e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2025-03-07T21:42:45.040Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-79444d249bf180af/build-script-build` |
3408 | 2025-03-07T21:42:45.083Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6/build-script-build` |
3409 | 2025-03-07T21:42:45.123Z | Compiling libsw-core v0.3.1 |
3410 | 2025-03-07T21:42:45.132Z | Compiling swrite v0.1.0 |
3411 | 2025-03-07T21:42:45.132Z | Running `/home/build/.rustup/toolchains/1.85.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=341589ac3d44a506 -C extra-filename=-b170585ae7f71a54 --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-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2025-03-07T21:42:45.132Z | Running `/home/build/.rustup/toolchains/1.85.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=ad152670fd54a146 -C extra-filename=-c478485d624d81fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3413 | 2025-03-07T21:42:45.246Z | Running `/home/build/.rustup/toolchains/1.85.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=8cfd16eda89320f0 -C extra-filename=-4b306ec1eebdef58 --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2025-03-07T21:42:45.282Z | Running `/home/build/.rustup/toolchains/1.85.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=dcc56c7e630b65b4 -C extra-filename=-c5095a4b610984fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'` |
3415 | 2025-03-07T21:42:45.313Z | Compiling linear-map v1.2.0 |
3416 | 2025-03-07T21:42:45.317Z | Running `/home/build/.rustup/toolchains/1.85.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=1a724f97391192c1 -C extra-filename=-c9541320d3e0f7f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3417 | 2025-03-07T21:42:45.415Z | Compiling libsw v3.4.0 |
3418 | 2025-03-07T21:42:45.420Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-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 --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=56e158d1d2616ab6 -C extra-filename=-0fcfc9f35af02a7c --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-b170585ae7f71a54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3419 | 2025-03-07T21:42:45.681Z | Compiling pem v3.0.5 |
3420 | 2025-03-07T21:42:45.686Z | Running `/home/build/.rustup/toolchains/1.85.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=860360dfe99ed140 -C extra-filename=-5672b9070f89d051 --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-210ce714c13e89e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3421 | 2025-03-07T21:42:45.718Z | Compiling highway v1.3.0 |
3422 | 2025-03-07T21:42:45.751Z | Running `/home/build/.rustup/toolchains/1.85.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=d3b582ce6d4400fd -C extra-filename=-ceb30c5cce5766cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3423 | 2025-03-07T21:42:45.822Z | Compiling lzma-sys v0.1.20 |
3424 | 2025-03-07T21:42:45.825Z | Running `/home/build/.rustup/toolchains/1.85.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=ac370707c0120644 -C extra-filename=-a41bffbee796659f --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3425 | 2025-03-07T21:42:46.420Z | Compiling heck v0.3.3 |
3426 | 2025-03-07T21:42:46.423Z | Running `/home/build/.rustup/toolchains/1.85.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=958a8b0a34453ceb -C extra-filename=-8e19a1621a581365 --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-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3427 | 2025-03-07T21:42:46.552Z | Compiling headers-core v0.3.0 |
3428 | 2025-03-07T21:42:46.555Z | Running `/home/build/.rustup/toolchains/1.85.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=65812dc3188affc9 -C extra-filename=-c13870ab7cd1a40a --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-66361616ebf63647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3429 | 2025-03-07T21:42:46.690Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f/build-script-build` |
3430 | 2025-03-07T21:42:46.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3431 | 2025-03-07T21:42:46.748Z | Running `/home/build/.rustup/toolchains/1.85.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=1e93cbcf73e07990 -C extra-filename=-63e8c430a3b9aa43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2025-03-07T21:42:46.748Z | Running `/home/build/.rustup/toolchains/1.85.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=89bd0224b0cf186f -C extra-filename=-4db71369719d777b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3433 | 2025-03-07T21:42:46.799Z | Compiling zone_cfg_derive v0.1.2 |
3434 | 2025-03-07T21:42:46.799Z | Running `/home/build/.rustup/toolchains/1.85.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=e80d9c147bf62355 -C extra-filename=-287a6a04e1f99dd5 --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-8e19a1621a581365.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3435 | 2025-03-07T21:42:46.969Z | Compiling headers v0.4.0 |
3436 | 2025-03-07T21:42:46.995Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=106392a3cb961d84 -C extra-filename=-392600eb02f75244 --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-a7af361641f5e6e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c13870ab7cd1a40a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3437 | 2025-03-07T21:42:47.257Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3438 | 2025-03-07T21:42:47.261Z | Compiling yasna v0.5.2 |
3439 | 2025-03-07T21:42:47.261Z | Running `/home/build/.rustup/toolchains/1.85.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=14c67d4c558b10b1 -C extra-filename=-bbd540ea9cf848e4 --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-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3440 | 2025-03-07T21:42:47.261Z | Running `/home/build/.rustup/toolchains/1.85.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=e5afe5b2a7acc6c5 -C extra-filename=-f8cd571eb1cb535d --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-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2025-03-07T21:42:47.595Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43/build-script-build` |
3442 | 2025-03-07T21:42:47.665Z | Compiling base64 v0.13.1 |
3443 | 2025-03-07T21:42:47.668Z | Running `/home/build/.rustup/toolchains/1.85.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=178740ecb602e50f -C extra-filename=-7177ca403dc52273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3444 | 2025-03-07T21:42:47.733Z | Compiling aws-lc-sys v0.26.0 |
3445 | 2025-03-07T21:42:47.736Z | Running `/home/build/.rustup/toolchains/1.85.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=6f37f6760ab17516 -C extra-filename=-309402660007fd4a --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-309402660007fd4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-436e32fed7a87b34.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-ee5cc418a725a804.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-60ba1eb8af7b4181.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-a07e8d834e3b67b7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3446 | 2025-03-07T21:42:47.850Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3447 | 2025-03-07T21:42:47.853Z | Running `/home/build/.rustup/toolchains/1.85.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=f9d98d63e7d26fe8 -C extra-filename=-cb4734ec8a6a7a25 --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-bbd540ea9cf848e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3448 | 2025-03-07T21:42:48.280Z | Compiling rcgen v0.12.1 |
3449 | 2025-03-07T21:42:48.283Z | Running `/home/build/.rustup/toolchains/1.85.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=cb1d1000bb2d5410 -C extra-filename=-35bb2ae2dde3a3f6 --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-5672b9070f89d051.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f8cd571eb1cb535d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
3450 | 2025-03-07T21:42:48.404Z | Compiling zone v0.1.8 |
3451 | 2025-03-07T21:42:48.407Z | Running `/home/build/.rustup/toolchains/1.85.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=57a401abac43704d -C extra-filename=-1e925c1f40240c7c --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-a380b12963bfcb13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-287a6a04e1f99dd5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3452 | 2025-03-07T21:42:48.549Z | Compiling ron v0.7.1 |
3453 | 2025-03-07T21:42:48.581Z | Running `/home/build/.rustup/toolchains/1.85.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=19638be57c28ee9a -C extra-filename=-cef9853a0727727e --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-7177ca403dc52273.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2025-03-07T21:42:48.698Z | Compiling xz2 v0.1.7 |
3455 | 2025-03-07T21:42:48.698Z | Running `/home/build/.rustup/toolchains/1.85.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=eabbe70ed7eca661 -C extra-filename=-8558cd4121d616a4 --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-4db71369719d777b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3456 | 2025-03-07T21:42:48.800Z | Compiling subprocess v0.2.9 |
3457 | 2025-03-07T21:42:48.825Z | Running `/home/build/.rustup/toolchains/1.85.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=a90ef60ce475f276 -C extra-filename=-cf77837d19ce5c4a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3458 | 2025-03-07T21:42:49.168Z | Compiling humantime v2.1.0 |
3459 | 2025-03-07T21:42:49.171Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946422022fb5b10a -C extra-filename=-4f29ef645259113c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3460 | 2025-03-07T21:42:49.623Z | Compiling semver v0.1.20 |
3461 | 2025-03-07T21:42:49.626Z | Running `/home/build/.rustup/toolchains/1.85.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=5fa7c1e29ef0dc9b -C extra-filename=-af529e6f6ab80ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3462 | 2025-03-07T21:42:49.797Z | Compiling half v2.4.1 |
3463 | 2025-03-07T21:42:49.840Z | Running `/home/build/.rustup/toolchains/1.85.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=943b7c15f26d2c60 -C extra-filename=-9595e84bedd565bf --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3464 | 2025-03-07T21:42:50.217Z | Compiling rustc_version v0.1.7 |
3465 | 2025-03-07T21:42:50.220Z | Running `/home/build/.rustup/toolchains/1.85.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=addc705017a1a5e0 -C extra-filename=-eaf4f0a5481cae8d --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-af529e6f6ab80ad9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3466 | 2025-03-07T21:42:50.318Z | Compiling progenitor-macro v0.9.1 |
3467 | 2025-03-07T21:42:50.321Z | Running `/home/build/.rustup/toolchains/1.85.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=d78a19c3084d2446 -C extra-filename=-96a6af69e0ac903b --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-df7c36869dc1a4de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-99ae6fece656d594.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a29ee6adcc36efd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3468 | 2025-03-07T21:42:50.345Z | Compiling ciborium-io v0.2.2 |
3469 | 2025-03-07T21:42:50.348Z | Running `/home/build/.rustup/toolchains/1.85.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=ee1267a2c881d91c -C extra-filename=-040288379a3af552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3470 | 2025-03-07T21:42:50.395Z | Running `/home/build/.rustup/toolchains/1.85.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=299115e3ec3a1953 -C extra-filename=-90210824df27d9d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
3471 | 2025-03-07T21:42:50.423Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3472 | 2025-03-07T21:42:50.459Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=66fbc62f78fbbf6d -C extra-filename=-841e8482c19952f7 --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-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3473 | 2025-03-07T21:42:50.512Z | Compiling ciborium-ll v0.2.2 |
3474 | 2025-03-07T21:42:50.515Z | Running `/home/build/.rustup/toolchains/1.85.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=8b97c0021f43cde0 -C extra-filename=-cf96ef3a5492464d --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-040288379a3af552.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9595e84bedd565bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3475 | 2025-03-07T21:42:50.556Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3476 | 2025-03-07T21:42:50.559Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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=0c54406fb23ef7e6 -C extra-filename=-10a525094166d2ba --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-210ce714c13e89e6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2025-03-07T21:42:50.666Z | Compiling newtype_derive v0.1.6 |
3478 | 2025-03-07T21:42:50.670Z | Running `/home/build/.rustup/toolchains/1.85.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=d7608cfb338e2587 -C extra-filename=-8878b6ed0c70dd1e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-eaf4f0a5481cae8d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2025-03-07T21:42:50.697Z | Compiling slog-dtrace v0.3.0 |
3480 | 2025-03-07T21:42:50.697Z | Running `/home/build/.rustup/toolchains/1.85.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=e5a0676edbbb629f -C extra-filename=-17d0002e6f2ca697 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2025-03-07T21:42:50.914Z | Compiling ciborium v0.2.2 |
3482 | 2025-03-07T21:42:50.918Z | Running `/home/build/.rustup/toolchains/1.85.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=b956ed67e4344b68 -C extra-filename=-30bce58723a03373 --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-040288379a3af552.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-cf96ef3a5492464d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2025-03-07T21:42:51.024Z | Compiling display-error-chain v0.2.2 |
3484 | 2025-03-07T21:42:51.064Z | Running `/home/build/.rustup/toolchains/1.85.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=76d2fcba7534a519 -C extra-filename=-776eee4600d42f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3485 | 2025-03-07T21:42:51.077Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e/build-script-build` |
3486 | 2025-03-07T21:42:51.143Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697/build-script-build` |
3487 | 2025-03-07T21:42:51.147Z | Compiling keccak v0.1.5 |
3488 | 2025-03-07T21:42:51.150Z | Running `/home/build/.rustup/toolchains/1.85.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=99af690e32e2e371 -C extra-filename=-4673f24fcd00ec46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2025-03-07T21:42:51.175Z | Running `/home/build/.rustup/toolchains/1.85.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=6f7dadae0de58023 -C extra-filename=-c52584126248c235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
3490 | 2025-03-07T21:42:51.198Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3491 | 2025-03-07T21:42:51.202Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=fed0e74c940337d3 -C extra-filename=-409337728d33a32b --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-10a525094166d2ba.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-841e8482c19952f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3492 | 2025-03-07T21:42:51.245Z | Running `/home/build/.rustup/toolchains/1.85.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=2af1f75c2e52a223 -C extra-filename=-a9312dce6fc29b56 --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-bb251cc16f867c81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3493 | 2025-03-07T21:42:51.309Z | Compiling steno v0.4.1 |
3494 | 2025-03-07T21:42:51.324Z | Running `/home/build/.rustup/toolchains/1.85.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=b452b2e8026dda81 -C extra-filename=-462b72dd08ffe721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3495 | 2025-03-07T21:42:51.559Z | Compiling sha3 v0.10.8 |
3496 | 2025-03-07T21:42:51.562Z | Running `/home/build/.rustup/toolchains/1.85.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=02911367211f4fc4 -C extra-filename=-cae2fc5779c0c71c --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-b85cfe1a68b7b72b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-4673f24fcd00ec46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3497 | 2025-03-07T21:42:51.845Z | Compiling gethostname v0.5.0 |
3498 | 2025-03-07T21:42:51.848Z | Running `/home/build/.rustup/toolchains/1.85.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=868162cd36d3b11a -C extra-filename=-f488ce40ad94174d --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2025-03-07T21:42:52.066Z | Compiling universal-hash v0.5.1 |
3500 | 2025-03-07T21:42:52.069Z | Running `/home/build/.rustup/toolchains/1.85.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=36fda42f8286e12c -C extra-filename=-6a7d445810b36f87 --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-deda26ef8f06357a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3501 | 2025-03-07T21:42:52.220Z | Compiling bytecount v0.6.8 |
3502 | 2025-03-07T21:42:52.223Z | Running `/home/build/.rustup/toolchains/1.85.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=dd18d89b4c01fca2 -C extra-filename=-3f0f5141e8162747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3503 | 2025-03-07T21:42:52.298Z | Compiling opaque-debug v0.3.1 |
3504 | 2025-03-07T21:42:52.301Z | Running `/home/build/.rustup/toolchains/1.85.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=ef464bb4a7a84a4e -C extra-filename=-fa2189fce529373d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3505 | 2025-03-07T21:42:52.325Z | Compiling secrecy v0.8.0 |
3506 | 2025-03-07T21:42:52.328Z | Running `/home/build/.rustup/toolchains/1.85.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=b3fb2ed385e010e5 -C extra-filename=-ffb9404a7105a0dd --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-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3507 | 2025-03-07T21:42:52.437Z | Compiling nibble_vec v0.1.0 |
3508 | 2025-03-07T21:42:52.440Z | Running `/home/build/.rustup/toolchains/1.85.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=85b944ff41bcfe4b -C extra-filename=-8b25bbcef2237cd2 --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-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3509 | 2025-03-07T21:42:52.470Z | Compiling endian-type v0.1.2 |
3510 | 2025-03-07T21:42:52.473Z | Running `/home/build/.rustup/toolchains/1.85.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=6aab32a3f1fe9bd7 -C extra-filename=-a284d86fa2e275c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3511 | 2025-03-07T21:42:52.604Z | Compiling aead v0.5.2 |
3512 | 2025-03-07T21:42:52.607Z | Compiling poly1305 v0.8.0 |
3513 | 2025-03-07T21:42:52.607Z | Running `/home/build/.rustup/toolchains/1.85.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=ee0c4284809705f6 -C extra-filename=-4c6762939c8efd09 --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-deda26ef8f06357a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2025-03-07T21:42:52.607Z | Running `/home/build/.rustup/toolchains/1.85.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=61ba719e5383ad00 -C extra-filename=-66ff9da5894524c6 --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-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-6a7d445810b36f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3515 | 2025-03-07T21:42:52.704Z | Compiling chacha20 v0.9.1 |
3516 | 2025-03-07T21:42:52.724Z | Running `/home/build/.rustup/toolchains/1.85.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=5913f12169440610 -C extra-filename=-ff6b9888169ef263 --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-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3517 | 2025-03-07T21:42:52.745Z | Compiling radix_trie v0.2.1 |
3518 | 2025-03-07T21:42:52.745Z | Running `/home/build/.rustup/toolchains/1.85.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=3e1f5399fb49ff20 -C extra-filename=-494912851f390e70 --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-a284d86fa2e275c6.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-8b25bbcef2237cd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3519 | 2025-03-07T21:42:53.105Z | Compiling arrayvec v0.7.6 |
3520 | 2025-03-07T21:42:53.118Z | Running `/home/build/.rustup/toolchains/1.85.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=fddb2484146e5f0e -C extra-filename=-0c8a3536f160cb9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2025-03-07T21:42:53.195Z | Compiling constant_time_eq v0.3.1 |
3522 | 2025-03-07T21:42:53.209Z | Running `/home/build/.rustup/toolchains/1.85.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=13da7f21c3a02909 -C extra-filename=-6fffdd5480001e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2025-03-07T21:42:53.412Z | Compiling arrayref v0.3.9 |
3524 | 2025-03-07T21:42:53.412Z | Running `/home/build/.rustup/toolchains/1.85.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=66179f2e469838e7 -C extra-filename=-e731655d913e606a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2025-03-07T21:42:53.437Z | Compiling blake3 v1.5.4 |
3526 | 2025-03-07T21:42:53.442Z | Running `/home/build/.rustup/toolchains/1.85.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=db032f5de0ff0e4f -C extra-filename=-15d85121b55a8a2e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3527 | 2025-03-07T21:42:53.507Z | Compiling thiserror-impl-no-std v2.0.2 |
3528 | 2025-03-07T21:42:53.511Z | Running `/home/build/.rustup/toolchains/1.85.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=adf0336eee43046e -C extra-filename=-cecac0a57c01c837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3529 | 2025-03-07T21:42:53.550Z | Compiling memmap2 v0.9.5 |
3530 | 2025-03-07T21:42:53.553Z | Running `/home/build/.rustup/toolchains/1.85.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=c9a9de309cdf6334 -C extra-filename=-b280e347ebf45359 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2025-03-07T21:42:53.980Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3532 | 2025-03-07T21:42:53.985Z | Running `/home/build/.rustup/toolchains/1.85.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=bb8b2efd3556b69b -C extra-filename=-04c582968f5a4ebc --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-04c582968f5a4ebc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3533 | 2025-03-07T21:42:54.207Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e/build-script-build` |
3534 | 2025-03-07T21:42:54.319Z | Compiling topological-sort v0.2.2 |
3535 | 2025-03-07T21:42:54.322Z | Running `/home/build/.rustup/toolchains/1.85.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=fa7fb3f465fb7618 -C extra-filename=-86177580405ba44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3536 | 2025-03-07T21:42:54.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-04c582968f5a4ebc/build-script-build` |
3537 | 2025-03-07T21:42:54.440Z | Running `/home/build/.rustup/toolchains/1.85.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=ab83fca3b4c9449f -C extra-filename=-fbfff0676174d7d8 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
3538 | 2025-03-07T21:42:54.579Z | Compiling chacha20poly1305 v0.10.1 |
3539 | 2025-03-07T21:42:54.582Z | Running `/home/build/.rustup/toolchains/1.85.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=69490a01319d4c13 -C extra-filename=-79fcf541c4ffe859 --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-4c6762939c8efd09.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2025-03-07T21:42:54.780Z | Compiling toolchain_find v0.4.0 |
3541 | 2025-03-07T21:42:54.783Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=007c6c70a5282284 -C extra-filename=-74059ec362cfea56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2025-03-07T21:42:54.839Z | Compiling fxhash v0.2.1 |
3543 | 2025-03-07T21:42:54.843Z | Running `/home/build/.rustup/toolchains/1.85.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=ed1cf40d4ecb962a -C extra-filename=-09cc18c3176e95c4 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2025-03-07T21:42:54.892Z | Running `/home/build/.rustup/toolchains/1.85.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=bd6039d146b2aee9 -C extra-filename=-4b54bf9df690813f --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-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b280e347ebf45359.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/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()))'` |
3545 | 2025-03-07T21:42:55.077Z | Compiling rustfmt-wrapper v0.2.1 |
3546 | 2025-03-07T21:42:55.082Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17cd6b722906f9a1 -C extra-filename=-e23a31ec31709aa1 --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-5439297beec40e26.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-74059ec362cfea56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3547 | 2025-03-07T21:42:55.379Z | Compiling async-recursion v1.1.1 |
3548 | 2025-03-07T21:42:55.417Z | Running `/home/build/.rustup/toolchains/1.85.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=6d1ae5d0312cc564 -C extra-filename=-951a2d7aaa2c77e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2025-03-07T21:42:55.636Z | Compiling maplit v1.0.2 |
3550 | 2025-03-07T21:42:55.639Z | Running `/home/build/.rustup/toolchains/1.85.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=23474295a88e9d0c -C extra-filename=-f6b1adc3a6338f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3551 | 2025-03-07T21:42:55.697Z | Compiling const_format_proc_macros v0.2.34 |
3552 | 2025-03-07T21:42:55.747Z | Running `/home/build/.rustup/toolchains/1.85.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=7deadd2283e2f2cb -C extra-filename=-277bc95b5de6f094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3553 | 2025-03-07T21:42:55.779Z | Compiling radium v0.7.0 |
3554 | 2025-03-07T21:42:55.782Z | Running `/home/build/.rustup/toolchains/1.85.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=97abf05fb8fdf8e9 -C extra-filename=-1763440dfd08de63 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3555 | 2025-03-07T21:42:56.040Z | Compiling maybe-uninit v2.0.0 |
3556 | 2025-03-07T21:42:56.043Z | Running `/home/build/.rustup/toolchains/1.85.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=2eacf5ae048c8cc6 -C extra-filename=-7ef6683181995f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2025-03-07T21:42:56.303Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63/build-script-build` |
3558 | 2025-03-07T21:42:56.348Z | Compiling termcolor v1.4.1 |
3559 | 2025-03-07T21:42:56.351Z | Running `/home/build/.rustup/toolchains/1.85.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=eaa816400363072a -C extra-filename=-6c5a4ba51ba49c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3560 | 2025-03-07T21:42:56.389Z | Compiling thiserror-no-std v2.0.2 |
3561 | 2025-03-07T21:42:56.392Z | Running `/home/build/.rustup/toolchains/1.85.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=d1fec79375fe2e12 -C extra-filename=-f8712850e7be2ba9 --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-cecac0a57c01c837.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3562 | 2025-03-07T21:42:56.535Z | Compiling vsss-rs v3.3.4 |
3563 | 2025-03-07T21:42:56.538Z | Running `/home/build/.rustup/toolchains/1.85.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=69c98ccb474d3f99 -C extra-filename=-ca2fc3f80223f070 --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-88eb04f5cb135d23.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-f8712850e7be2ba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3564 | 2025-03-07T21:42:56.641Z | Compiling tap v1.0.1 |
3565 | 2025-03-07T21:42:56.696Z | Running `/home/build/.rustup/toolchains/1.85.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=904e676fb0a27a72 -C extra-filename=-2c94c7f32acbb5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3566 | 2025-03-07T21:42:56.858Z | Compiling wyz v0.5.1 |
3567 | 2025-03-07T21:42:56.861Z | Running `/home/build/.rustup/toolchains/1.85.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=cabcc2462821aed0 -C extra-filename=-c251d949e624b0b3 --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-2c94c7f32acbb5c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3568 | 2025-03-07T21:42:57.064Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f/build-script-build` |
3569 | 2025-03-07T21:42:57.090Z | Running `/home/build/.rustup/toolchains/1.85.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=af0179958c9bd432 -C extra-filename=-288e4cbf12ec6ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
3570 | 2025-03-07T21:42:57.149Z | Compiling kstat-rs v0.2.4 |
3571 | 2025-03-07T21:42:57.153Z | Running `/home/build/.rustup/toolchains/1.85.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=5cd9a9df94ea861c -C extra-filename=-1d508be92ff95b0c --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-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3572 | 2025-03-07T21:42:57.288Z | Compiling vte_generate_state_changes v0.1.2 |
3573 | 2025-03-07T21:42:57.288Z | Running `/home/build/.rustup/toolchains/1.85.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=45d0c7ac19d15845 -C extra-filename=-074c9c2f3d91effb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3574 | 2025-03-07T21:42:57.336Z | Compiling packed_struct v0.10.1 |
3575 | 2025-03-07T21:42:57.340Z | Running `/home/build/.rustup/toolchains/1.85.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=14c44c8994fb8300 -C extra-filename=-d46e13ff15592950 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2025-03-07T21:42:57.556Z | Compiling funty v2.0.0 |
3577 | 2025-03-07T21:42:57.559Z | Running `/home/build/.rustup/toolchains/1.85.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=f1a0d53ef3903f40 -C extra-filename=-73a6c9934e7ffbce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3578 | 2025-03-07T21:42:57.676Z | Compiling crc-catalog v2.4.0 |
3579 | 2025-03-07T21:42:57.679Z | Compiling const_format v0.2.34 |
3580 | 2025-03-07T21:42:57.679Z | Running `/home/build/.rustup/toolchains/1.85.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=16b4a745356e07aa -C extra-filename=-e8246a9dc94fb448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3581 | 2025-03-07T21:42:57.724Z | Running `/home/build/.rustup/toolchains/1.85.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=758fad57b7310d94 -C extra-filename=-e14cfeb526a35913 --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-277bc95b5de6f094.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3582 | 2025-03-07T21:42:57.849Z | Compiling crc v3.2.1 |
3583 | 2025-03-07T21:42:57.852Z | Running `/home/build/.rustup/toolchains/1.85.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=10676df119da800e -C extra-filename=-a3bf84c3591272ee --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-e8246a9dc94fb448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3584 | 2025-03-07T21:42:57.907Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950/build-script-build` |
3585 | 2025-03-07T21:42:57.915Z | Running `/home/build/.rustup/toolchains/1.85.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=dd5899225e570a3d -C extra-filename=-ba5f87bdec759fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
3586 | 2025-03-07T21:42:57.995Z | Compiling vte v0.11.1 |
3587 | 2025-03-07T21:42:57.999Z | Running `/home/build/.rustup/toolchains/1.85.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=00544c2ec06e440e -C extra-filename=-83125ee217987e95 --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-162b0576827b427f.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-074c9c2f3d91effb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3588 | 2025-03-07T21:42:58.075Z | Compiling fd-lock v4.0.2 |
3589 | 2025-03-07T21:42:58.078Z | Running `/home/build/.rustup/toolchains/1.85.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=6000eb93c11cd2da -C extra-filename=-9ae4c3fd21c6837a --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-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3590 | 2025-03-07T21:42:58.325Z | Compiling packed_struct_codegen v0.10.1 |
3591 | 2025-03-07T21:42:58.328Z | Running `/home/build/.rustup/toolchains/1.85.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=a00083a1b4d26b3a -C extra-filename=-c67797ea4d2457a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3592 | 2025-03-07T21:42:58.454Z | Compiling indexmap v1.9.3 |
3593 | 2025-03-07T21:42:58.477Z | Running `/home/build/.rustup/toolchains/1.85.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=491e4e74704b5e83 -C extra-filename=-58c3252b94568a48 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2025-03-07T21:42:58.596Z | Compiling bitvec v1.0.1 |
3595 | 2025-03-07T21:42:58.599Z | Running `/home/build/.rustup/toolchains/1.85.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=a9cc8a795e258819 -C extra-filename=-64ae76a29a77ee59 --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-73a6c9934e7ffbce.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-288e4cbf12ec6ebc.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-2c94c7f32acbb5c4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-c251d949e624b0b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3596 | 2025-03-07T21:42:58.885Z | Compiling nodrop v0.1.14 |
3597 | 2025-03-07T21:42:58.888Z | Running `/home/build/.rustup/toolchains/1.85.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=a50b7d7336eb4ceb -C extra-filename=-8c92d6021c2beb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2025-03-07T21:42:59.060Z | Compiling array-init v0.0.4 |
3599 | 2025-03-07T21:42:59.084Z | Running `/home/build/.rustup/toolchains/1.85.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=76de3a27ef8ae31b -C extra-filename=-8b9e0556ca6c3ebf --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-8c92d6021c2beb20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3600 | 2025-03-07T21:42:59.316Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48/build-script-build` |
3601 | 2025-03-07T21:42:59.357Z | Compiling smallvec v0.6.14 |
3602 | 2025-03-07T21:42:59.360Z | Running `/home/build/.rustup/toolchains/1.85.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=75955d1d7b7ecdc9 -C extra-filename=-82768735543f5f34 --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-ba5f87bdec759fa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3603 | 2025-03-07T21:42:59.502Z | Compiling strip-ansi-escapes v0.2.0 |
3604 | 2025-03-07T21:42:59.525Z | Running `/home/build/.rustup/toolchains/1.85.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=7dda2bc1068d32f5 -C extra-filename=-bbce2194d88bb72f --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-83125ee217987e95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3605 | 2025-03-07T21:42:59.798Z | Compiling hashbrown v0.12.3 |
3606 | 2025-03-07T21:42:59.801Z | Running `/home/build/.rustup/toolchains/1.85.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=dd1d5c1e7376d5b0 -C extra-filename=-d9e817a5dcc32ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3607 | 2025-03-07T21:42:59.854Z | Compiling bitfield v0.14.0 |
3608 | 2025-03-07T21:42:59.875Z | Running `/home/build/.rustup/toolchains/1.85.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=3ba1d41935dba7f0 -C extra-filename=-a0016941a8fd62a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3609 | 2025-03-07T21:43:00.086Z | Compiling nu-ansi-term v0.50.1 |
3610 | 2025-03-07T21:43:00.125Z | Running `/home/build/.rustup/toolchains/1.85.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=bf60753ebe630211 -C extra-filename=-d0c1d7189c168226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3611 | 2025-03-07T21:43:00.167Z | Compiling serde-hex v0.1.0 |
3612 | 2025-03-07T21:43:00.170Z | Running `/home/build/.rustup/toolchains/1.85.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=983ad6f0eb294df0 -C extra-filename=-36e0d835a4d585c4 --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-8b9e0556ca6c3ebf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-82768735543f5f34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2025-03-07T21:43:00.666Z | Compiling reedline v0.38.0 |
3614 | 2025-03-07T21:43:00.669Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=2803db1b478beeb9 -C extra-filename=-c34d54190d6438f9 --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-bb251cc16f867c81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9ae4c3fd21c6837a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0c1d7189c168226.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-bbce2194d88bb72f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2a6b4f5ec609548b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3615 | 2025-03-07T21:43:00.754Z | Running `/home/build/.rustup/toolchains/1.85.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=6117e42ad7852589 -C extra-filename=-43c15afb08e1c279 --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-d9e817a5dcc32ca6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3616 | 2025-03-07T21:43:00.762Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3617 | 2025-03-07T21:43:00.764Z | Running `/home/build/.rustup/toolchains/1.85.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=8f8fc1bee950794f -C extra-filename=-d25a3f7efa82fc98 --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-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2025-03-07T21:43:01.043Z | Compiling env_logger v0.10.2 |
3619 | 2025-03-07T21:43:01.046Z | Running `/home/build/.rustup/toolchains/1.85.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=591b5600403b707d -C extra-filename=-bd20bf69fc4b7fc9 --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-6b6ec0a96c6abffd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2025-03-07T21:43:01.072Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-309402660007fd4a/build-script-main` |
3621 | 2025-03-07T21:43:01.103Z | Compiling ron v0.8.1 |
3622 | 2025-03-07T21:43:01.106Z | Running `/home/build/.rustup/toolchains/1.85.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=b83d642ae6b5a82b -C extra-filename=-b747edc242684291 --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-a7af361641f5e6e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3623 | 2025-03-07T21:43:01.551Z | Compiling hashbrown v0.13.2 |
3624 | 2025-03-07T21:43:01.555Z | Running `/home/build/.rustup/toolchains/1.85.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=316199a469e96aa1 -C extra-filename=-6a68656751c157b7 --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-86a99f4ac28d3b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3625 | 2025-03-07T21:43:01.879Z | Running `/home/build/.rustup/toolchains/1.85.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=2b4c05b68464beb9 -C extra-filename=-fe53d8edfa72a8a8 --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-64ae76a29a77ee59.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-c67797ea4d2457a6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3626 | 2025-03-07T21:43:02.004Z | Compiling phf_generator v0.11.2 |
3627 | 2025-03-07T21:43:02.007Z | Running `/home/build/.rustup/toolchains/1.85.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=168a8ac6f2c9637e -C extra-filename=-0f9a0e1ff72cd9f5 --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-fcdecfe0c3f0f8df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2025-03-07T21:43:02.232Z | Compiling crc-any v2.5.0 |
3629 | 2025-03-07T21:43:02.237Z | Running `/home/build/.rustup/toolchains/1.85.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=a8ff5c4df4d4edf1 -C extra-filename=-82b79f6caf04b763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2025-03-07T21:43:02.585Z | Compiling libefi-sys v0.1.0 |
3631 | 2025-03-07T21:43:02.603Z | Running `/home/build/.rustup/toolchains/1.85.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=d34b4294cce8313a -C extra-filename=-fe5339464bcc53ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2025-03-07T21:43:02.730Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3633 | 2025-03-07T21:43:02.754Z | Running `/home/build/.rustup/toolchains/1.85.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=0bb6af4396214c5f -C extra-filename=-64dfc6d8c684f352 --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-b747edc242684291.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d25a3f7efa82fc98.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2025-03-07T21:43:02.967Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff/build-script-build` |
3635 | 2025-03-07T21:43:03.029Z | Compiling object v0.30.4 |
3636 | 2025-03-07T21:43:03.032Z | Running `/home/build/.rustup/toolchains/1.85.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=e4eeeb59bca06b66 -C extra-filename=-b7b8fc7b38401dcc --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-918de2abdeed200d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6a68656751c157b7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-43c15afb08e1c279.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3637 | 2025-03-07T21:43:03.056Z | Compiling phf_codegen v0.11.2 |
3638 | 2025-03-07T21:43:03.059Z | Running `/home/build/.rustup/toolchains/1.85.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=dcd96bdfab59c97c -C extra-filename=-7b687cea356f9ca6 --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-0f9a0e1ff72cd9f5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3639 | 2025-03-07T21:43:03.306Z | Compiling bitfield-struct v0.6.2 |
3640 | 2025-03-07T21:43:03.356Z | Running `/home/build/.rustup/toolchains/1.85.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=601c21c479789251 -C extra-filename=-49aae6059fd08779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3641 | 2025-03-07T21:43:03.422Z | Compiling parse-zoneinfo v0.3.1 |
3642 | 2025-03-07T21:43:03.425Z | Running `/home/build/.rustup/toolchains/1.85.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=c31de1da184e9767 -C extra-filename=-58b3cc1423a4a9dd --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-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3643 | 2025-03-07T21:43:03.448Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3644 | 2025-03-07T21:43:03.451Z | Running `/home/build/.rustup/toolchains/1.85.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=49f1e67c822d63ee -C extra-filename=-9955f1fef82c45ce --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3645 | 2025-03-07T21:43:03.993Z | Compiling nanorand v0.7.0 |
3646 | 2025-03-07T21:43:03.996Z | Running `/home/build/.rustup/toolchains/1.85.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=7918c3cf99f505df -C extra-filename=-a203d33da327fd74 --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-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3647 | 2025-03-07T21:43:04.308Z | Compiling cfg_aliases v0.1.1 |
3648 | 2025-03-07T21:43:04.312Z | Running `/home/build/.rustup/toolchains/1.85.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=3fb87c5c849d654f -C extra-filename=-2be61054b6391d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3649 | 2025-03-07T21:43:04.437Z | Compiling path-slash v0.1.5 |
3650 | 2025-03-07T21:43:04.440Z | Running `/home/build/.rustup/toolchains/1.85.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=124a8e7dce05f36e -C extra-filename=-833b0b90fdbee29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3651 | 2025-03-07T21:43:04.527Z | Compiling parking_lot_core v0.8.6 |
3652 | 2025-03-07T21:43:04.531Z | Running `/home/build/.rustup/toolchains/1.85.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=bd05695b89d83125 -C extra-filename=-4078151d1923f712 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3653 | 2025-03-07T21:43:04.670Z | Compiling nix v0.28.0 |
3654 | 2025-03-07T21:43:04.673Z | Running `/home/build/.rustup/toolchains/1.85.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=1cb1e0889a62bf57 -C extra-filename=-b41f9c7f3855c6f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2be61054b6391d49.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3655 | 2025-03-07T21:43:04.896Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3656 | 2025-03-07T21:43:04.899Z | Running `/home/build/.rustup/toolchains/1.85.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=003731e7f9b52c79 -C extra-filename=-e935643f22254386 --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-49aae6059fd08779.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3657 | 2025-03-07T21:43:04.990Z | Compiling flume v0.11.1 |
3658 | 2025-03-07T21:43:05.027Z | Running `/home/build/.rustup/toolchains/1.85.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=9f42e5e717a8e1b8 -C extra-filename=-86a3259b90bf23ec --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-a203d33da327fd74.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3659 | 2025-03-07T21:43:05.079Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712/build-script-build` |
3660 | 2025-03-07T21:43:05.083Z | Compiling chrono-tz-build v0.4.0 |
3661 | 2025-03-07T21:43:05.083Z | Running `/home/build/.rustup/toolchains/1.85.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=a2b396c2d5bd5bb5 -C extra-filename=-d4ea70cab840aaed --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-58b3cc1423a4a9dd.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-7b687cea356f9ca6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3662 | 2025-03-07T21:43:05.532Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3663 | 2025-03-07T21:43:05.535Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6328de5b73d1e182 -C extra-filename=-c91e2d9f6f5f633c --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-a0016941a8fd62a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-fe53d8edfa72a8a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2025-03-07T21:43:05.594Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce/build-script-build` |
3665 | 2025-03-07T21:43:05.597Z | Running `/home/build/.rustup/toolchains/1.85.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=83529ce8fa79b33e -C extra-filename=-af09f3492ac9e0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
3666 | 2025-03-07T21:43:05.642Z | Compiling papergrid v0.11.0 |
3667 | 2025-03-07T21:43:05.645Z | Running `/home/build/.rustup/toolchains/1.85.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=2ec202b408e687f7 -C extra-filename=-e055de2ca6d1c616 --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-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3668 | 2025-03-07T21:43:05.712Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3669 | 2025-03-07T21:43:05.712Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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=f0ff692d4fefd5fb -C extra-filename=-ecb165813a8f5503 --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-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3670 | 2025-03-07T21:43:05.996Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3671 | 2025-03-07T21:43:05.999Z | Running `/home/build/.rustup/toolchains/1.85.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=3a374c1cdc5f21d0 -C extra-filename=-1cca5c0aed2a5387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7a25f42cfaeb0ecc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3672 | 2025-03-07T21:43:06.112Z | Compiling tabled_derive v0.7.0 |
3673 | 2025-03-07T21:43:06.115Z | Running `/home/build/.rustup/toolchains/1.85.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=3595eef7d357de70 -C extra-filename=-e9f0fcb8965ec2bc --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-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3674 | 2025-03-07T21:43:06.249Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3675 | 2025-03-07T21:43:06.253Z | Running `/home/build/.rustup/toolchains/1.85.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=e224b5ea02811c65 -C extra-filename=-3445f02f9660a259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3676 | 2025-03-07T21:43:06.404Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3677 | 2025-03-07T21:43:06.445Z | Running `/home/build/.rustup/toolchains/1.85.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=487d392d9d101a4b -C extra-filename=-bb852f62f414024a --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-e935643f22254386.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-3445f02f9660a259.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3678 | 2025-03-07T21:43:06.602Z | Running `/home/build/.rustup/toolchains/1.85.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=348cea7f43b88cad -C extra-filename=-6b157dc50018a28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1cca5c0aed2a5387.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -l static=pci` |
3679 | 2025-03-07T21:43:06.951Z | Compiling chrono-tz v0.10.1 |
3680 | 2025-03-07T21:43:06.955Z | Running `/home/build/.rustup/toolchains/1.85.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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=2be9c13886cc21d8 -C extra-filename=-1a7c767affc13cb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-1a7c767affc13cb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-d4ea70cab840aaed.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3681 | 2025-03-07T21:43:07.084Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3682 | 2025-03-07T21:43:07.088Z | Running `/home/build/.rustup/toolchains/1.85.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=e7a8e99fcce256ae -C extra-filename=-a0ebecce2313924d --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-41b4d43f76d21dca.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-af09f3492ac9e0f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2025-03-07T21:43:07.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8/build-script-build` |
3684 | 2025-03-07T21:43:07.276Z | Running `/home/build/.rustup/toolchains/1.85.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=66164de0ff3f62e0 -C extra-filename=-599f111844105074 --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-ec0e17f73ce37523.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2025-03-07T21:43:07.466Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
3686 | 2025-03-07T21:43:07.470Z | Running `/home/build/.rustup/toolchains/1.85.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=8075c1ea021ab326 -C extra-filename=-0cedb860c770533d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2025-03-07T21:43:07.810Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1a7c767affc13cb4/build-script-build` |
3688 | 2025-03-07T21:43:07.853Z | Compiling parking_lot v0.11.2 |
3689 | 2025-03-07T21:43:07.858Z | Running `/home/build/.rustup/toolchains/1.85.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=d3c66d3f90e0f191 -C extra-filename=-8617ea346b3d1d58 --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-3e93ac753f724629.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-599f111844105074.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3690 | 2025-03-07T21:43:08.515Z | Compiling tabled v0.15.0 |
3691 | 2025-03-07T21:43:08.519Z | Running `/home/build/.rustup/toolchains/1.85.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=cb0a418c5b5b9d1e -C extra-filename=-3a80338d22363d22 --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-e055de2ca6d1c616.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e9f0fcb8965ec2bc.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2025-03-07T21:43:08.732Z | Running `/home/build/.rustup/toolchains/1.85.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=6a3127621afaf5f9 -C extra-filename=-ed2a9d3b29cc274d --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3693 | 2025-03-07T21:43:09.058Z | Compiling peg-macros v0.8.5 |
3694 | 2025-03-07T21:43:09.089Z | Running `/home/build/.rustup/toolchains/1.85.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=1141641e87358cb3 -C extra-filename=-eba293f6482d6955 --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-6e408b59dbc54863.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3695 | 2025-03-07T21:43:09.146Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3696 | 2025-03-07T21:43:09.149Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=868928f03d996ee3 -C extra-filename=-e5abfebcaee85a67 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e5abfebcaee85a67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2025-03-07T21:43:10.309Z | Compiling sqlparser_derive v0.2.2 |
3698 | 2025-03-07T21:43:10.313Z | Compiling unicode_categories v0.1.1 |
3699 | 2025-03-07T21:43:10.313Z | Running `/home/build/.rustup/toolchains/1.85.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=dc7a91b79119452a -C extra-filename=-0531c8bcce671c0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3700 | 2025-03-07T21:43:10.313Z | Running `/home/build/.rustup/toolchains/1.85.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=4b27d6fd1ceb3e80 -C extra-filename=-8beb57c232a58582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3701 | 2025-03-07T21:43:10.694Z | Compiling sqlformat v0.2.6 |
3702 | 2025-03-07T21:43:10.698Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c1890588256841e -C extra-filename=-d58c9346ccaa359d --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-724241a249047847.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-8beb57c232a58582.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3703 | 2025-03-07T21:43:10.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e5abfebcaee85a67/build-script-build` |
3704 | 2025-03-07T21:43:10.771Z | Running `/home/build/.rustup/toolchains/1.85.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b6b13ede826e858c -C extra-filename=-6505a1c5a8ae867a --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-bb251cc16f867c81.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3705 | 2025-03-07T21:43:11.570Z | Compiling sqlparser v0.45.0 |
3706 | 2025-03-07T21:43:11.573Z | Running `/home/build/.rustup/toolchains/1.85.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=5ace4895956542ca -C extra-filename=-3e9b1641768f0f0d --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-a147a23faaf349f2.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0531c8bcce671c0b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3707 | 2025-03-07T21:43:12.122Z | Compiling rustyline v14.0.0 |
3708 | 2025-03-07T21:43:12.160Z | Running `/home/build/.rustup/toolchains/1.85.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=f55dae8fdca4d8ba -C extra-filename=-ac82aa5ca345c18f --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9ae4c3fd21c6837a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ed2a9d3b29cc274d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-494912851f390e70.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3709 | 2025-03-07T21:43:12.613Z | Compiling peg v0.8.5 |
3710 | 2025-03-07T21:43:12.616Z | Running `/home/build/.rustup/toolchains/1.85.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=030c990809430279 -C extra-filename=-1be4fcd8a43955fc --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-eba293f6482d6955.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3711 | 2025-03-07T21:43:12.745Z | Compiling sled v0.34.7 |
3712 | 2025-03-07T21:43:12.749Z | Running `/home/build/.rustup/toolchains/1.85.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=bdce9e8eeeca7f82 -C extra-filename=-b84af011857af558 --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-918de2abdeed200d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8617ea346b3d1d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3713 | 2025-03-07T21:43:14.404Z | Compiling hickory-client v0.24.4 |
3714 | 2025-03-07T21:43:14.408Z | Running `/home/build/.rustup/toolchains/1.85.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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=0118af50f385a49f -C extra-filename=-095cbf7405d4e23b --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-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-494912851f390e70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3715 | 2025-03-07T21:43:15.720Z | Compiling hickory-server v0.24.4 |
3716 | 2025-03-07T21:43:15.724Z | Running `/home/build/.rustup/toolchains/1.85.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.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)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=7d2755d159b9885f -C extra-filename=-f5594f9fc7698980 --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-bc831e985963eda0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b6bbf60e938c72d0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3717 | 2025-03-07T21:43:15.930Z | Compiling bcs v0.1.6 |
3718 | 2025-03-07T21:43:15.933Z | Running `/home/build/.rustup/toolchains/1.85.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=82197c63ccfd3804 -C extra-filename=-f4514fcdf9b14b5e --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-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3719 | 2025-03-07T21:43:16.582Z | Compiling diff v0.1.13 |
3720 | 2025-03-07T21:43:16.607Z | Running `/home/build/.rustup/toolchains/1.85.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=31b831fa5d2f5414 -C extra-filename=-52b23efe75c73be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3721 | 2025-03-07T21:43:16.614Z | Compiling termtree v0.5.1 |
3722 | 2025-03-07T21:43:16.617Z | Running `/home/build/.rustup/toolchains/1.85.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=7c66f887e9e775e3 -C extra-filename=-3a580e25dfd9460f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3723 | 2025-03-07T21:43:16.880Z | Compiling dsl_auto_type v0.1.2 |
3724 | 2025-03-07T21:43:16.884Z | Running `/home/build/.rustup/toolchains/1.85.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=bc53e959a3288e19 -C extra-filename=-f680cfadceea220a --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-65d003586e73cec4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2025-03-07T21:43:17.106Z | Compiling diesel_table_macro_syntax v0.2.0 |
3726 | 2025-03-07T21:43:17.136Z | Running `/home/build/.rustup/toolchains/1.85.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=f79d4520814c9a3a -C extra-filename=-bb41f0175d176728 --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-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3727 | 2025-03-07T21:43:17.531Z | Compiling scheduled-thread-pool v0.2.7 |
3728 | 2025-03-07T21:43:17.534Z | Running `/home/build/.rustup/toolchains/1.85.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=65a4515521710212 -C extra-filename=-36094c672561f163 --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-225ff234fd698a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2025-03-07T21:43:18.115Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3730 | 2025-03-07T21:43:18.118Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=657e308982759f43 -C extra-filename=-77b3c0b835f72371 --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-6fa0bc0485b87f2d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-82b79f6caf04b763.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-bd20bf69fc4b7fc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c91e2d9f6f5f633c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-fe53d8edfa72a8a8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-36e0d835a4d585c4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3731 | 2025-03-07T21:43:18.295Z | Compiling crunchy v0.2.2 |
3732 | 2025-03-07T21:43:18.298Z | Running `/home/build/.rustup/toolchains/1.85.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=c117850fe629fe5b -C extra-filename=-02f7793cda61a1be --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3733 | 2025-03-07T21:43:18.874Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be/build-script-build` |
3734 | 2025-03-07T21:43:18.915Z | Compiling diesel_derives v2.2.3 |
3735 | 2025-03-07T21:43:18.919Z | Running `/home/build/.rustup/toolchains/1.85.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=018a2012f7c181cb -C extra-filename=-2e9c4e74ba8c709e --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-bb41f0175d176728.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-f680cfadceea220a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3736 | 2025-03-07T21:43:19.825Z | Compiling r2d2 v0.8.10 |
3737 | 2025-03-07T21:43:19.828Z | Running `/home/build/.rustup/toolchains/1.85.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=0c79cd7cd33038ca -C extra-filename=-d71860b3c9b558cb --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-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-36094c672561f163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3738 | 2025-03-07T21:43:20.230Z | Compiling primeorder v0.13.6 |
3739 | 2025-03-07T21:43:20.234Z | Running `/home/build/.rustup/toolchains/1.85.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=7341fd6e3fe22a15 -C extra-filename=-17e2523a3a11232f --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-96c31fd50bf80e0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3740 | 2025-03-07T21:43:20.741Z | Compiling unicase v2.7.0 |
3741 | 2025-03-07T21:43:20.745Z | Running `/home/build/.rustup/toolchains/1.85.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=2925c12edf6ff9a4 -C extra-filename=-fd8941c9a0b20e6a --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2025-03-07T21:43:21.147Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3743 | 2025-03-07T21:43:21.147Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/f48e2da/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8b606f4eaabb4f6 -C extra-filename=-0d59fd34cd79b1ee --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-9c4b4f68e441bbb7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c91e2d9f6f5f633c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-77b3c0b835f72371.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b7b8fc7b38401dcc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-833b0b90fdbee29b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d25a3f7efa82fc98.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-64dfc6d8c684f352.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
3744 | 2025-03-07T21:43:21.298Z | Compiling tiny-keccak v2.0.2 |
3745 | 2025-03-07T21:43:21.302Z | Running `/home/build/.rustup/toolchains/1.85.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=86caa7dec8391fbf -C extra-filename=-37dd243f06cf900f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3746 | 2025-03-07T21:43:21.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f/build-script-build` |
3747 | 2025-03-07T21:43:21.756Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a/build-script-build` |
3748 | 2025-03-07T21:43:21.923Z | Running `/home/build/.rustup/toolchains/1.85.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=b664427c9322a6c3 -C extra-filename=-a80fe247562bb3f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3749 | 2025-03-07T21:43:21.978Z | Compiling signal-hook-tokio v0.3.1 |
3750 | 2025-03-07T21:43:21.981Z | Running `/home/build/.rustup/toolchains/1.85.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=7a719d83d5d6ff0e -C extra-filename=-316915a690727d7f --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-1576965aa7d154eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2025-03-07T21:43:22.071Z | Compiling bit-vec v0.6.3 |
3752 | 2025-03-07T21:43:22.074Z | Running `/home/build/.rustup/toolchains/1.85.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=2b7bf08ed7121bc2 -C extra-filename=-c20f19f0a75d733c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3753 | 2025-03-07T21:43:22.217Z | Compiling ref-cast v1.0.23 |
3754 | 2025-03-07T21:43:22.221Z | Running `/home/build/.rustup/toolchains/1.85.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.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8080f9ad47aeeca -C extra-filename=-53f5b907f9062040 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3755 | 2025-03-07T21:43:22.510Z | Compiling bit-set v0.5.3 |
3756 | 2025-03-07T21:43:22.514Z | Running `/home/build/.rustup/toolchains/1.85.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=662c6c7fce7a9ad3 -C extra-filename=-88a90abf455c015c --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-c20f19f0a75d733c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3757 | 2025-03-07T21:43:22.790Z | Running `/home/build/.rustup/toolchains/1.85.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=795d40616e1ffe51 -C extra-filename=-c7eaa6807f5e70ea --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-a80fe247562bb3f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3758 | 2025-03-07T21:43:22.849Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040/build-script-build` |
3759 | 2025-03-07T21:43:22.904Z | Running `/home/build/.rustup/toolchains/1.85.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=0a219ecb9944466a -C extra-filename=-6729cc685447dd0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
3760 | 2025-03-07T21:43:22.954Z | Compiling ascii-canvas v3.0.0 |
3761 | 2025-03-07T21:43:23.024Z | Running `/home/build/.rustup/toolchains/1.85.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=7541b061c4252a1c -C extra-filename=-2a114cc91675e6a7 --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-11fcd0b1f8a821c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3762 | 2025-03-07T21:43:23.333Z | Compiling ref-cast-impl v1.0.23 |
3763 | 2025-03-07T21:43:23.336Z | Running `/home/build/.rustup/toolchains/1.85.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.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e37eaea8689e5671 -C extra-filename=-2af1b332538238c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2025-03-07T21:43:23.481Z | Compiling ena v0.14.3 |
3765 | 2025-03-07T21:43:23.484Z | Running `/home/build/.rustup/toolchains/1.85.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=3f5b695e7123c69d -C extra-filename=-9090d2ed625f6e6c --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3766 | 2025-03-07T21:43:23.558Z | Compiling regex-syntax v0.6.29 |
3767 | 2025-03-07T21:43:23.561Z | Running `/home/build/.rustup/toolchains/1.85.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=734ac4239bd387ba -C extra-filename=-6397a09e41a4053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3768 | 2025-03-07T21:43:23.938Z | Compiling salty v0.3.0 |
3769 | 2025-03-07T21:43:23.941Z | Running `/home/build/.rustup/toolchains/1.85.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=10a5b636014bdd4b -C extra-filename=-e97c78c5eb36f964 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3770 | 2025-03-07T21:43:24.462Z | Compiling bindgen v0.71.1 |
3771 | 2025-03-07T21:43:24.466Z | Running `/home/build/.rustup/toolchains/1.85.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=259f0c2bb3215e25 -C extra-filename=-5374264541ed1afd --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3772 | 2025-03-07T21:43:24.553Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964/build-script-build` |
3773 | 2025-03-07T21:43:24.597Z | Compiling mime_guess v2.0.5 |
3774 | 2025-03-07T21:43:24.658Z | Running `/home/build/.rustup/toolchains/1.85.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=7bdfdda82b61f889 -C extra-filename=-62efce3401ccd741 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3775 | 2025-03-07T21:43:24.696Z | Running `/home/build/.rustup/toolchains/1.85.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.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())' -C metadata=9af7202ffda87f87 -C extra-filename=-e0baafac754988fb --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-2af1b332538238c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` |
3776 | 2025-03-07T21:43:24.837Z | Compiling p384 v0.13.0 |
3777 | 2025-03-07T21:43:24.840Z | Running `/home/build/.rustup/toolchains/1.85.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=ccdc710b36347605 -C extra-filename=-7356ca2b44df7c8a --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-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3778 | 2025-03-07T21:43:25.366Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd/build-script-build` |
3779 | 2025-03-07T21:43:25.409Z | Compiling tungstenite v0.23.0 |
3780 | 2025-03-07T21:43:25.412Z | Running `/home/build/.rustup/toolchains/1.85.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=117bfc8e974cd764 -C extra-filename=-a3ffa3a9b65d1b31 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2025-03-07T21:43:25.829Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3782 | 2025-03-07T21:43:25.833Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a288fb973cc47cd2 -C extra-filename=-e31240333ce3601d --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3783 | 2025-03-07T21:43:26.263Z | Compiling rustc-hash v2.1.1 |
3784 | 2025-03-07T21:43:26.309Z | Running `/home/build/.rustup/toolchains/1.85.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=c36b41c7e7bd2ef9 -C extra-filename=-f99d64889ee244c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2025-03-07T21:43:26.335Z | Compiling http-range v0.1.5 |
3786 | 2025-03-07T21:43:26.362Z | Running `/home/build/.rustup/toolchains/1.85.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=9080a0525b84a02d -C extra-filename=-a0c0f0603acf6183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3787 | 2025-03-07T21:43:26.484Z | Compiling tokio-tungstenite v0.23.1 |
3788 | 2025-03-07T21:43:26.489Z | Running `/home/build/.rustup/toolchains/1.85.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=cd4de2dcda374ad3 -C extra-filename=-5b6b47f8dfda1e9e --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a3ffa3a9b65d1b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3789 | 2025-03-07T21:43:26.658Z | Running `/home/build/.rustup/toolchains/1.85.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=46ade03a8dc1a578 -C extra-filename=-1468b149f74686a8 --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-5be7a60b64167706.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f99d64889ee244c4.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3790 | 2025-03-07T21:43:27.059Z | Compiling lalrpop v0.19.12 |
3791 | 2025-03-07T21:43:27.062Z | Running `/home/build/.rustup/toolchains/1.85.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=ba177802b6aa5aad -C extra-filename=-8aa7e88ceb80d523 --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-2a114cc91675e6a7.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-88a90abf455c015c.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-52b23efe75c73be7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9090d2ed625f6e6c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6397a09e41a4053c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c7eaa6807f5e70ea.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3792 | 2025-03-07T21:43:27.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d/build-script-build` |
3793 | 2025-03-07T21:43:27.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741/build-script-build` |
3794 | 2025-03-07T21:43:27.490Z | Running `/home/build/.rustup/toolchains/1.85.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=49c0bb451c19a3d5 -C extra-filename=-7bbc85ec7aad97de --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-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3795 | 2025-03-07T21:43:27.526Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3796 | 2025-03-07T21:43:27.566Z | Running `/home/build/.rustup/toolchains/1.85.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=b86c4b694e5c29d1 -C extra-filename=-cd28cb349a91b6b1 --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-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3797 | 2025-03-07T21:43:27.876Z | Compiling derive_builder_core v0.20.2 |
3798 | 2025-03-07T21:43:27.879Z | Running `/home/build/.rustup/toolchains/1.85.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=691486fdd019b386 -C extra-filename=-4a8d93a4473d743a --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-65d003586e73cec4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3799 | 2025-03-07T21:43:28.469Z | Compiling nix v0.27.1 |
3800 | 2025-03-07T21:43:28.472Z | Running `/home/build/.rustup/toolchains/1.85.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=b4939089e97d8069 -C extra-filename=-f999f02d51962287 --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3801 | 2025-03-07T21:43:28.727Z | Compiling cargo-platform v0.1.8 |
3802 | 2025-03-07T21:43:28.731Z | Running `/home/build/.rustup/toolchains/1.85.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=8f818ab9dca6e958 -C extra-filename=-c0547bfa01682ea9 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3803 | 2025-03-07T21:43:29.276Z | Compiling libxml v0.3.3 |
3804 | 2025-03-07T21:43:29.279Z | Running `/home/build/.rustup/toolchains/1.85.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=d90cb597e590321b -C extra-filename=-e50e5839b4dbcd63 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3805 | 2025-03-07T21:43:29.756Z | Compiling atty v0.2.14 |
3806 | 2025-03-07T21:43:29.759Z | Running `/home/build/.rustup/toolchains/1.85.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=ffe693190df31c44 -C extra-filename=-45e7b4f8db5daf4a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3807 | 2025-03-07T21:43:29.938Z | Compiling env_filter v0.1.2 |
3808 | 2025-03-07T21:43:29.941Z | Running `/home/build/.rustup/toolchains/1.85.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=fe977c9cade71adf -C extra-filename=-fbd1cba163b1c0ca --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3809 | 2025-03-07T21:43:30.038Z | Compiling derive_builder_macro v0.20.2 |
3810 | 2025-03-07T21:43:30.041Z | Running `/home/build/.rustup/toolchains/1.85.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=1022e59e3b71de72 -C extra-filename=-1fd3d1ad7d27c7a3 --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-4a8d93a4473d743a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3811 | 2025-03-07T21:43:30.261Z | Compiling env_logger v0.11.5 |
3812 | 2025-03-07T21:43:30.264Z | Running `/home/build/.rustup/toolchains/1.85.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=2bfd961b5c2bb982 -C extra-filename=-3bc4aad776a633df --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-fbd1cba163b1c0ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3813 | 2025-03-07T21:43:30.552Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d79fd3748989ec39 -C extra-filename=-df2dddcc2dc50649 --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-bc831e985963eda0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f999f02d51962287.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-6e64572e59dae1c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd28cb349a91b6b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
3814 | 2025-03-07T21:43:30.619Z | Compiling diesel v2.2.8 |
3815 | 2025-03-07T21:43:30.624Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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="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=6a942c74836fe97b -C extra-filename=-8fd4b70da2b7fee1 --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-5be7a60b64167706.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-2e9c4e74ba8c709e.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d71860b3c9b558cb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3816 | 2025-03-07T21:43:30.924Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63/build-script-build` |
3817 | 2025-03-07T21:43:30.978Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3818 | 2025-03-07T21:43:30.981Z | Running `/home/build/.rustup/toolchains/1.85.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=5d5dd195134a8420 -C extra-filename=-bfbd0afb5f2422e7 --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-18f0880b436c32e6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-7bbc85ec7aad97de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3819 | 2025-03-07T21:43:31.167Z | Running `/home/build/.rustup/toolchains/1.85.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=b90a992207f3ec65 -C extra-filename=-82981bee9ff5a34f --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-9b1079e703cbc0f0.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3820 | 2025-03-07T21:43:31.842Z | Compiling strum_macros v0.24.3 |
3821 | 2025-03-07T21:43:31.845Z | Running `/home/build/.rustup/toolchains/1.85.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=73bb08f31fafb374 -C extra-filename=-3cff2d5f6150fa30 --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-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3822 | 2025-03-07T21:43:32.177Z | Compiling indoc v1.0.9 |
3823 | 2025-03-07T21:43:32.180Z | Running `/home/build/.rustup/toolchains/1.85.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=8b0a1fb8d7b46f5f -C extra-filename=-d33a4a5442d4a3b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3824 | 2025-03-07T21:43:33.236Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3825 | 2025-03-07T21:43:33.239Z | Running `/home/build/.rustup/toolchains/1.85.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=5672c76cfde9d807 -C extra-filename=-22275a1c7c95d289 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-22275a1c7c95d289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3826 | 2025-03-07T21:43:33.685Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-22275a1c7c95d289/build-script-build` |
3827 | 2025-03-07T21:43:33.689Z | Compiling hyper-staticfile v0.10.1 |
3828 | 2025-03-07T21:43:33.689Z | Running `/home/build/.rustup/toolchains/1.85.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=3bdfb02cecf87bcb -C extra-filename=-00fe156926461204 --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-82981bee9ff5a34f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2025-03-07T21:43:34.733Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3830 | 2025-03-07T21:43:34.736Z | Running `/home/build/.rustup/toolchains/1.85.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=adaed4bf12d3fe5f -C extra-filename=-90d80718d93ed372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bfbd0afb5f2422e7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3bc4aad776a633df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-7356ca2b44df7c8a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2025-03-07T21:43:35.263Z | Compiling derive_builder v0.20.2 |
3832 | 2025-03-07T21:43:35.266Z | Running `/home/build/.rustup/toolchains/1.85.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=93a261cdab66f40a -C extra-filename=-91508e08a1292ca3 --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-1fd3d1ad7d27c7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3833 | 2025-03-07T21:43:35.468Z | Running `/home/build/.rustup/toolchains/1.85.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=bfc567258a98286e -C extra-filename=-7fb2d77fb76817ca --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3834 | 2025-03-07T21:43:35.736Z | Compiling quick-xml v0.37.2 |
3835 | 2025-03-07T21:43:35.740Z | Running `/home/build/.rustup/toolchains/1.85.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=cea72217dc7927be -C extra-filename=-e850916f799c956c --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-b0354db40e5a0a55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3836 | 2025-03-07T21:43:36.369Z | Compiling oso-derive v0.27.3 |
3837 | 2025-03-07T21:43:36.372Z | Running `/home/build/.rustup/toolchains/1.85.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=e74cf9c7b1d26e51 -C extra-filename=-0649dd5997e54ad7 --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3838 | 2025-03-07T21:43:37.566Z | Compiling impl-trait-for-tuples v0.2.2 |
3839 | 2025-03-07T21:43:37.569Z | Running `/home/build/.rustup/toolchains/1.85.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=aa6f2724a14d6bb7 -C extra-filename=-7b9ed102557d4674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3840 | 2025-03-07T21:43:37.879Z | Compiling diesel-dtrace v0.4.2 |
3841 | 2025-03-07T21:43:37.883Z | Running `/home/build/.rustup/toolchains/1.85.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=ed2c26f1d4d8e34c -C extra-filename=-3f6fe5a296a2cf6d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3842 | 2025-03-07T21:43:38.338Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d/build-script-build` |
3843 | 2025-03-07T21:43:38.428Z | Compiling bb8 v0.8.5 |
3844 | 2025-03-07T21:43:38.473Z | Running `/home/build/.rustup/toolchains/1.85.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=2d58a0e36dababfd -C extra-filename=-ee3b7cec7f663491 --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-bc831e985963eda0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3845 | 2025-03-07T21:43:39.008Z | Compiling proc-macro-error-attr2 v2.0.0 |
3846 | 2025-03-07T21:43:39.043Z | Running `/home/build/.rustup/toolchains/1.85.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=c195f64733f19f26 -C extra-filename=-8b4db5ad4c51f514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3847 | 2025-03-07T21:43:39.071Z | Compiling pin-project-internal v1.1.6 |
3848 | 2025-03-07T21:43:39.074Z | Running `/home/build/.rustup/toolchains/1.85.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=1cfda4f8e2bff79e -C extra-filename=-313ea92911e0ed88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3849 | 2025-03-07T21:43:39.907Z | Compiling proc-macro-error2 v2.0.1 |
3850 | 2025-03-07T21:43:39.912Z | Running `/home/build/.rustup/toolchains/1.85.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=4ed13c2db2bf7c54 -C extra-filename=-736b2833e5e8df97 --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-8b4db5ad4c51f514.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3851 | 2025-03-07T21:43:40.533Z | Compiling tabled_derive v0.10.0 |
3852 | 2025-03-07T21:43:40.536Z | Running `/home/build/.rustup/toolchains/1.85.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=5ae27b3ca64d9112 -C extra-filename=-d7f127bfbd1f7e8b --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-d7c4e21566c467a3.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-736b2833e5e8df97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3853 | 2025-03-07T21:43:40.897Z | Compiling papergrid v0.14.0 |
3854 | 2025-03-07T21:43:40.901Z | Running `/home/build/.rustup/toolchains/1.85.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=1d6da5cf777295c2 -C extra-filename=-daaf3badf658b7ac --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-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3855 | 2025-03-07T21:43:41.934Z | Compiling pin-project v1.1.6 |
3856 | 2025-03-07T21:43:41.958Z | Running `/home/build/.rustup/toolchains/1.85.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=fb1cdd346ed68889 -C extra-filename=-5f23835bd85c8c0b --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-313ea92911e0ed88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3857 | 2025-03-07T21:43:42.111Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3858 | 2025-03-07T21:43:42.115Z | Running `/home/build/.rustup/toolchains/1.85.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=a86c92efaf83a6a0 -C extra-filename=-15a78accd9bc531c --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-5be7a60b64167706.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3859 | 2025-03-07T21:43:43.508Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3860 | 2025-03-07T21:43:43.511Z | Running `/home/build/.rustup/toolchains/1.85.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=d3c636208e0f0021 -C extra-filename=-0224fd5355c347e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3861 | 2025-03-07T21:43:43.930Z | Compiling io-lifetimes v1.0.11 |
3862 | 2025-03-07T21:43:43.933Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=2d4b2461c7c9db41 -C extra-filename=-eb604646a835d9e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-eb604646a835d9e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3863 | 2025-03-07T21:43:44.316Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3864 | 2025-03-07T21:43:44.323Z | Running `/home/build/.rustup/toolchains/1.85.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=ed90ae9865feb587 -C extra-filename=-ab5ed16095c3a58f --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-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-15a78accd9bc531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3865 | 2025-03-07T21:43:44.496Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9/build-script-build` |
3866 | 2025-03-07T21:43:44.585Z | Compiling tabled v0.18.0 |
3867 | 2025-03-07T21:43:44.589Z | Running `/home/build/.rustup/toolchains/1.85.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=0de11ae59cbf69df -C extra-filename=-bff45b15c413848c --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-daaf3badf658b7ac.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-d7f127bfbd1f7e8b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3868 | 2025-03-07T21:43:44.612Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-eb604646a835d9e3/build-script-build` |
3869 | 2025-03-07T21:43:44.760Z | Compiling snafu-derive v0.8.5 |
3870 | 2025-03-07T21:43:44.763Z | Running `/home/build/.rustup/toolchains/1.85.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=36b2e9f1c1997e74 -C extra-filename=-1184ae155a63fde7 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3871 | 2025-03-07T21:43:45.303Z | Compiling rustix v0.37.28 |
3872 | 2025-03-07T21:43:45.306Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/build.rs --error-format=json --json=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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=b72bba24707a288d -C extra-filename=-a9ae2b7e4053503c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-a9ae2b7e4053503c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3873 | 2025-03-07T21:43:46.049Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-a9ae2b7e4053503c/build-script-build` |
3874 | 2025-03-07T21:43:46.375Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=99ac2bd27f888033 -C extra-filename=-51bd4d9b6f4464c3 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std` |
3875 | 2025-03-07T21:43:46.616Z | Compiling olpc-cjson v0.1.4 |
3876 | 2025-03-07T21:43:46.619Z | Running `/home/build/.rustup/toolchains/1.85.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=708a46fe98887e07 -C extra-filename=-28ea5c7e2900b1de --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3877 | 2025-03-07T21:43:46.919Z | Compiling globset v0.4.15 |
3878 | 2025-03-07T21:43:46.922Z | Running `/home/build/.rustup/toolchains/1.85.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=40a7e7bdf5704e87 -C extra-filename=-ed13e307b4af07aa --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-009794bcd0adcca4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4d7b1a7a2996c10.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3879 | 2025-03-07T21:43:48.132Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3880 | 2025-03-07T21:43:48.136Z | Running `/home/build/.rustup/toolchains/1.85.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=50b3319f68d2531d -C extra-filename=-459e8563a1a50418 --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-c0fa63f21cdf542c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3881 | 2025-03-07T21:43:48.529Z | Running `/home/build/.rustup/toolchains/1.85.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=a115fd9d7945219d -C extra-filename=-2ee7bb6ff9876eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bff45b15c413848c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-ab5ed16095c3a58f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-15a78accd9bc531c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
3882 | 2025-03-07T21:43:49.705Z | Compiling snafu v0.8.5 |
3883 | 2025-03-07T21:43:49.730Z | Running `/home/build/.rustup/toolchains/1.85.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=a409e445686c2eee -C extra-filename=-02a9fcdd8f7a919a --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-1576965aa7d154eb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-5f23835bd85c8c0b.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1184ae155a63fde7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3884 | 2025-03-07T21:43:49.843Z | Compiling serde_plain v1.0.2 |
3885 | 2025-03-07T21:43:49.846Z | Running `/home/build/.rustup/toolchains/1.85.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=17a29bf561f30c37 -C extra-filename=-af1d18c17243a554 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3886 | 2025-03-07T21:43:50.246Z | Compiling typed-path v0.9.3 |
3887 | 2025-03-07T21:43:50.284Z | Running `/home/build/.rustup/toolchains/1.85.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=5f4525a74ee5d27c -C extra-filename=-c7fc43f1738c1f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3888 | 2025-03-07T21:43:50.462Z | Compiling assert_matches v1.5.0 |
3889 | 2025-03-07T21:43:50.466Z | Running `/home/build/.rustup/toolchains/1.85.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=f1209292979fe56c -C extra-filename=-86d5c5f61282caca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3890 | 2025-03-07T21:43:50.602Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=c3952e8550172fbe -C extra-filename=-0a9507dd07bbc299 --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-17fa9da22ed739fc.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a2355d8669023f55.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-51bd4d9b6f4464c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
3891 | 2025-03-07T21:43:50.992Z | Compiling rand_seeder v0.3.0 |
3892 | 2025-03-07T21:43:51.015Z | Running `/home/build/.rustup/toolchains/1.85.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=eb3e993600b6f322 -C extra-filename=-716f8de4628ec366 --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-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3893 | 2025-03-07T21:43:51.085Z | Compiling parse-size v1.1.0 |
3894 | 2025-03-07T21:43:51.088Z | Running `/home/build/.rustup/toolchains/1.85.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=8954ca9a2462e64a -C extra-filename=-2830dcd9912b9801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3895 | 2025-03-07T21:43:51.337Z | Compiling castaway v0.2.3 |
3896 | 2025-03-07T21:43:51.340Z | Running `/home/build/.rustup/toolchains/1.85.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=516d0468b547ae87 -C extra-filename=-bebe91ee8d1e5394 --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-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3897 | 2025-03-07T21:43:51.363Z | Compiling unicode-linebreak v0.1.5 |
3898 | 2025-03-07T21:43:51.387Z | Running `/home/build/.rustup/toolchains/1.85.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=77f64ed00b145e60 -C extra-filename=-59828cace56f042b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3899 | 2025-03-07T21:43:51.556Z | Compiling indoc v2.0.5 |
3900 | 2025-03-07T21:43:51.559Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe6cc8ef1bd5caa -C extra-filename=-815fc54b118b2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3901 | 2025-03-07T21:43:51.894Z | Compiling terminal_size v0.2.6 |
3902 | 2025-03-07T21:43:51.899Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86369b358ce04a08 -C extra-filename=-5a4e57380c7b4c83 --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-0a9507dd07bbc299.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3903 | 2025-03-07T21:43:51.943Z | Compiling yansi v1.0.1 |
3904 | 2025-03-07T21:43:51.948Z | Running `/home/build/.rustup/toolchains/1.85.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=429836a49f98ac53 -C extra-filename=-444815191326c7b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3905 | 2025-03-07T21:43:52.131Z | Compiling smawk v0.3.2 |
3906 | 2025-03-07T21:43:52.173Z | Running `/home/build/.rustup/toolchains/1.85.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=6d670b7b58c651d1 -C extra-filename=-cccb9b30b250fb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3907 | 2025-03-07T21:43:52.379Z | Compiling textwrap v0.16.1 |
3908 | 2025-03-07T21:43:52.382Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="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=7e657eb3fed9bdd0 -C extra-filename=-6cc52bbf45b89078 --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-cccb9b30b250fb03.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5a4e57380c7b4c83.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-59828cace56f042b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3909 | 2025-03-07T21:43:52.670Z | Compiling pretty_assertions v1.4.1 |
3910 | 2025-03-07T21:43:52.674Z | Running `/home/build/.rustup/toolchains/1.85.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=b9f67cbbef76d0ec -C extra-filename=-2bbd0034160bf9d5 --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-52b23efe75c73be7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-444815191326c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3911 | 2025-03-07T21:43:52.696Z | Compiling compact_str v0.8.0 |
3912 | 2025-03-07T21:43:52.700Z | Running `/home/build/.rustup/toolchains/1.85.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=5ff17f053cdf932b -C extra-filename=-e6e585e9bf43fab3 --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-bebe91ee8d1e5394.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3913 | 2025-03-07T21:43:53.199Z | Compiling unicode-truncate v1.1.0 |
3914 | 2025-03-07T21:43:53.202Z | Running `/home/build/.rustup/toolchains/1.85.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=c3113467c29f2ba4 -C extra-filename=-901183f2984a9356 --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-b1a6cfaf89ee5ea3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3915 | 2025-03-07T21:43:53.311Z | Compiling instability v0.3.2 |
3916 | 2025-03-07T21:43:53.316Z | Running `/home/build/.rustup/toolchains/1.85.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=522944b8b730438f -C extra-filename=-796e0f14726f956a --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3917 | 2025-03-07T21:43:53.485Z | Compiling lru v0.12.5 |
3918 | 2025-03-07T21:43:53.488Z | Compiling is_ci v1.2.0 |
3919 | 2025-03-07T21:43:53.488Z | Running `/home/build/.rustup/toolchains/1.85.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=a84a5f951094049c -C extra-filename=-3a037f5c0a787963 --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-27c977240796c3a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3920 | 2025-03-07T21:43:53.511Z | Running `/home/build/.rustup/toolchains/1.85.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=126a4afb6e331626 -C extra-filename=-8407c98361d04245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3921 | 2025-03-07T21:43:53.768Z | Compiling cassowary v0.3.0 |
3922 | 2025-03-07T21:43:53.768Z | Running `/home/build/.rustup/toolchains/1.85.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=cba7839f836eaa42 -C extra-filename=-f090cbbff2df1e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3923 | 2025-03-07T21:43:53.809Z | Compiling supports-color v3.0.2 |
3924 | 2025-03-07T21:43:53.815Z | Running `/home/build/.rustup/toolchains/1.85.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=a15a2860bdae29dc -C extra-filename=-97bda6518ce87822 --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-8407c98361d04245.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3925 | 2025-03-07T21:43:54.060Z | Compiling cargo_metadata v0.19.2 |
3926 | 2025-03-07T21:43:54.063Z | Running `/home/build/.rustup/toolchains/1.85.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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=28ae2874d59fdfd2 -C extra-filename=-e0bdeb5870d332e1 --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-adcdc6bfd3808e20.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c0547bfa01682ea9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3927 | 2025-03-07T21:43:54.113Z | Compiling libz-sys v1.1.20 |
3928 | 2025-03-07T21:43:54.117Z | Running `/home/build/.rustup/toolchains/1.85.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=81be399c604408d0 -C extra-filename=-96579f3d23604e00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3929 | 2025-03-07T21:43:54.495Z | Compiling ratatui v0.29.0 |
3930 | 2025-03-07T21:43:54.499Z | Running `/home/build/.rustup/toolchains/1.85.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=b9968fb39056b70f -C extra-filename=-0208c59fdc702450 --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-5be7a60b64167706.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-f090cbbff2df1e55.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-e6e585e9bf43fab3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-796e0f14726f956a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3a037f5c0a787963.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-901183f2984a9356.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3931 | 2025-03-07T21:43:54.894Z | Compiling concurrent-queue v2.5.0 |
3932 | 2025-03-07T21:43:54.897Z | Running `/home/build/.rustup/toolchains/1.85.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=dba41c2012b8e565 -C extra-filename=-6816705436395c48 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3933 | 2025-03-07T21:43:54.957Z | Compiling parking v2.2.1 |
3934 | 2025-03-07T21:43:54.960Z | Running `/home/build/.rustup/toolchains/1.85.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=ac72a8e439c83d44 -C extra-filename=-36fd86b555587e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3935 | 2025-03-07T21:43:55.301Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00/build-script-build` |
3936 | 2025-03-07T21:43:55.316Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3937 | 2025-03-07T21:43:55.332Z | Running `/home/build/.rustup/toolchains/1.85.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=98ef56c22a135b24 -C extra-filename=-ddb0d768fae224e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3938 | 2025-03-07T21:43:55.423Z | Compiling shell-words v1.1.0 |
3939 | 2025-03-07T21:43:55.427Z | Running `/home/build/.rustup/toolchains/1.85.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=0c91f5b642f8a8e0 -C extra-filename=-90acba706e89bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3940 | 2025-03-07T21:43:55.721Z | Running `/home/build/.rustup/toolchains/1.85.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=dfe38f83845a4b31 -C extra-filename=-348b418b47859ab5 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
3941 | 2025-03-07T21:43:55.923Z | Compiling event-listener v5.3.1 |
3942 | 2025-03-07T21:43:55.927Z | Running `/home/build/.rustup/toolchains/1.85.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=84e9da1c7bb6d568 -C extra-filename=-a3c9ffbbf896f495 --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-6816705436395c48.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3943 | 2025-03-07T21:43:56.228Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5/build-script-build` |
3944 | 2025-03-07T21:43:56.510Z | Compiling event-listener-strategy v0.5.2 |
3945 | 2025-03-07T21:43:56.514Z | Running `/home/build/.rustup/toolchains/1.85.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=4e37f8151bb8a291 -C extra-filename=-ced3744893ec90a3 --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-a3c9ffbbf896f495.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3946 | 2025-03-07T21:43:56.764Z | Compiling vergen v8.3.2 |
3947 | 2025-03-07T21:43:56.768Z | Running `/home/build/.rustup/toolchains/1.85.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=332d0bc72fccc17f -C extra-filename=-33cb8f2c1dab6fba --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3948 | 2025-03-07T21:43:57.157Z | Compiling csv-core v0.1.11 |
3949 | 2025-03-07T21:43:57.160Z | Running `/home/build/.rustup/toolchains/1.85.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=da327e6765c305d1 -C extra-filename=-b92494bcd840d2ac --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3950 | 2025-03-07T21:43:57.396Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba/build-script-build` |
3951 | 2025-03-07T21:43:57.409Z | Compiling futures-lite v2.3.0 |
3952 | 2025-03-07T21:43:57.412Z | Running `/home/build/.rustup/toolchains/1.85.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=1c1411a5c9af703d -C extra-filename=-4c37567c89aebb89 --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-565ca7897df9391c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3953 | 2025-03-07T21:43:57.921Z | Compiling csv v1.3.1 |
3954 | 2025-03-07T21:43:57.929Z | Running `/home/build/.rustup/toolchains/1.85.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=35c37cefaa71597e -C extra-filename=-def9173e44bdd3ba --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-b92494bcd840d2ac.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3955 | 2025-03-07T21:43:58.957Z | Compiling cargo_metadata v0.18.1 |
3956 | 2025-03-07T21:43:58.960Z | Compiling rtoolbox v0.0.2 |
3957 | 2025-03-07T21:43:58.960Z | Running `/home/build/.rustup/toolchains/1.85.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=67ac22b484177476 -C extra-filename=-16356bf0ea08fffe --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-adcdc6bfd3808e20.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c0547bfa01682ea9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3958 | 2025-03-07T21:43:58.983Z | Running `/home/build/.rustup/toolchains/1.85.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=7f709189ba012ff0 -C extra-filename=-67b28dbc51c5f79b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3959 | 2025-03-07T21:43:59.322Z | Compiling hex-literal v0.4.1 |
3960 | 2025-03-07T21:43:59.325Z | Running `/home/build/.rustup/toolchains/1.85.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=7ca1d8db78b4c16c -C extra-filename=-08847813a8d37cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3961 | 2025-03-07T21:43:59.510Z | Compiling rustls v0.21.12 |
3962 | 2025-03-07T21:43:59.514Z | Running `/home/build/.rustup/toolchains/1.85.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=13f79097f12e0ec6 -C extra-filename=-b48cedb51e3ed6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3963 | 2025-03-07T21:43:59.911Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0/build-script-build` |
3964 | 2025-03-07T21:43:59.952Z | Compiling rpassword v7.3.1 |
3965 | 2025-03-07T21:43:59.955Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dffe82e0348e4868 -C extra-filename=-8c199ca108d0f11c --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-41b4d43f76d21dca.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-67b28dbc51c5f79b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3966 | 2025-03-07T21:44:00.274Z | Compiling tui-tree-widget v0.23.0 |
3967 | 2025-03-07T21:44:00.277Z | Running `/home/build/.rustup/toolchains/1.85.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75de22e2b1002b3b -C extra-filename=-1bc3620fa8516bcf --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-0208c59fdc702450.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3968 | 2025-03-07T21:44:00.640Z | Compiling sct v0.7.1 |
3969 | 2025-03-07T21:44:00.643Z | Running `/home/build/.rustup/toolchains/1.85.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=62c7a03a22754604 -C extra-filename=-18d30249ee2795a0 --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-4a68b3eecd5d51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
3970 | 2025-03-07T21:44:00.854Z | Compiling rustls-webpki v0.101.7 |
3971 | 2025-03-07T21:44:00.857Z | Running `/home/build/.rustup/toolchains/1.85.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=7d661f8b228df9b4 -C extra-filename=-4c3595cf945af3c5 --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-4a68b3eecd5d51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
3972 | 2025-03-07T21:44:00.979Z | Compiling async-lock v3.4.0 |
3973 | 2025-03-07T21:44:00.982Z | Running `/home/build/.rustup/toolchains/1.85.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=48304c9f8335bf7a -C extra-filename=-034697de2dece442 --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-a3c9ffbbf896f495.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3974 | 2025-03-07T21:44:01.981Z | Running `/home/build/.rustup/toolchains/1.85.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=ef10e975d88f44ea -C extra-filename=-c7aa25c405f4edd8 --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-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4c3595cf945af3c5.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-18d30249ee2795a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
3975 | 2025-03-07T21:44:02.123Z | Compiling polyval v0.6.2 |
3976 | 2025-03-07T21:44:02.126Z | Running `/home/build/.rustup/toolchains/1.85.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=360ef1ce9a54b46c -C extra-filename=-c4424343c61257aa --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-6a7d445810b36f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3977 | 2025-03-07T21:44:02.413Z | Compiling polling v3.7.3 |
3978 | 2025-03-07T21:44:02.416Z | Running `/home/build/.rustup/toolchains/1.85.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=e66bb25c79e16fb4 -C extra-filename=-9e9512f1bf958d7e --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-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3979 | 2025-03-07T21:44:02.556Z | Compiling ghash v0.5.1 |
3980 | 2025-03-07T21:44:02.559Z | Running `/home/build/.rustup/toolchains/1.85.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=92dae7411e5ab537 -C extra-filename=-ec417484d63974a0 --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-fa2189fce529373d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c4424343c61257aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3981 | 2025-03-07T21:44:02.794Z | Compiling rustls-pemfile v1.0.4 |
3982 | 2025-03-07T21:44:02.797Z | Running `/home/build/.rustup/toolchains/1.85.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=2de3c8c3c6853f15 -C extra-filename=-cd4ddec80e319a56 --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-a7af361641f5e6e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3983 | 2025-03-07T21:44:03.122Z | Compiling async-io v2.3.4 |
3984 | 2025-03-07T21:44:03.126Z | Running `/home/build/.rustup/toolchains/1.85.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=85a8400e6c868da8 -C extra-filename=-c20a273184ae658e --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-034697de2dece442.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-9e9512f1bf958d7e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3985 | 2025-03-07T21:44:03.230Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3986 | 2025-03-07T21:44:03.233Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4395a9fa058d987e -C extra-filename=-bfc989e0ecf2de04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3987 | 2025-03-07T21:44:04.959Z | Running `/home/build/.rustup/toolchains/1.85.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=e84ef56652798465 -C extra-filename=-90e07d4fe2e19254 --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-8fd4b70da2b7fee1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3988 | 2025-03-07T21:44:04.988Z | Compiling async-bb8-diesel v0.2.1 |
3989 | 2025-03-07T21:44:04.991Z | Running `/home/build/.rustup/toolchains/1.85.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=8173b9b2c47f61b7 -C extra-filename=-d85bc770c24fca85 --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-bc831e985963eda0.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-ee3b7cec7f663491.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3990 | 2025-03-07T21:44:05.401Z | Compiling ctr v0.9.2 |
3991 | 2025-03-07T21:44:05.405Z | Running `/home/build/.rustup/toolchains/1.85.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=e0c27b95bd1329b7 -C extra-filename=-1078085c34358c2e --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3992 | 2025-03-07T21:44:05.736Z | Compiling tokio-rustls v0.24.1 |
3993 | 2025-03-07T21:44:05.740Z | Running `/home/build/.rustup/toolchains/1.85.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=07c999ad3e034640 -C extra-filename=-99a90eca578e7b5c --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-c7aa25c405f4edd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
3994 | 2025-03-07T21:44:05.777Z | Compiling twox-hash v2.1.0 |
3995 | 2025-03-07T21:44:05.781Z | Running `/home/build/.rustup/toolchains/1.85.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=e9b05fbf1927f8c9 -C extra-filename=-d82d9c855e3cd528 --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-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3996 | 2025-03-07T21:44:06.157Z | Compiling target-lexicon v0.13.2 |
3997 | 2025-03-07T21:44:06.161Z | Running `/home/build/.rustup/toolchains/1.85.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=5dc7e88a563a6c0d -C extra-filename=-363e6726acdd0622 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3998 | 2025-03-07T21:44:06.434Z | Compiling plotters-backend v0.3.7 |
3999 | 2025-03-07T21:44:06.462Z | Running `/home/build/.rustup/toolchains/1.85.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=08dd768ca999f499 -C extra-filename=-5968e4b2c02669cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4000 | 2025-03-07T21:44:06.538Z | Compiling async-task v4.7.1 |
4001 | 2025-03-07T21:44:06.541Z | Running `/home/build/.rustup/toolchains/1.85.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=9de098ad1428e124 -C extra-filename=-93d03bef6dab1333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4002 | 2025-03-07T21:44:06.941Z | Compiling plotters-svg v0.3.7 |
4003 | 2025-03-07T21:44:06.944Z | Running `/home/build/.rustup/toolchains/1.85.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=25d0b64423c6030d -C extra-filename=-972629b7c04acaea --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-5968e4b2c02669cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4004 | 2025-03-07T21:44:07.014Z | Compiling aes-gcm v0.10.3 |
4005 | 2025-03-07T21:44:07.018Z | Running `/home/build/.rustup/toolchains/1.85.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=e3e1bd36a4d80d60 -C extra-filename=-95d0dd0de9eedfa9 --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-4c6762939c8efd09.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-804c535fa50f5472.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-ec417484d63974a0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4006 | 2025-03-07T21:44:07.234Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622/build-script-build` |
4007 | 2025-03-07T21:44:07.313Z | Compiling async-channel v2.3.1 |
4008 | 2025-03-07T21:44:07.316Z | Running `/home/build/.rustup/toolchains/1.85.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=4f147f26a67333f3 -C extra-filename=-4fe29e1bacbd434b --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-6816705436395c48.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4009 | 2025-03-07T21:44:07.340Z | Compiling piper v0.2.4 |
4010 | 2025-03-07T21:44:07.365Z | Running `/home/build/.rustup/toolchains/1.85.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=10ad705bc357c73a -C extra-filename=-abd82ecc2cf10d5d --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-681c30393c48bbd3.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4011 | 2025-03-07T21:44:07.368Z | Compiling fatfs v0.3.6 |
4012 | 2025-03-07T21:44:07.368Z | Running `/home/build/.rustup/toolchains/1.85.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=b57c6fbc14adef73 -C extra-filename=-6288347184e1dc2c --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4013 | 2025-03-07T21:44:07.709Z | Compiling ssh-encoding v0.2.0 |
4014 | 2025-03-07T21:44:07.733Z | Running `/home/build/.rustup/toolchains/1.85.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=6e9bd44f13fb6ad6 -C extra-filename=-f1918052e0ce7f5a --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-c2d7fa6755e2dac2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4015 | 2025-03-07T21:44:07.736Z | Compiling blowfish v0.9.1 |
4016 | 2025-03-07T21:44:07.736Z | Running `/home/build/.rustup/toolchains/1.85.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=0bb8449680252546 -C extra-filename=-414e3f89b044b4b6 --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-6fa0bc0485b87f2d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4017 | 2025-03-07T21:44:08.198Z | Compiling cast v0.3.0 |
4018 | 2025-03-07T21:44:08.201Z | Running `/home/build/.rustup/toolchains/1.85.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=703949b22b32fbf8 -C extra-filename=-c3c10885ff040dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4019 | 2025-03-07T21:44:08.224Z | Compiling guppy-workspace-hack v0.1.0 |
4020 | 2025-03-07T21:44:08.227Z | Running `/home/build/.rustup/toolchains/1.85.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=6f9863d7d99eb788 -C extra-filename=-1baea951f9248ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4021 | 2025-03-07T21:44:08.554Z | Compiling criterion-plot v0.5.0 |
4022 | 2025-03-07T21:44:08.557Z | Running `/home/build/.rustup/toolchains/1.85.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=809bc4cf05d8299e -C extra-filename=-773587f2f8bd58d6 --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-c3c10885ff040dc5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4023 | 2025-03-07T21:44:08.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0/build-script-build` |
4024 | 2025-03-07T21:44:08.651Z | Compiling ssh-cipher v0.2.0 |
4025 | 2025-03-07T21:44:08.654Z | Running `/home/build/.rustup/toolchains/1.85.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=15d9a5783c81c101 -C extra-filename=-1df66e247ef0dc26 --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-804c535fa50f5472.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d0dd0de9eedfa9.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4026 | 2025-03-07T21:44:08.941Z | Compiling bcrypt-pbkdf v0.10.0 |
4027 | 2025-03-07T21:44:08.945Z | Running `/home/build/.rustup/toolchains/1.85.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=9f6b97290cafaccc -C extra-filename=-977d6f1c7bf70020 --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-414e3f89b044b4b6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7962e7027656ae01.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4028 | 2025-03-07T21:44:09.181Z | Compiling blocking v1.6.1 |
4029 | 2025-03-07T21:44:09.184Z | Running `/home/build/.rustup/toolchains/1.85.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=384dfe7315ada6fc -C extra-filename=-a08fb64382f79c47 --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-4fe29e1bacbd434b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-93d03bef6dab1333.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-abd82ecc2cf10d5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4030 | 2025-03-07T21:44:09.466Z | Running `/home/build/.rustup/toolchains/1.85.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=fe4ba6d06697333b -C extra-filename=-43a8b6a8a2a9aea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
4031 | 2025-03-07T21:44:09.553Z | Compiling plotters v0.3.7 |
4032 | 2025-03-07T21:44:09.556Z | Running `/home/build/.rustup/toolchains/1.85.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=42b99869348331aa -C extra-filename=-6a14f82f12e45955 --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-e9d24d36744151b0.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5968e4b2c02669cc.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-972629b7c04acaea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4033 | 2025-03-07T21:44:09.701Z | Compiling async-executor v1.13.1 |
4034 | 2025-03-07T21:44:09.705Z | Running `/home/build/.rustup/toolchains/1.85.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=189d95a19da9fc17 -C extra-filename=-9d2af3123687ef74 --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-93d03bef6dab1333.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4035 | 2025-03-07T21:44:10.035Z | Compiling async-signal v0.2.10 |
4036 | 2025-03-07T21:44:10.038Z | Running `/home/build/.rustup/toolchains/1.85.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=2da44a4e56de27d5 -C extra-filename=-f1a54308e5ad032f --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-c20a273184ae658e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4037 | 2025-03-07T21:44:10.176Z | Compiling password-hash v0.4.2 |
4038 | 2025-03-07T21:44:10.180Z | Running `/home/build/.rustup/toolchains/1.85.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=cddfad15882b54ab -C extra-filename=-670fef024ee7d2da --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-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4039 | 2025-03-07T21:44:10.431Z | Compiling tinytemplate v1.2.1 |
4040 | 2025-03-07T21:44:10.438Z | Running `/home/build/.rustup/toolchains/1.85.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=355d056738436441 -C extra-filename=-1eec1f27a9afab8e --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4041 | 2025-03-07T21:44:10.473Z | Compiling anes v0.1.6 |
4042 | 2025-03-07T21:44:10.476Z | Running `/home/build/.rustup/toolchains/1.85.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=4bd1bb57aed26739 -C extra-filename=-2843394d779a6254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4043 | 2025-03-07T21:44:10.935Z | Compiling futures-timer v3.0.3 |
4044 | 2025-03-07T21:44:10.938Z | Running `/home/build/.rustup/toolchains/1.85.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=83f54e959de79c95 -C extra-filename=-1c9e203241d7a36c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4045 | 2025-03-07T21:44:11.007Z | Compiling target-spec v3.4.2 |
4046 | 2025-03-07T21:44:11.010Z | Running `/home/build/.rustup/toolchains/1.85.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=62503c8b2d4b34c5 -C extra-filename=-050e9551b72c463b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4047 | 2025-03-07T21:44:11.351Z | Compiling event-listener v2.5.3 |
4048 | 2025-03-07T21:44:11.354Z | Running `/home/build/.rustup/toolchains/1.85.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=1033fda43f71166c -C extra-filename=-808af2bc3025f462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4049 | 2025-03-07T21:44:11.571Z | Compiling oorandom v11.1.4 |
4050 | 2025-03-07T21:44:11.574Z | Running `/home/build/.rustup/toolchains/1.85.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=680ec18f4fb6a25f -C extra-filename=-9c8bffdcce49950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4051 | 2025-03-07T21:44:11.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b/build-script-build` |
4052 | 2025-03-07T21:44:11.745Z | Compiling criterion v0.5.1 |
4053 | 2025-03-07T21:44:11.745Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=b12ed88684261f45 -C extra-filename=-6cd3572c408f5a5c --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-2843394d779a6254.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-c3c10885ff040dc5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-773587f2f8bd58d6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-9c8bffdcce49950a.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-6a14f82f12e45955.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-1eec1f27a9afab8e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4054 | 2025-03-07T21:44:11.780Z | Compiling async-channel v1.9.0 |
4055 | 2025-03-07T21:44:11.783Z | Running `/home/build/.rustup/toolchains/1.85.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=2a8d764c71eb6a95 -C extra-filename=-f0b5b0e6cd1f79d7 --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-6816705436395c48.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-808af2bc3025f462.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4056 | 2025-03-07T21:44:11.806Z | Compiling pbkdf2 v0.11.0 |
4057 | 2025-03-07T21:44:11.810Z | Running `/home/build/.rustup/toolchains/1.85.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=e1debfa6e275cc14 -C extra-filename=-f6710f27aaa89ddb --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-b85cfe1a68b7b72b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-670fef024ee7d2da.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2025-03-07T21:44:11.834Z | Compiling async-process v2.3.0 |
4059 | 2025-03-07T21:44:11.837Z | Running `/home/build/.rustup/toolchains/1.85.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=136424512c456c62 -C extra-filename=-6c6b07a39510fc63 --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-c20a273184ae658e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-f1a54308e5ad032f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-a3c9ffbbf896f495.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4060 | 2025-03-07T21:44:12.110Z | Compiling async-global-executor v2.4.1 |
4061 | 2025-03-07T21:44:12.113Z | Running `/home/build/.rustup/toolchains/1.85.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=0ad53ca7f556ffce -C extra-filename=-c9bbab09d1e76dac --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-4fe29e1bacbd434b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-9d2af3123687ef74.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c20a273184ae658e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a08fb64382f79c47.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4062 | 2025-03-07T21:44:12.185Z | Compiling cfg-expr v0.18.0 |
4063 | 2025-03-07T21:44:12.230Z | Running `/home/build/.rustup/toolchains/1.85.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=7745e59a04950942 -C extra-filename=-34f0d976c54ae8b3 --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-e5bb232e735f783e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4064 | 2025-03-07T21:44:12.989Z | Compiling ssh-key v0.6.6 |
4065 | 2025-03-07T21:44:12.989Z | Running `/home/build/.rustup/toolchains/1.85.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=02ecb4361a0a07e3 -C extra-filename=-43f96a3641fe0894 --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-977d6f1c7bf70020.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-1df66e247ef0dc26.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4066 | 2025-03-07T21:44:13.454Z | Running `/home/build/.rustup/toolchains/1.85.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=f12bdc19d7b8cc16 -C extra-filename=-c4a77aed3136874e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4067 | 2025-03-07T21:44:13.544Z | Compiling p521 v0.13.3 |
4068 | 2025-03-07T21:44:13.547Z | Running `/home/build/.rustup/toolchains/1.85.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=ba3e5ca763c74cb0 -C extra-filename=-0253442f8bb429c9 --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-59f735bafba8b59a.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4069 | 2025-03-07T21:44:13.582Z | Compiling p256 v0.13.2 |
4070 | 2025-03-07T21:44:13.587Z | Running `/home/build/.rustup/toolchains/1.85.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=6294e4d17e27170e -C extra-filename=-90ab371e3e0c347e --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-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4071 | 2025-03-07T21:44:14.365Z | Compiling petname v2.0.2 |
4072 | 2025-03-07T21:44:14.369Z | Running `/home/build/.rustup/toolchains/1.85.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=5df3ff5d0fdbe9e9 -C extra-filename=-b9d7c42cf47063c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b9d7c42cf47063c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4073 | 2025-03-07T21:44:15.453Z | Compiling async-attributes v1.1.2 |
4074 | 2025-03-07T21:44:15.459Z | Running `/home/build/.rustup/toolchains/1.85.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=492108b7931fc039 -C extra-filename=-b57850de5a958fee --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4075 | 2025-03-07T21:44:15.725Z | Compiling russh-cryptovec v0.7.3 |
4076 | 2025-03-07T21:44:15.728Z | Running `/home/build/.rustup/toolchains/1.85.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=5b4ca18bd820c467 -C extra-filename=-162e461e60328c58 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4077 | 2025-03-07T21:44:16.054Z | Compiling kv-log-macro v1.0.7 |
4078 | 2025-03-07T21:44:16.058Z | Running `/home/build/.rustup/toolchains/1.85.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=c1890401a36a24f4 -C extra-filename=-2d4fc2622d364327 --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4079 | 2025-03-07T21:44:16.296Z | Compiling md5 v0.7.0 |
4080 | 2025-03-07T21:44:16.300Z | Running `/home/build/.rustup/toolchains/1.85.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=838966c9648680f2 -C extra-filename=-6ea6af0aaaf947a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4081 | 2025-03-07T21:44:16.446Z | Compiling async-std v1.13.0 |
4082 | 2025-03-07T21:44:16.449Z | Running `/home/build/.rustup/toolchains/1.85.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=5c8c5b948d4d330f -C extra-filename=-a684a216c9a6a7e6 --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-b57850de5a958fee.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-f0b5b0e6cd1f79d7.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-c9bbab09d1e76dac.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c20a273184ae658e.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-6c6b07a39510fc63.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-2d4fc2622d364327.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4083 | 2025-03-07T21:44:16.817Z | Compiling russh-keys v0.45.0 |
4084 | 2025-03-07T21:44:16.821Z | Running `/home/build/.rustup/toolchains/1.85.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=09a0423b5e127f4d -C extra-filename=-4419769ec7f1aed8 --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-804c535fa50f5472.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-977d6f1c7bf70020.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b3d23440d6a81f31.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6ea6af0aaaf947a5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-90ab371e3e0c347e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-7356ca2b44df7c8a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0253442f8bb429c9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f6710f27aaa89ddb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-51a952355bc0985d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-23ee09c5fa388afc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-43f96a3641fe0894.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4085 | 2025-03-07T21:44:16.955Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-b9d7c42cf47063c7/build-script-build` |
4086 | 2025-03-07T21:44:17.321Z | Running `/home/build/.rustup/toolchains/1.85.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=63f7d521a89cba46 -C extra-filename=-65df188450f0b3e9 --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-34f0d976c54ae8b3.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4087 | 2025-03-07T21:44:18.222Z | Compiling num-bigint v0.4.6 |
4088 | 2025-03-07T21:44:18.225Z | Running `/home/build/.rustup/toolchains/1.85.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=2741a6ae7cdd817e -C extra-filename=-d6af597b7607e30c --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4089 | 2025-03-07T21:44:20.379Z | Compiling pathdiff v0.2.3 |
4090 | 2025-03-07T21:44:20.382Z | Running `/home/build/.rustup/toolchains/1.85.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=660e8238e4b3f8fc -C extra-filename=-1568d1509890a57d --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-adcdc6bfd3808e20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4091 | 2025-03-07T21:44:20.584Z | Compiling des v0.8.1 |
4092 | 2025-03-07T21:44:20.587Z | Running `/home/build/.rustup/toolchains/1.85.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=17ae66742302f8ff -C extra-filename=-703f396b35318925 --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4093 | 2025-03-07T21:44:20.924Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4094 | 2025-03-07T21:44:20.928Z | Running `/home/build/.rustup/toolchains/1.85.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=f255a679aeed0d80 -C extra-filename=-2e54a085cb568cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4095 | 2025-03-07T21:44:21.820Z | Compiling doc-comment v0.3.3 |
4096 | 2025-03-07T21:44:21.823Z | Running `/home/build/.rustup/toolchains/1.85.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=ae19a3e3f107d006 -C extra-filename=-c435d2e39c49a2e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4097 | 2025-03-07T21:44:22.421Z | Compiling nested v0.1.1 |
4098 | 2025-03-07T21:44:22.424Z | Running `/home/build/.rustup/toolchains/1.85.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=361a063f99b9b5ce -C extra-filename=-6ec860b506b2a8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4099 | 2025-03-07T21:44:22.478Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0/build-script-build` |
4100 | 2025-03-07T21:44:22.653Z | Compiling guppy v0.17.17 |
4101 | 2025-03-07T21:44:22.657Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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=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=5af4903c02adeb0c -C extra-filename=-f18d930debce814c --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-86a99f4ac28d3b8b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-140b94a4a31f886a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-6ec860b506b2a8d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-1568d1509890a57d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-65df188450f0b3e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4102 | 2025-03-07T21:44:22.718Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4103 | 2025-03-07T21:44:22.721Z | Running `/home/build/.rustup/toolchains/1.85.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=59c9f9bc07a8b926 -C extra-filename=-87abe05fb4257710 --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-2e54a085cb568cbd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4104 | 2025-03-07T21:44:22.748Z | Compiling russh v0.45.0 |
4105 | 2025-03-07T21:44:22.772Z | Running `/home/build/.rustup/toolchains/1.85.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=074fcac19e0c7746 -C extra-filename=-93810b0178d329a7 --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-804c535fa50f5472.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d0dd0de9eedfa9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-703f396b35318925.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d6af597b7607e30c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-90ab371e3e0c347e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-7356ca2b44df7c8a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0253442f8bb429c9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-43f96a3641fe0894.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4106 | 2025-03-07T21:44:25.685Z | Compiling async-object-pool v0.1.5 |
4107 | 2025-03-07T21:44:25.690Z | Running `/home/build/.rustup/toolchains/1.85.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=b47d4d0884ae8f3c -C extra-filename=-b8cfb174c1d53eb3 --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-a684a216c9a6a7e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4108 | 2025-03-07T21:44:25.902Z | Running `/home/build/.rustup/toolchains/1.85.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=0c86eaee59924e80 -C extra-filename=-f0251f222715a768 --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-3a638bc4540ce81b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4109 | 2025-03-07T21:44:27.825Z | Compiling rstest_macros v0.24.0 |
4110 | 2025-03-07T21:44:27.828Z | Running `/home/build/.rustup/toolchains/1.85.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.24.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=0371576b2cbb0481 -C extra-filename=-b114229bfa743eb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b114229bfa743eb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4111 | 2025-03-07T21:44:28.310Z | Compiling assert-json-diff v2.0.2 |
4112 | 2025-03-07T21:44:28.313Z | Running `/home/build/.rustup/toolchains/1.85.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=39ed28e1ef4ae81b -C extra-filename=-7057846163c37d7b --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4113 | 2025-03-07T21:44:28.419Z | Compiling serde_regex v1.1.0 |
4114 | 2025-03-07T21:44:28.419Z | Running `/home/build/.rustup/toolchains/1.85.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=8d9a4ed3465c5dd0 -C extra-filename=-317eb24541d8091a --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-bf3499c0732349d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4115 | 2025-03-07T21:44:28.744Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4116 | 2025-03-07T21:44:28.748Z | Running `/home/build/.rustup/toolchains/1.85.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=7f49f869343b4439 -C extra-filename=-01907fd4d8cf1665 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4117 | 2025-03-07T21:44:29.121Z | Compiling path-tree v0.8.1 |
4118 | 2025-03-07T21:44:29.125Z | Running `/home/build/.rustup/toolchains/1.85.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=88cbcb7245117d54 -C extra-filename=-9277058463fde68d --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-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4119 | 2025-03-07T21:44:29.195Z | Compiling internet-checksum v0.2.1 |
4120 | 2025-03-07T21:44:29.198Z | Running `/home/build/.rustup/toolchains/1.85.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=d2298f0817871a9f -C extra-filename=-13051e6052c12f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4121 | 2025-03-07T21:44:29.432Z | Compiling target-triple v0.1.3 |
4122 | 2025-03-07T21:44:29.435Z | Running `/home/build/.rustup/toolchains/1.85.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=0648956c8497b2b5 -C extra-filename=-570c10dfe4911b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4123 | 2025-03-07T21:44:29.696Z | Compiling sync-ptr v0.1.1 |
4124 | 2025-03-07T21:44:29.723Z | Running `/home/build/.rustup/toolchains/1.85.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=7755f01392e76ea5 -C extra-filename=-d93ec13b1f6e1d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4125 | 2025-03-07T21:44:29.794Z | Compiling stringmetrics v2.2.2 |
4126 | 2025-03-07T21:44:29.797Z | Running `/home/build/.rustup/toolchains/1.85.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=2bb4121964930bf7 -C extra-filename=-6832e345e2f96af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4127 | 2025-03-07T21:44:29.822Z | Compiling assert_cmd v2.0.16 |
4128 | 2025-03-07T21:44:29.825Z | Running `/home/build/.rustup/toolchains/1.85.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0bddd4d9b561868f -C extra-filename=-fb48e12239b53ca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4129 | 2025-03-07T21:44:29.924Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b114229bfa743eb6/build-script-build` |
4130 | 2025-03-07T21:44:30.023Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41/build-script-build` |
4131 | 2025-03-07T21:44:30.061Z | Compiling httpmock v0.8.0-alpha.1 |
4132 | 2025-03-07T21:44:30.064Z | Running `/home/build/.rustup/toolchains/1.85.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=96ba1071235cfa0e -C extra-filename=-9f9b940c922af0a6 --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-7057846163c37d7b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b8cfb174c1d53eb3.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-a684a216c9a6a7e6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-9277058463fde68d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-317eb24541d8091a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-6832e345e2f96af4.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4133 | 2025-03-07T21:44:30.086Z | Compiling proc-macro-crate v3.2.0 |
4134 | 2025-03-07T21:44:30.089Z | Running `/home/build/.rustup/toolchains/1.85.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=70b443d93fdf5ee9 -C extra-filename=-182662e5ecbd8530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4135 | 2025-03-07T21:44:30.089Z | Running `/home/build/.rustup/toolchains/1.85.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=3419388fc51f1b5c -C extra-filename=-03988253647f9020 --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-597b3c4b298e6693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4136 | 2025-03-07T21:44:30.211Z | Compiling relative-path v1.9.3 |
4137 | 2025-03-07T21:44:30.214Z | Running `/home/build/.rustup/toolchains/1.85.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=70de3d81af693cb0 -C extra-filename=-0eb028b20f7c09fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4138 | 2025-03-07T21:44:30.298Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7/build-script-build` |
4139 | 2025-03-07T21:44:30.340Z | Running `/home/build/.rustup/toolchains/1.85.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=9f00a819561a434d -C extra-filename=-6cf124313f518f3c --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-6d479df9ba02b817.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4d7b1a7a2996c10.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-182662e5ecbd8530.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4140 | 2025-03-07T21:44:30.826Z | Running `/home/build/.rustup/toolchains/1.85.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=6f8ca345a1af0178 -C extra-filename=-e1ca1331af96a009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'` |
4141 | 2025-03-07T21:44:30.973Z | Compiling multimap v0.10.0 |
4142 | 2025-03-07T21:44:30.977Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=4a7265abd61afa65 -C extra-filename=-0ce057662b19811a --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4143 | 2025-03-07T21:44:31.302Z | Running `/home/build/.rustup/toolchains/1.85.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.24.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=4bfe2a9351d86a52 -C extra-filename=-f33a5a4a4824c8cd --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-ec0e17f73ce37523.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-03988253647f9020.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0eb028b20f7c09fe.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4144 | 2025-03-07T21:44:31.327Z | Compiling uzers v0.12.1 |
4145 | 2025-03-07T21:44:31.330Z | Running `/home/build/.rustup/toolchains/1.85.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=a0c313236b547675 -C extra-filename=-57e8641725d33b70 --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-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4146 | 2025-03-07T21:44:31.472Z | Compiling trybuild v1.0.103 |
4147 | 2025-03-07T21:44:31.475Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=45b2d9c2c50b7f5d -C extra-filename=-158fe940e6ad0674 --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-0173d020d94cf3b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e1ca1331af96a009.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4148 | 2025-03-07T21:44:32.402Z | Compiling partial-io v0.5.4 |
4149 | 2025-03-07T21:44:32.405Z | Running `/home/build/.rustup/toolchains/1.85.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=3b76fb90fd18fc4f -C extra-filename=-e8ab78fae7d9916e --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-6eab0af28e65d10c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-5f23835bd85c8c0b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4150 | 2025-03-07T21:44:32.877Z | Compiling blake2b_simd v1.0.2 |
4151 | 2025-03-07T21:44:32.880Z | Running `/home/build/.rustup/toolchains/1.85.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=c65964f4c9cd1808 -C extra-filename=-5fe6960b34ecb960 --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-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4152 | 2025-03-07T21:44:37.438Z | Compiling httptest v0.16.3 |
4153 | 2025-03-07T21:44:37.441Z | Running `/home/build/.rustup/toolchains/1.85.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=b0bda7379088e06a -C extra-filename=-a2083d6ee951657b --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-d4d7b1a7a2996c10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f1f379659423d538.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4154 | 2025-03-07T21:44:38.410Z | Compiling rustls-native-certs v0.7.3 |
4155 | 2025-03-07T21:44:38.415Z | Running `/home/build/.rustup/toolchains/1.85.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.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=43ea3f16257551fb -C extra-filename=-e0be760ec0461c24 --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-680b0b49a0cdfac0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4156 | 2025-03-07T21:44:38.973Z | Compiling rand_distr v0.4.3 |
4157 | 2025-03-07T21:44:38.988Z | Running `/home/build/.rustup/toolchains/1.85.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=aa755879c9ff09f9 -C extra-filename=-c00fa509b30f8352 --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-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4158 | 2025-03-07T21:44:39.860Z | Compiling approx v0.5.1 |
4159 | 2025-03-07T21:44:39.863Z | Running `/home/build/.rustup/toolchains/1.85.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=f8413e81004cabb6 -C extra-filename=-b3e9fc05d66ffd44 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4160 | 2025-03-07T21:44:40.124Z | Compiling rust-argon2 v2.1.0 |
4161 | 2025-03-07T21:44:40.128Z | Running `/home/build/.rustup/toolchains/1.85.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=1306718683f7c1ce -C extra-filename=-4686149c940e4104 --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-a7af361641f5e6e7.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-5fe6960b34ecb960.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4162 | 2025-03-07T21:44:40.274Z | Compiling rstest v0.24.0 |
4163 | 2025-03-07T21:44:40.277Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=8fb81419ad97d436 -C extra-filename=-e3af39f1dfb8b823 --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-1c9e203241d7a36c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-f33a5a4a4824c8cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4164 | 2025-03-07T21:44:40.511Z | Compiling cargo_toml v0.21.0 |
4165 | 2025-03-07T21:44:40.514Z | Running `/home/build/.rustup/toolchains/1.85.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=85cc837c8cba7b09 -C extra-filename=-d8a5f87c4d5f0e69 --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-5439297beec40e26.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4166 | 2025-03-07T21:44:41.867Z | Compiling termios v0.3.3 |
4167 | 2025-03-07T21:44:41.870Z | Running `/home/build/.rustup/toolchains/1.85.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=c5dc16838a699847 -C extra-filename=-d1acaa504fd3d2ed --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4168 | 2025-03-07T21:44:42.130Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=976f49f8c5d80dd4 -C extra-filename=-d6c52bd394992be9 --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-6b9396a7b4fdb025.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4169 | 2025-03-07T21:44:44.742Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-971b0d375c0efa06/build-script-build` |
4170 | 2025-03-07T21:44:44.793Z | Running `/home/build/.rustup/toolchains/1.85.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=6921d6879a309d18 -C extra-filename=-064cb021aefc2c3d --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-733d7b7938cc4461.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated` |
4171 | 2025-03-07T21:44:44.809Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9/build-script-build` |
4172 | 2025-03-07T21:44:47.303Z | Running `/home/build/.rustup/toolchains/1.85.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=de439efda8af1a55 -C extra-filename=-546ca2b8c4690a10 --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-064cb021aefc2c3d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'` |
4173 | 2025-03-07T21:44:47.379Z | Running `/home/build/.rustup/toolchains/1.85.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=2e594be98a6c39c4 -C extra-filename=-814754a455ee626e --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-41b4d43f76d21dca.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-348b418b47859ab5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
4174 | 2025-03-07T21:44:47.412Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4175 | 2025-03-07T21:44:47.415Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f2c5cd2cba0a03 -C extra-filename=-576402b43bc22cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-d8a5f87c4d5f0e69.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4176 | 2025-03-07T21:44:47.961Z | Compiling git2 v0.19.0 |
4177 | 2025-03-07T21:44:47.964Z | Running `/home/build/.rustup/toolchains/1.85.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=038e162dd87d5889 -C extra-filename=-3a4af5d6ce33244f --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-5be7a60b64167706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-814754a455ee626e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64` |
4178 | 2025-03-07T21:44:49.935Z | Compiling rustls-webpki v0.102.8 |
4179 | 2025-03-07T21:44:49.938Z | Running `/home/build/.rustup/toolchains/1.85.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=cafb97c7a26bd3bd -C extra-filename=-642a4257da59b455 --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-546ca2b8c4690a10.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
4180 | 2025-03-07T21:44:51.277Z | Running `/home/build/.rustup/toolchains/1.85.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=4decbf82c4b042e4 -C extra-filename=-429cd774d45cbd7f --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-546ca2b8c4690a10.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
4181 | 2025-03-07T21:44:51.844Z | Running `/home/build/.rustup/toolchains/1.85.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=68d7b5ba43da20c9 -C extra-filename=-602497b7914c8656 --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-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4182 | 2025-03-07T21:44:53.142Z | Compiling samael v0.0.18 |
4183 | 2025-03-07T21:44:53.145Z | Running `/home/build/.rustup/toolchains/1.85.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.18/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=eb1c75058dc3e707 -C extra-filename=-04e064e709981e89 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-04e064e709981e89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1468b149f74686a8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4184 | 2025-03-07T21:44:55.554Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-04e064e709981e89/build-script-bindings` |
4185 | 2025-03-07T21:44:56.721Z | Compiling tokio-rustls v0.25.0 |
4186 | 2025-03-07T21:44:56.745Z | Running `/home/build/.rustup/toolchains/1.85.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=da44afe35b723123 -C extra-filename=-cd898422615233af --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-602497b7914c8656.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4187 | 2025-03-07T21:44:57.180Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=25e03d2ad1fb091d -C extra-filename=-7abdc49dfbaf5311 --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-eb5f2fe76bdb2026.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-536c1bae1f7027b1.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1644b34ad20cd005.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cd898422615233af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4188 | 2025-03-07T21:44:57.478Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=96e0207b1f65b54c -C extra-filename=-aa66fe26c93fdc96 --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-eb5f2fe76bdb2026.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-2f4fc5024b2e6495.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1644b34ad20cd005.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cd898422615233af.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4189 | 2025-03-07T21:45:00.461Z | Compiling tokio-rustls v0.26.0 |
4190 | 2025-03-07T21:45:00.464Z | Running `/home/build/.rustup/toolchains/1.85.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=77e02918b0b2fe8c -C extra-filename=-ab13e610a31ec249 --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-429cd774d45cbd7f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
4191 | 2025-03-07T21:45:00.984Z | Compiling hyper-rustls v0.27.3 |
4192 | 2025-03-07T21:45:00.987Z | Running `/home/build/.rustup/toolchains/1.85.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,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=8d6a348e146fe630 -C extra-filename=-42263bb662c99507 --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
4193 | 2025-03-07T21:45:01.317Z | Running `/home/build/.rustup/toolchains/1.85.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=55bebef887d6e8e3 -C extra-filename=-4a3c2e813716afe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bfbd0afb5f2422e7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-90d80718d93ed372.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out` |
4194 | 2025-03-07T21:45:01.615Z | Compiling reqwest v0.12.12 |
4195 | 2025-03-07T21:45:01.618Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=961e83beb09ed1e8 -C extra-filename=-b6ff835e5306a45a --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-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d44c549fab7c04af.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-fb7bc0cf3b444820.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42263bb662c99507.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-1faa45c58c5650ad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-22fa3744729673fd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ea71c8fd74a63323.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-74a4a16cf0e81e66.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4196 | 2025-03-07T21:45:02.215Z | Compiling qorb v0.2.1 |
4197 | 2025-03-07T21:45:02.218Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=4f969fe5f7d1800d -C extra-filename=-8c125acb1a68cac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d911eb2b3136df14.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4198 | 2025-03-07T21:45:02.606Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=be4a2883a40d5fd7 -C extra-filename=-fd1a688fa2ef92bd --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-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-91508e08a1292ca3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-7fb2d77fb76817ca.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-e850916f799c956c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic` |
4199 | 2025-03-07T21:45:02.945Z | Running `/home/build/.rustup/toolchains/1.85.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=982404ae866a362b -C extra-filename=-9952c213631c5ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-16356bf0ea08fffe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-3a4af5d6ce33244f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/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)'` |
4200 | 2025-03-07T21:45:03.350Z | Compiling hyper-rustls v0.26.0 |
4201 | 2025-03-07T21:45:03.352Z | Running `/home/build/.rustup/toolchains/1.85.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.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=7e6b5e7be9b21adc -C extra-filename=-438d2c5eb9782f9f --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0be760ec0461c24.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cd898422615233af.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4202 | 2025-03-07T21:45:04.033Z | Compiling polar-core v0.27.3 |
4203 | 2025-03-07T21:45:04.036Z | Running `/home/build/.rustup/toolchains/1.85.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=0724e9a85186cade -C extra-filename=-512a212588e43d37 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-512a212588e43d37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8aa7e88ceb80d523.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4204 | 2025-03-07T21:45:04.480Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
4205 | 2025-03-07T21:45:04.483Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=3536447a0daf003a -C extra-filename=-a9f200dd65110e89 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-a9f200dd65110e89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9952c213631c5ea2.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64` |
4206 | 2025-03-07T21:45:04.965Z | Compiling progenitor-client v0.9.1 |
4207 | 2025-03-07T21:45:04.965Z | Compiling progenitor-client v0.8.0 |
4208 | 2025-03-07T21:45:04.968Z | Running `/home/build/.rustup/toolchains/1.85.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=5e70fe7c09eb4418 -C extra-filename=-5aab157a7e8c894e --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-770e947861f81604.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4209 | 2025-03-07T21:45:04.968Z | Running `/home/build/.rustup/toolchains/1.85.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=c71a92af917eced6 -C extra-filename=-02c814c0ab75679f --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-770e947861f81604.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4210 | 2025-03-07T21:45:05.529Z | Compiling progenitor v0.8.0 |
4211 | 2025-03-07T21:45:05.532Z | Running `/home/build/.rustup/toolchains/1.85.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=2a4934b8d703bd18 -C extra-filename=-cf4fa1aece850e01 --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-02c814c0ab75679f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-ab09755d13860ca3.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ac4cdfd22c800891.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4212 | 2025-03-07T21:45:05.575Z | Compiling progenitor v0.9.1 |
4213 | 2025-03-07T21:45:05.575Z | Running `/home/build/.rustup/toolchains/1.85.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=6ee592406d134594 -C extra-filename=-8be3bf692705424a --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-5aab157a7e8c894e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-99ae6fece656d594.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-96a6af69e0ac903b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4214 | 2025-03-07T21:45:05.796Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4215 | 2025-03-07T21:45:05.799Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/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=3183f0382680986c -C extra-filename=-7236e0c202523a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cf4fa1aece850e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4216 | 2025-03-07T21:45:05.824Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4217 | 2025-03-07T21:45:05.848Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
4218 | 2025-03-07T21:45:05.851Z | Running `/home/build/.rustup/toolchains/1.85.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=62e663c3431f84ea -C extra-filename=-78205468f84aa60b --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-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cf4fa1aece850e01.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4219 | 2025-03-07T21:45:05.851Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=b625464c1e127347 -C extra-filename=-660bb627849ab99e --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-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-10a525094166d2ba.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4220 | 2025-03-07T21:45:06.051Z | Compiling omicron-zone-package v0.12.0 |
4221 | 2025-03-07T21:45:06.087Z | Running `/home/build/.rustup/toolchains/1.85.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=d694cbd789cb82e2 -C extra-filename=-50b8830ec4e53678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4b54bf9df690813f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-86177580405ba44e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4222 | 2025-03-07T21:45:06.511Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4223 | 2025-03-07T21:45:06.514Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/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=2dd26f5468e121f6 -C extra-filename=-49c818e7dc875565 --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-1d8cca03ebf99153.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cf4fa1aece850e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4224 | 2025-03-07T21:45:07.697Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-512a212588e43d37/build-script-build` |
4225 | 2025-03-07T21:45:07.948Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
4226 | 2025-03-07T21:45:07.952Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=c24ee615100e174b -C extra-filename=-475348e4eace7cb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4227 | 2025-03-07T21:45:09.494Z | Running `/home/build/.rustup/toolchains/1.85.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=0a4f5a70937019f0 -C extra-filename=-dfc776dff89ad187 --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-d33a4a5442d4a3b1.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3cff2d5f6150fa30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4228 | 2025-03-07T21:45:09.572Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
4229 | 2025-03-07T21:45:09.575Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6b5f2af/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=b957c146a9ea246b -C extra-filename=-4ce8497ece1edf57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-841e8482c19952f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64` |
4230 | 2025-03-07T21:45:11.367Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
4231 | 2025-03-07T21:45:11.370Z | Running `/home/build/.rustup/toolchains/1.85.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=c42b289e4802af8c -C extra-filename=-54f61127c2ce79c1 --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-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-cef61d0e65bcc434.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-78205468f84aa60b.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cb4734ec8a6a7a25.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-cef9853a0727727e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8558cd4121d616a4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1e925c1f40240c7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4232 | 2025-03-07T21:45:11.753Z | Compiling tough v0.19.0 |
4233 | 2025-03-07T21:45:11.763Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=2bf725e68f7fed24 -C extra-filename=-77d1cee41ab1d405 --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-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-ed13e307b4af07aa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-28ea5c7e2900b1de.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-af1d18c17243a554.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-02a9fcdd8f7a919a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-c7fc43f1738c1f14.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4234 | 2025-03-07T21:45:11.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4235 | 2025-03-07T21:45:11.964Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8283115fd83120e6 -C extra-filename=-390fa746dbaaae41 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-390fa746dbaaae41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-86a99f4ac28d3b8b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4d7b1a7a2996c10.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42263bb662c99507.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4236 | 2025-03-07T21:45:12.379Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-390fa746dbaaae41/build-script-build` |
4237 | 2025-03-07T21:45:12.411Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4238 | 2025-03-07T21:45:12.414Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49296dbebe7ccf11 -C extra-filename=-30205dd67862ce44 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-30205dd67862ce44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-50b8830ec4e53678.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-e23a31ec31709aa1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9b47d5c1fa94c033.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4239 | 2025-03-07T21:45:12.450Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c415bbeda5c9b08 -C extra-filename=-4d2b048a65052c57 --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-86a99f4ac28d3b8b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4d7b1a7a2996c10.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42263bb662c99507.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4240 | 2025-03-07T21:45:12.600Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4241 | 2025-03-07T21:45:12.603Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f59c209dc2b1aefc -C extra-filename=-a58b271ea8cb9663 --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-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4242 | 2025-03-07T21:45:13.254Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4243 | 2025-03-07T21:45:13.257Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89761ac866a59368 -C extra-filename=-637697ef054d5b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4244 | 2025-03-07T21:45:13.575Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4245 | 2025-03-07T21:45:13.578Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5e9f1365fd708d69 -C extra-filename=-b31239e777fdd7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a58b271ea8cb9663.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4246 | 2025-03-07T21:45:14.206Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4247 | 2025-03-07T21:45:14.209Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=341a4abdec87151b -C extra-filename=-cc7ef404639f7334 --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-1bd1f0f3b8cf4c85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4248 | 2025-03-07T21:45:14.662Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4249 | 2025-03-07T21:45:14.665Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a939200aa35272 -C extra-filename=-aa3e7490ed26a8cb --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-4d2b048a65052c57.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4250 | 2025-03-07T21:45:14.973Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4251 | 2025-03-07T21:45:14.976Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38191be229fe4981 -C extra-filename=-850397cb6dc93eba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0fcfc9f35af02a7c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4252 | 2025-03-07T21:45:16.606Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4253 | 2025-03-07T21:45:16.649Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bb54fa5d7cc9ce2 -C extra-filename=-675809db340a8fe3 --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-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4254 | 2025-03-07T21:45:16.867Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e71824732ee5c0db -C extra-filename=-0eef29772d865646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a58b271ea8cb9663.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4255 | 2025-03-07T21:45:18.816Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4256 | 2025-03-07T21:45:18.819Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e771adceac71c62 -C extra-filename=-1fec8276317c62d1 --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-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4257 | 2025-03-07T21:45:20.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4258 | 2025-03-07T21:45:20.132Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a69b6e4c47284af -C extra-filename=-dc84ee867764ee16 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-dc84ee867764ee16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4259 | 2025-03-07T21:45:20.537Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-dc84ee867764ee16/build-script-build` |
4260 | 2025-03-07T21:45:20.581Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4261 | 2025-03-07T21:45:20.584Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=195c2e795488bc91 -C extra-filename=-4848c9a44009041c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4262 | 2025-03-07T21:45:21.128Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4263 | 2025-03-07T21:45:21.131Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=130108e11e819e91 -C extra-filename=-48b8f871f2de3db7 --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-4d2b048a65052c57.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4264 | 2025-03-07T21:45:21.359Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4265 | 2025-03-07T21:45:21.362Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb4b4503a46c39de -C extra-filename=-fb6549ef8efce812 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fb6549ef8efce812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4266 | 2025-03-07T21:45:21.386Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4267 | 2025-03-07T21:45:21.389Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7673fcae973c85e3 -C extra-filename=-23a80f12b5437ef1 --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-ec0e17f73ce37523.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4268 | 2025-03-07T21:45:21.733Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-fb6549ef8efce812/build-script-build` |
4269 | 2025-03-07T21:45:21.779Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4270 | 2025-03-07T21:45:21.783Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c995303b44a31090 -C extra-filename=-420c644d5afb23d9 --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-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-48b8f871f2de3db7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4271 | 2025-03-07T21:45:22.381Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4272 | 2025-03-07T21:45:22.391Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5877cdce03d06061 -C extra-filename=-0b1690bfc4e9e452 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0b1690bfc4e9e452 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4273 | 2025-03-07T21:45:22.790Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0b1690bfc4e9e452/build-script-build` |
4274 | 2025-03-07T21:45:22.833Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4275 | 2025-03-07T21:45:22.836Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a26fd2ae0f551c7a -C extra-filename=-3f9eb8d518f36379 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-3f9eb8d518f36379 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4276 | 2025-03-07T21:45:22.929Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4277 | 2025-03-07T21:45:22.932Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=295f2e66875df44b -C extra-filename=-ba81826e3aed36ce --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-770e947861f81604.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4278 | 2025-03-07T21:45:23.268Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-3f9eb8d518f36379/build-script-build` |
4279 | 2025-03-07T21:45:23.310Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4280 | 2025-03-07T21:45:23.313Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30f70da1358e2e78 -C extra-filename=-917d4313428feedb --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-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-48b8f871f2de3db7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4281 | 2025-03-07T21:45:23.595Z | Compiling oso v0.27.3 |
4282 | 2025-03-07T21:45:23.621Z | Running `/home/build/.rustup/toolchains/1.85.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=9a586bd4f7007c56 -C extra-filename=-d52411e4d91e71f9 --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-7b9ed102557d4674.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0649dd5997e54ad7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-dfc776dff89ad187.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4283 | 2025-03-07T21:45:24.929Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4284 | 2025-03-07T21:45:24.932Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ef1adf56690c1f -C extra-filename=-70d54ff4ce85e6eb --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-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4285 | 2025-03-07T21:45:24.999Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4286 | 2025-03-07T21:45:25.030Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=8effc833ec15a6bb -C extra-filename=-7bc9a7c64d2b6916 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7bc9a7c64d2b6916 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4287 | 2025-03-07T21:45:25.389Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=8210454c1f3c298c -C extra-filename=-7231f84705e02c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4795b22dda996ad8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e13dfae4959ee8af.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ae797e87ac7d4ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-303230f893e6e90d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-637697ef054d5b51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib --check-cfg 'cfg(svcadm_autoclear)'` |
4288 | 2025-03-07T21:45:25.416Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4289 | 2025-03-07T21:45:25.419Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=575f719469884477 -C extra-filename=-28ed04f6554d425e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4290 | 2025-03-07T21:45:25.730Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4291 | 2025-03-07T21:45:25.768Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e254d900ad354b3 -C extra-filename=-70a44022554f8e14 --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4292 | 2025-03-07T21:45:27.631Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4293 | 2025-03-07T21:45:27.634Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fccc0020cd5cea2 -C extra-filename=-d40bca17d1641d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4294 | 2025-03-07T21:45:28.704Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4295 | 2025-03-07T21:45:28.707Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efde834d888011a0 -C extra-filename=-643cee12ed14a302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4296 | 2025-03-07T21:45:28.839Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4297 | 2025-03-07T21:45:28.868Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=9621ef389e34a26a -C extra-filename=-82f8123a3026ba29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-54f61127c2ce79c1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4298 | 2025-03-07T21:45:30.797Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4299 | 2025-03-07T21:45:30.800Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aa60c3f8d57fec0 -C extra-filename=-039b93c29a461c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4300 | 2025-03-07T21:45:31.425Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84e8591a7750abc0 -C extra-filename=-a8faf7219c7b08a8 --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0eef29772d865646.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4301 | 2025-03-07T21:45:31.784Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4302 | 2025-03-07T21:45:31.788Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8822a5b935bee23 -C extra-filename=-9915cf4153565b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4303 | 2025-03-07T21:45:32.466Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4304 | 2025-03-07T21:45:32.478Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8c2077f08028196 -C extra-filename=-a0ce6dea02772ffd --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-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4305 | 2025-03-07T21:45:32.812Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-30205dd67862ce44/build-script-build` |
4306 | 2025-03-07T21:45:33.523Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4307 | 2025-03-07T21:45:33.526Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35505dc9efd46a0f -C extra-filename=-3806ab9762903f7d --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-30bce58723a03373.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4308 | 2025-03-07T21:45:33.939Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4309 | 2025-03-07T21:45:33.942Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d47b0f41a1f4c48 -C extra-filename=-04d6cd4edb420452 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4310 | 2025-03-07T21:45:34.586Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4311 | 2025-03-07T21:45:34.589Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dec749f6f08f2a1b -C extra-filename=-5866d185f81c1951 --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-bb251cc16f867c81.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4312 | 2025-03-07T21:45:34.681Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4313 | 2025-03-07T21:45:34.684Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50831959a14058df -C extra-filename=-3969e08d4bdf7bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4314 | 2025-03-07T21:45:34.829Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fabc575475a7dae2 -C extra-filename=-49d7c9077d28d475 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4315 | 2025-03-07T21:45:35.202Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4316 | 2025-03-07T21:45:35.205Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b46b045cf428dda4 -C extra-filename=-44f87f7128950057 --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-776eee4600d42f4b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4317 | 2025-03-07T21:45:35.280Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb65ce788dd607ac -C extra-filename=-f3a7c146b176abcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a8faf7219c7b08a8.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4318 | 2025-03-07T21:45:35.610Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4319 | 2025-03-07T21:45:35.614Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e849b11a47154e82 -C extra-filename=-8f9a0b0f95e7ccf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4320 | 2025-03-07T21:45:36.019Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4321 | 2025-03-07T21:45:36.022Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22d53231b69de45e -C extra-filename=-263620c0f1f1d999 --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-bc831e985963eda0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4322 | 2025-03-07T21:45:36.904Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4323 | 2025-03-07T21:45:36.907Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88f219568b3d6be1 -C extra-filename=-57a5616779005920 --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-4f3ea2a3bc32431e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4324 | 2025-03-07T21:45:38.197Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4325 | 2025-03-07T21:45:38.200Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16cfb377c35f0767 -C extra-filename=-1f3e46abd8d7a77c --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-7231f84705e02c23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4326 | 2025-03-07T21:45:38.375Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4327 | 2025-03-07T21:45:38.378Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a90d0d11dcbf8101 -C extra-filename=-a2b79203daa525a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4328 | 2025-03-07T21:45:38.700Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4329 | 2025-03-07T21:45:38.703Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ccb90dfcbd47218 -C extra-filename=-098ff855d5c10a9d --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-4d2b048a65052c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f3a7c146b176abcf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a8faf7219c7b08a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4330 | 2025-03-07T21:45:38.870Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4331 | 2025-03-07T21:45:38.873Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=462234b748434763 -C extra-filename=-0c8c0dd2cc076dba --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-aa66fe26c93fdc96.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4332 | 2025-03-07T21:45:39.279Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4333 | 2025-03-07T21:45:39.283Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aad19749e3614f15 -C extra-filename=-d4c6b6d9c050052c --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-6b9396a7b4fdb025.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4334 | 2025-03-07T21:45:40.151Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29c1d7b277997778 -C extra-filename=-51d6c6f3a92132a5 --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-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4335 | 2025-03-07T21:45:40.202Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4336 | 2025-03-07T21:45:40.205Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b43e293c15be6a0 -C extra-filename=-4fc591716e83c393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1cca5c0aed2a5387.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a0ebecce2313924d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bb852f62f414024a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4337 | 2025-03-07T21:45:41.565Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4338 | 2025-03-07T21:45:41.569Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a35cdaf396bbcf0 -C extra-filename=-411b6ca46e489b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a58b271ea8cb9663.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4339 | 2025-03-07T21:45:41.816Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4340 | 2025-03-07T21:45:41.819Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce2c3a86ff4e0b43 -C extra-filename=-ebb3c4644b22acd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4341 | 2025-03-07T21:45:43.524Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4342 | 2025-03-07T21:45:43.528Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0f3ac3f5b513ffe -C extra-filename=-9dfc193ededecd43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4343 | 2025-03-07T21:45:46.425Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4344 | 2025-03-07T21:45:46.456Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88d744a99a2d0ae6 -C extra-filename=-d486654a34b14bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9915cf4153565b72.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-098ff855d5c10a9d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4345 | 2025-03-07T21:45:46.872Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4346 | 2025-03-07T21:45:46.876Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=4127f89e9c4b9f80 -C extra-filename=-130475d991582c7e --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-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d508be92ff95b0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4347 | 2025-03-07T21:45:48.076Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=bd7c44741741e312 -C extra-filename=-fe8c75ac7fb8255d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-6505a1c5a8ae867a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4348 | 2025-03-07T21:45:52.257Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4349 | 2025-03-07T21:45:52.260Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58ea894471c3982e -C extra-filename=-4ba83a6773670f09 --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-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4350 | 2025-03-07T21:45:52.695Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4351 | 2025-03-07T21:45:52.700Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e880e5ea66be6fa -C extra-filename=-661a53d4c8cd510e --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-49c818e7dc875565.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4352 | 2025-03-07T21:45:53.727Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4353 | 2025-03-07T21:45:53.730Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5037933f6b8f0817 -C extra-filename=-c4aad862e27672c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4354 | 2025-03-07T21:45:54.883Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4355 | 2025-03-07T21:45:54.886Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=827918ce780d7631 -C extra-filename=-322c3e5eec99b876 --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-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4356 | 2025-03-07T21:45:57.139Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4357 | 2025-03-07T21:45:57.142Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f92fe5a65d4498ca -C extra-filename=-6ece68a85cd4a901 --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-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4358 | 2025-03-07T21:45:57.399Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4359 | 2025-03-07T21:45:57.403Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57ab4e43937549f0 -C extra-filename=-7e7ff51158ef0069 --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-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4360 | 2025-03-07T21:45:57.632Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4361 | 2025-03-07T21:45:57.677Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc406966104b8473 -C extra-filename=-135e4fd63153c513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4362 | 2025-03-07T21:45:58.970Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7bc9a7c64d2b6916/build-script-build` |
4363 | 2025-03-07T21:45:58.997Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4364 | 2025-03-07T21:45:59.011Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82a6f02253a55c17 -C extra-filename=-61b9eb5f48af34e8 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4365 | 2025-03-07T21:45:59.032Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4366 | 2025-03-07T21:45:59.036Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f46bd6eb5bbadc2 -C extra-filename=-8b9b3049d7c51b07 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4367 | 2025-03-07T21:45:59.125Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4368 | 2025-03-07T21:45:59.160Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efbacdd317a09b50 -C extra-filename=-d1125759677e64c9 --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4369 | 2025-03-07T21:46:00.506Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4370 | 2025-03-07T21:46:00.510Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49bdbf290d3fa0d -C extra-filename=-d42e3713885cb41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4371 | 2025-03-07T21:46:01.174Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4372 | 2025-03-07T21:46:01.178Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee639f2f26bcc8b5 -C extra-filename=-1cc12fed7d9614a2 --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4373 | 2025-03-07T21:46:01.209Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
4374 | 2025-03-07T21:46:01.212Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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=19c8fe73c7212dca -C extra-filename=-0253bfcd83effd2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4375 | 2025-03-07T21:46:01.849Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4376 | 2025-03-07T21:46:01.852Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d37f21140744f75 -C extra-filename=-63cc10e433dd32b9 --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-4008474ca3ce4e0d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4377 | 2025-03-07T21:46:01.968Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4378 | 2025-03-07T21:46:02.004Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cd656ae15e8d1b9 -C extra-filename=-d7febd2c1d15fbc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d7febd2c1d15fbc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4379 | 2025-03-07T21:46:02.114Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4380 | 2025-03-07T21:46:02.117Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac5e851f9d4f1bb8 -C extra-filename=-ec1cf33c646010f2 --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-d40bca17d1641d36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4381 | 2025-03-07T21:46:02.345Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d7febd2c1d15fbc8/build-script-build` |
4382 | 2025-03-07T21:46:02.389Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4383 | 2025-03-07T21:46:02.392Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1c9e0b45b08bdbc -C extra-filename=-7477cfdb4f87d039 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7477cfdb4f87d039 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4384 | 2025-03-07T21:46:02.800Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4385 | 2025-03-07T21:46:02.804Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4760be9a252aa9ad -C extra-filename=-a7a87ce6f5c7eb25 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4386 | 2025-03-07T21:46:03.966Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=462a467c7ec441b0 -C extra-filename=-63e544f577cafa19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-420c644d5afb23d9.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4387 | 2025-03-07T21:46:04.267Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4388 | 2025-03-07T21:46:04.282Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=972393f81bfa2265 -C extra-filename=-719bd53ad9747efa --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-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4389 | 2025-03-07T21:46:05.900Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4390 | 2025-03-07T21:46:05.903Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54915e84950a6400 -C extra-filename=-abdb0d72ae563b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4391 | 2025-03-07T21:46:07.581Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4392 | 2025-03-07T21:46:07.585Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19b9efb3b7c54873 -C extra-filename=-bde61e7d4b32fc5b --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-bc831e985963eda0.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4393 | 2025-03-07T21:46:08.187Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4394 | 2025-03-07T21:46:08.190Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f17b9f460f52b5e7 -C extra-filename=-b9c90c911f3313c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4395 | 2025-03-07T21:46:08.212Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4396 | 2025-03-07T21:46:08.215Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=358b8d1693f6451b -C extra-filename=-510889c3dc688124 --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-bb251cc16f867c81.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4397 | 2025-03-07T21:46:09.158Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4398 | 2025-03-07T21:46:09.161Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29987bae269213bc -C extra-filename=-c53f7f2d1f4b655d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64` |
4399 | 2025-03-07T21:46:10.889Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4400 | 2025-03-07T21:46:10.892Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47bc64a0db0d5a7a -C extra-filename=-07ec5d838e992ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4401 | 2025-03-07T21:46:11.476Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4402 | 2025-03-07T21:46:11.480Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94a0f727c0e051a8 -C extra-filename=-3b722626a3437a12 --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-aa66fe26c93fdc96.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4403 | 2025-03-07T21:46:13.058Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4404 | 2025-03-07T21:46:13.086Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db4c7195e66a5f93 -C extra-filename=-37f955806699de30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-37f955806699de30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4405 | 2025-03-07T21:46:13.510Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4406 | 2025-03-07T21:46:13.516Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c33f04dbd63996 -C extra-filename=-d5b09edfc2427fa1 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4407 | 2025-03-07T21:46:15.585Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4408 | 2025-03-07T21:46:15.588Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b99fd459fd453f7 -C extra-filename=-a38f85949674f6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4409 | 2025-03-07T21:46:16.708Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4410 | 2025-03-07T21:46:16.712Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=855bb0a7fcbac11e -C extra-filename=-96cc041736a16199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-df2dddcc2dc50649.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4411 | 2025-03-07T21:46:18.675Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4412 | 2025-03-07T21:46:18.680Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fc68fe7f566bee47 -C extra-filename=-17395bdb74febbb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4413 | 2025-03-07T21:46:21.164Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-37f955806699de30/build-script-build` |
4414 | 2025-03-07T21:46:21.209Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7477cfdb4f87d039/build-script-build` |
4415 | 2025-03-07T21:46:21.252Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4416 | 2025-03-07T21:46:21.257Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2618f170d5d3ed8 -C extra-filename=-ee8d72a1e6657b47 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-ee8d72a1e6657b47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4417 | 2025-03-07T21:46:21.625Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-ee8d72a1e6657b47/build-script-build` |
4418 | 2025-03-07T21:46:21.656Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4419 | 2025-03-07T21:46:21.659Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e41519705bc8968a -C extra-filename=-92d32c56b87926fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4420 | 2025-03-07T21:46:21.695Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4421 | 2025-03-07T21:46:21.743Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa03255446a298c7 -C extra-filename=-f64009f17fcccc76 --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4422 | 2025-03-07T21:46:22.705Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4423 | 2025-03-07T21:46:22.743Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce19e3c5e601911 -C extra-filename=-ba67ef47b8b30c3e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ba67ef47b8b30c3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4424 | 2025-03-07T21:46:22.804Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4425 | 2025-03-07T21:46:22.807Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=812d55b73159ac12 -C extra-filename=-4ae721ceb35302a3 --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-bb251cc16f867c81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4426 | 2025-03-07T21:46:23.139Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4427 | 2025-03-07T21:46:23.142Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c36e0ee533d9a4d -C extra-filename=-06b0fc0d61b98329 --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-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4428 | 2025-03-07T21:46:24.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-a9f200dd65110e89/build-script-build` |
4429 | 2025-03-07T21:46:25.738Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ba67ef47b8b30c3e/build-script-build` |
4430 | 2025-03-07T21:46:25.782Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4431 | 2025-03-07T21:46:25.785Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4f96dd40dbaea45 -C extra-filename=-b067226151ccfdf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4432 | 2025-03-07T21:46:26.038Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=1f6dc336e7be97e8 -C extra-filename=-7f9198a20a9a8985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cd4ddec80e319a56.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-99a90eca578e7b5c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-d82d9c855e3cd528.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts` |
4433 | 2025-03-07T21:46:27.631Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
4434 | 2025-03-07T21:46:27.639Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=4041b0e65ddc3640 -C extra-filename=-fcca64f00ffaf263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4435 | 2025-03-07T21:46:28.620Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4436 | 2025-03-07T21:46:28.623Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70142c9ee68f61ce -C extra-filename=-2c9dc992eb702ebe --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-bb251cc16f867c81.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bfc989e0ecf2de04.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-cf4fa1aece850e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4437 | 2025-03-07T21:46:30.177Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4438 | 2025-03-07T21:46:30.181Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97cb3c3bf5e610c8 -C extra-filename=-15969740e4bd4327 --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-4ba83a6773670f09.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4439 | 2025-03-07T21:46:32.323Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4440 | 2025-03-07T21:46:32.326Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24aa10252e100183 -C extra-filename=-bb95b4c0b3cd64bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4441 | 2025-03-07T21:46:33.250Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4442 | 2025-03-07T21:46:33.252Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8875899f30446d84 -C extra-filename=-d66c19073903b526 --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-bb251cc16f867c81.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4443 | 2025-03-07T21:46:34.472Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4444 | 2025-03-07T21:46:34.475Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bb4d8ea591c0270 -C extra-filename=-80bc4f4dfb1884c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4445 | 2025-03-07T21:46:34.670Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4446 | 2025-03-07T21:46:34.673Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fe4e9ce153098ad -C extra-filename=-dfd9b8dafeb06943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4447 | 2025-03-07T21:46:34.989Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4448 | 2025-03-07T21:46:34.992Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c170297e52a9704b -C extra-filename=-980e83d55137a4a0 --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-d66c19073903b526.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4449 | 2025-03-07T21:46:36.470Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4450 | 2025-03-07T21:46:36.474Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4601fb5224f57f0c -C extra-filename=-0187fc4ee556ead1 --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-a2b79203daa525a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4451 | 2025-03-07T21:46:37.035Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4452 | 2025-03-07T21:46:37.038Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eae58a31e5eb63ed -C extra-filename=-ee59707e8bb4c45f --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-adcdc6bfd3808e20.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4453 | 2025-03-07T21:46:37.666Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
4454 | 2025-03-07T21:46:37.669Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0e19abda274f40 -C extra-filename=-55d6bca68e9640d0 --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-4d2b048a65052c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4455 | 2025-03-07T21:46:39.227Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
4456 | 2025-03-07T21:46:39.230Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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=b027e9c0eae435b8 -C extra-filename=-9ac6b8e2837857ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64` |
4457 | 2025-03-07T21:46:40.997Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4458 | 2025-03-07T21:46:41.001Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=7c6e0211a60762ea -C extra-filename=-c01b672d50f90c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4459 | 2025-03-07T21:46:41.385Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
4460 | 2025-03-07T21:46:41.412Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6bf68174f7291aa -C extra-filename=-17d0ada6cba34495 --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-41b4d43f76d21dca.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4461 | 2025-03-07T21:46:42.090Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4462 | 2025-03-07T21:46:42.093Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c37835da143b94da -C extra-filename=-6f102a01f4d8418a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f102a01f4d8418a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4463 | 2025-03-07T21:46:42.506Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4464 | 2025-03-07T21:46:42.552Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f531d6506c02b0d3 -C extra-filename=-6c1d1c5187dcc694 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-6c1d1c5187dcc694 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4465 | 2025-03-07T21:46:42.679Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4466 | 2025-03-07T21:46:42.682Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b58cb1de1c6b07f8 -C extra-filename=-bb94a40c3a7f7e20 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-bb94a40c3a7f7e20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4467 | 2025-03-07T21:46:42.934Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4468 | 2025-03-07T21:46:42.937Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78b40f1ee6263876 -C extra-filename=-33cd02ad48ef7f36 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-33cd02ad48ef7f36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4469 | 2025-03-07T21:46:43.087Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4470 | 2025-03-07T21:46:43.112Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9125d22b2af4bcdf -C extra-filename=-7f19e75087838159 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7f19e75087838159 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4471 | 2025-03-07T21:46:43.386Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-33cd02ad48ef7f36/build-script-build` |
4472 | 2025-03-07T21:46:43.430Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-bb94a40c3a7f7e20/build-script-build` |
4473 | 2025-03-07T21:46:43.474Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-6c1d1c5187dcc694/build-script-build` |
4474 | 2025-03-07T21:46:43.518Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6f102a01f4d8418a/build-script-build` |
4475 | 2025-03-07T21:46:43.544Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7f19e75087838159/build-script-build` |
4476 | 2025-03-07T21:46:43.582Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4477 | 2025-03-07T21:46:43.585Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8f89515887e2096 -C extra-filename=-9602aff5e27e2392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4478 | 2025-03-07T21:46:43.604Z | Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4479 | 2025-03-07T21:46:43.607Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5455a66bfa253335 -C extra-filename=-14488d8ae90bf70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f0251f222715a768.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4480 | 2025-03-07T21:46:46.818Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
4481 | 2025-03-07T21:46:46.821Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=e84f370d64deb658 -C extra-filename=-fe3806a406013b1e --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-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4482 | 2025-03-07T21:46:47.490Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4483 | 2025-03-07T21:46:47.493Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf464aef0b5babbd -C extra-filename=-06c9dfdf30549079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4484 | 2025-03-07T21:46:47.941Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4485 | 2025-03-07T21:46:47.983Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2622ef91f5a8fd4 -C extra-filename=-ba5b65919bc0478a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4486 | 2025-03-07T21:46:54.384Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4487 | 2025-03-07T21:46:54.387Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d51ca42a4439e6a -C extra-filename=-90a2095f202ebe9b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-90a2095f202ebe9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4488 | 2025-03-07T21:46:54.793Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4489 | 2025-03-07T21:46:54.796Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01db9e09716ac94a -C extra-filename=-5f7b93a1304c1439 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5f7b93a1304c1439 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-aa3e7490ed26a8cb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4490 | 2025-03-07T21:46:55.167Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-90a2095f202ebe9b/build-script-build` |
4491 | 2025-03-07T21:46:55.195Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f0b589548bab152 -C extra-filename=-77f5a2b519c28003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d66c19073903b526.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4492 | 2025-03-07T21:46:55.218Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5f7b93a1304c1439/build-script-build` |
4493 | 2025-03-07T21:46:55.239Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4494 | 2025-03-07T21:46:55.276Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12044ab17d4c0081 -C extra-filename=-0e6499493132be73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4495 | 2025-03-07T21:46:55.579Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
4496 | 2025-03-07T21:46:55.582Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85c5e90e9d9b4570 -C extra-filename=-7500d659fb0fa0a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4497 | 2025-03-07T21:46:57.165Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4498 | 2025-03-07T21:46:57.168Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84c7f3b75bfe27d4 -C extra-filename=-9eb6d78d13c2f56b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4499 | 2025-03-07T21:46:58.381Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4500 | 2025-03-07T21:46:58.384Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83c1f913e2aeda74 -C extra-filename=-681b4cd3a70cf5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-50b8830ec4e53678.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4501 | 2025-03-07T21:46:59.178Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4502 | 2025-03-07T21:46:59.181Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c95173bf352a8479 -C extra-filename=-2722935d9e6ac355 --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-4d2b048a65052c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4503 | 2025-03-07T21:47:00.160Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
4504 | 2025-03-07T21:47:00.163Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::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=ec04465a8280d92c -C extra-filename=-89db564465ac908d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4505 | 2025-03-07T21:47:00.349Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4506 | 2025-03-07T21:47:00.394Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d80428edd5623b13 -C extra-filename=-1680e9ffd3abfb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4507 | 2025-03-07T21:47:00.948Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4508 | 2025-03-07T21:47:00.972Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dd38e298aa9690f -C extra-filename=-8d6f14c47af4c651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-89db564465ac908d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-50b8830ec4e53678.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out` |
4509 | 2025-03-07T21:47:02.015Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2202ae22b67de1ad -C extra-filename=-044a33c7029f1d9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1680e9ffd3abfb51.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4510 | 2025-03-07T21:47:02.835Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c18dfff38bcf81f -C extra-filename=-8554a211d7866786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ba5b65919bc0478a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4511 | 2025-03-07T21:47:03.937Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d56573b73f3425f -C extra-filename=-ed04e08e2f305c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ba5b65919bc0478a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4512 | 2025-03-07T21:47:04.062Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f10c0b47dd5a00 -C extra-filename=-34398205e4194bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-681b4cd3a70cf5db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-50b8830ec4e53678.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4513 | 2025-03-07T21:47:05.509Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9a8ebe4f7f4f510 -C extra-filename=-b72a2fcd9c4a237f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-9eb6d78d13c2f56b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4514 | 2025-03-07T21:47:06.442Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5abebc8c3c4329d1 -C extra-filename=-8b72a9f01b0356be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7500d659fb0fa0a7.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4515 | 2025-03-07T21:47:07.473Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=410cc3df6b5b5d11 -C extra-filename=-ad8a9f9a7f3701df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0e6499493132be73.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4516 | 2025-03-07T21:47:07.988Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dec13e4a904c90d -C extra-filename=-ad2eb7c9db15c127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4517 | 2025-03-07T21:47:08.733Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a17ffacf6c24c507 -C extra-filename=-37242cd48627c28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4518 | 2025-03-07T21:47:09.474Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb6ef1114fb39b43 -C extra-filename=-b911cf7b840c76f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4519 | 2025-03-07T21:47:09.842Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f503b38205da82 -C extra-filename=-d534833a490794eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c01b672d50f90c96.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4520 | 2025-03-07T21:47:10.464Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cc2d3c286a65d97 -C extra-filename=-fa3ef0a435926d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4521 | 2025-03-07T21:47:11.540Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f3d8b2908acf0ee -C extra-filename=-13eadf388cca6ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4522 | 2025-03-07T21:47:12.662Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9453688a9e67e9d5 -C extra-filename=-4729eecec4e6b93d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-06c9dfdf30549079.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4523 | 2025-03-07T21:47:12.845Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4663458d163a1f5 -C extra-filename=-a83461f714af10fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-06c9dfdf30549079.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4524 | 2025-03-07T21:47:13.894Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0b66bffb75f827 -C extra-filename=-2ec9200023f85bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-06c9dfdf30549079.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4525 | 2025-03-07T21:47:16.756Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4526 | 2025-03-07T21:47:16.761Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c1a2823df6cada -C extra-filename=-11111fe9c47884b9 --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-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-87abe05fb4257710.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-93810b0178d329a7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4527 | 2025-03-07T21:47:19.200Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=50a4f4a5b4642fa4 -C extra-filename=-76a6aa9f69e2919b --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-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe3806a406013b1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4528 | 2025-03-07T21:47:21.164Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=74e584c0f4b267e2 -C extra-filename=-61c04c658b947056 --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-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe3806a406013b1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4529 | 2025-03-07T21:47:23.595Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=26aa0cd9b057c01d -C extra-filename=-d6e22d7c2033f905 --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-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe3806a406013b1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4530 | 2025-03-07T21:47:24.296Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=172b5b6be457b9e4 -C extra-filename=-68432b93858ec46e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c01b672d50f90c96.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9602aff5e27e2392.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4531 | 2025-03-07T21:47:27.261Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=678ef2dca820a8c6 -C extra-filename=-562936e06c64156b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9602aff5e27e2392.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4532 | 2025-03-07T21:47:31.696Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ac89b0e4fa17793 -C extra-filename=-373e23b6782a90e3 --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-63e544f577cafa19.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4533 | 2025-03-07T21:47:33.122Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f86e4cfc357084a6 -C extra-filename=-46a3da63f6154df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-917d4313428feedb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-373e23b6782a90e3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4534 | 2025-03-07T21:47:37.756Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16a4cdb90caf4f17 -C extra-filename=-2697046e78cb0043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c01b672d50f90c96.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-92d32c56b87926fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-9602aff5e27e2392.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4535 | 2025-03-07T21:47:42.328Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f7dd6d5baeecb99e -C extra-filename=-487c62af66fae4a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-420c644d5afb23d9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-90e07d4fe2e19254.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-373e23b6782a90e3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4536 | 2025-03-07T21:47:45.327Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=89922b504fc92d7f -C extra-filename=-e944cd886929d890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-c01b672d50f90c96.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e8ab78fae7d9916e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/usr/lib/amd64` |
4537 | 2025-03-07T21:47:45.866Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0c64b17bd31cf7 -C extra-filename=-58ec34982b725010 --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-63e544f577cafa19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4538 | 2025-03-07T21:47:47.837Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=920422ed43fd2030 -C extra-filename=-677aad523cfb3835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-917d4313428feedb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-373e23b6782a90e3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4539 | 2025-03-07T21:47:48.255Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80077dadf2274ffd -C extra-filename=-0c01b81df5df5cce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14488d8ae90bf70a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4540 | 2025-03-07T21:47:50.214Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6a64933890a6703 -C extra-filename=-8a6ee7f7bb1f5112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-17d0ada6cba34495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4541 | 2025-03-07T21:48:00.829Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c6a4f216611fd6a -C extra-filename=-a638606aefa07e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4542 | 2025-03-07T21:48:01.376Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc8fadb5672b641e -C extra-filename=-ab65f80bca916bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-17d0ada6cba34495.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4543 | 2025-03-07T21:48:02.890Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4116639a2fbd9c2 -C extra-filename=-fc78579b6c70a4b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4544 | 2025-03-07T21:48:03.881Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a81108176edacb6 -C extra-filename=-eea9600ff2090605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4545 | 2025-03-07T21:48:05.484Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efae350be9d9e959 -C extra-filename=-27e5ce69b5e66501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4546 | 2025-03-07T21:48:06.321Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=809dc32c6d4797d0 -C extra-filename=-0de5ef9e6e981cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4547 | 2025-03-07T21:48:10.063Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e34411fac485f213 -C extra-filename=-037058bc5821c9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4548 | 2025-03-07T21:48:12.798Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b99bc8f4f2dfeb0f -C extra-filename=-8967dae44ed1f746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4549 | 2025-03-07T21:48:13.038Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=519184f76caac44c -C extra-filename=-26f5a7ce629fea67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4550 | 2025-03-07T21:48:13.927Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6b54560746c0e6 -C extra-filename=-d536f538dfe18a1e --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-87abe05fb4257710.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-11111fe9c47884b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-93810b0178d329a7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4551 | 2025-03-07T21:48:16.361Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1dbbe7e4ad2f2b75 -C extra-filename=-4c41d6fe888f059d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4552 | 2025-03-07T21:48:19.714Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2a8a40b99730bdc3 -C extra-filename=-7d3e57d5983f2dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4553 | 2025-03-07T21:48:20.510Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7595a98d2aca49f9 -C extra-filename=-54592d9fe44717ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4554 | 2025-03-07T21:48:21.280Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2643075f1ffc48fb -C extra-filename=-1b2425f348a79e8a --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-87abe05fb4257710.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-11111fe9c47884b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-93810b0178d329a7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4555 | 2025-03-07T21:48:24.398Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9d7cadad320c143b -C extra-filename=-3fb0b55b1fc3f9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4556 | 2025-03-07T21:48:24.742Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f0606010e743c1d4 -C extra-filename=-54109fe329ac4647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4557 | 2025-03-07T21:48:27.926Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67e8a86524f5bbeb -C extra-filename=-39b9eb82fa7ca903 --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-87abe05fb4257710.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-11111fe9c47884b9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-93810b0178d329a7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4558 | 2025-03-07T21:48:28.107Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9feb53b04ec175d4 -C extra-filename=-5cd875c7054d36ee --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-87abe05fb4257710.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-93810b0178d329a7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4419769ec7f1aed8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4559 | 2025-03-07T21:48:30.682Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d9b05f516efa235 -C extra-filename=-2f3261be0fc0a6df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4560 | 2025-03-07T21:48:33.361Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb7a8a6b6ced8252 -C extra-filename=-3a3d502526c689d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4561 | 2025-03-07T21:48:35.871Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4562 | 2025-03-07T21:48:35.875Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=2ae2756e3d3f9063 -C extra-filename=-9aea4be7b5f79517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4563 | 2025-03-07T21:48:36.174Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4564 | 2025-03-07T21:48:36.178Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=931a9a53a527b707 -C extra-filename=-588c354fc345b2b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4565 | 2025-03-07T21:48:38.449Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db331bdcd1344d6 -C extra-filename=-d82f73dec4b44e2a --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4566 | 2025-03-07T21:48:41.005Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4567 | 2025-03-07T21:48:41.009Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398ba74a8523a091 -C extra-filename=-2ccee5eb1eed74b8 --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-6eab0af28e65d10c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4568 | 2025-03-07T21:48:42.957Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcc1b5d11b47d20d -C extra-filename=-6808d4f1a2678096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4569 | 2025-03-07T21:48:44.298Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2219776b918cd65b -C extra-filename=-e864805bb99cfa30 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4570 | 2025-03-07T21:48:45.569Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2b18877230387a7 -C extra-filename=-fca48f762e8fab27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4571 | 2025-03-07T21:48:45.898Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0de9782dc31f8dee -C extra-filename=-e83d77274ff2221b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4572 | 2025-03-07T21:48:46.581Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70ad46a2a8a4eb51 -C extra-filename=-df8ef86fe69e37f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d66c19073903b526.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-77f5a2b519c28003.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4573 | 2025-03-07T21:48:48.914Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=9eedcd6cbcb298ad -C extra-filename=-c0a84d82be9b03ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-420c644d5afb23d9.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-90e07d4fe2e19254.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-373e23b6782a90e3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4574 | 2025-03-07T21:48:49.115Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ef19882f25610c1 -C extra-filename=-8b7b012ea0fecc0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d66c19073903b526.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4575 | 2025-03-07T21:48:52.065Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6b1301a3b898158 -C extra-filename=-7ad2ff7b3492622f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4576 | 2025-03-07T21:48:53.579Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=351284b322116e97 -C extra-filename=-c63c3bce0c6bc6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4577 | 2025-03-07T21:48:54.889Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4549cf76914d7f0b -C extra-filename=-a65de32cf5958342 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4578 | 2025-03-07T21:48:56.855Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0ad8824033faa37 -C extra-filename=-d5d1a670a73a8f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4579 | 2025-03-07T21:49:00.002Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41d0a2639cad2fef -C extra-filename=-00ab29182a814d16 --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-6eab0af28e65d10c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4580 | 2025-03-07T21:49:03.386Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=0ce3024244411b39 -C extra-filename=-e9825b4242a0081e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4581 | 2025-03-07T21:49:09.423Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=601b16fb12bdddcc -C extra-filename=-ee04d7bdcf5681b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-2722935d9e6ac355.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4582 | 2025-03-07T21:49:10.289Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bcd0e2fb50e636d -C extra-filename=-e4edcdd73966ceb2 --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-d85bc770c24fca85.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4583 | 2025-03-07T21:49:13.601Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=639a4d62cc42be4b -C extra-filename=-669b8ef4ba247819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-80bc4f4dfb1884c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4584 | 2025-03-07T21:49:33.096Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=3bc2ea7ccf9c2fd1 -C extra-filename=-0f476666e58ac138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0187fc4ee556ead1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e8ab78fae7d9916e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4585 | 2025-03-07T21:49:33.342Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6eda58c6c8311c7 -C extra-filename=-5b218080e5f87100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4586 | 2025-03-07T21:49:48.667Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f5fdabb13643a77 -C extra-filename=-503204cb62f0c017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4587 | 2025-03-07T21:49:53.759Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4588 | 2025-03-07T21:49:53.763Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53fcb364284dc3b3 -C extra-filename=-53a3db56ee0773da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-ee59707e8bb4c45f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4589 | 2025-03-07T21:49:53.868Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49bff1b2071a9cb2 -C extra-filename=-8c1459cbcf62438b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-df2dddcc2dc50649.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4590 | 2025-03-07T21:49:56.187Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f317e1d139d92f0c -C extra-filename=-6dfdb3f80ced8b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-df2dddcc2dc50649.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4591 | 2025-03-07T21:49:59.277Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=cebd9605e5a4e067 -C extra-filename=-474709635e31090b --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-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4592 | 2025-03-07T21:49:59.482Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62a5468f66cc3f2d -C extra-filename=-d34a6820be39bfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-df2dddcc2dc50649.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4593 | 2025-03-07T21:50:00.782Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4594 | 2025-03-07T21:50:00.786Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b378e4093af532d0 -C extra-filename=-bfac1f7eba9b334e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4595 | 2025-03-07T21:50:01.222Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25869f656af5c9a7 -C extra-filename=-10344771949f5d64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-df2dddcc2dc50649.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4596 | 2025-03-07T21:50:03.866Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b3c62cf9f465f45 -C extra-filename=-51544e6c69dd18fa --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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-96cc041736a16199.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4597 | 2025-03-07T21:50:03.976Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3abc4092932fd744 -C extra-filename=-61f392a454dbf571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-ec1cf33c646010f2.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-980e83d55137a4a0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0c8c0dd2cc076dba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-bb95b4c0b3cd64bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-15969740e4bd4327.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4598 | 2025-03-07T21:50:08.967Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b58a3ccd655de53c -C extra-filename=-1c696905c0af1d25 --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-d66c19073903b526.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4599 | 2025-03-07T21:50:09.025Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0527daa7f8349790 -C extra-filename=-cf40bda0dcf7976f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4600 | 2025-03-07T21:50:12.930Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd9a506b1dd351ee -C extra-filename=-1bbe821a10cbcbf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4601 | 2025-03-07T21:50:20.796Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d85d1c6f485018d1 -C extra-filename=-3e8709b029bb3541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9f9b940c922af0a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4602 | 2025-03-07T21:50:22.469Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d69590b93e18db32 -C extra-filename=-34254dad044dce7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9f9b940c922af0a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4603 | 2025-03-07T21:50:23.725Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c515e02c1f9527b -C extra-filename=-c7f06f594f345108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9f9b940c922af0a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4604 | 2025-03-07T21:50:26.375Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=4506c6d1eb3e8b8b -C extra-filename=-ca47baf9a0374dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4605 | 2025-03-07T21:50:29.391Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=dee1126f9cd0d2ad -C extra-filename=-7bc1b92bc0b9a4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4606 | 2025-03-07T21:50:31.151Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8968caf35ea3a9e9 -C extra-filename=-69552e08bea280fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b067226151ccfdf9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4607 | 2025-03-07T21:50:31.724Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bea74ee3ab64d042 -C extra-filename=-b6c84ebac140cf52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-510889c3dc688124.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4608 | 2025-03-07T21:50:33.863Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a58d8ec3d7126908 -C extra-filename=-dd7abef18614786f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-6ece68a85cd4a901.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-4ba83a6773670f09.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-661a53d4c8cd510e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-4ce8497ece1edf57.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-409337728d33a32b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7e7ff51158ef0069.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-70d54ff4ce85e6eb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-322c3e5eec99b876.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c4aad862e27672c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-4a3c2e813716afe0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4609 | 2025-03-07T21:50:40.111Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=667fcc6500fb3f02 -C extra-filename=-5eac4b32ee407193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4610 | 2025-03-07T21:50:43.665Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c00f9005f64862d9 -C extra-filename=-f75dff7e76d0dcd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9f9b940c922af0a6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-61b9eb5f48af34e8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4611 | 2025-03-07T21:50:50.974Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=842c949a90e97618 -C extra-filename=-3f8f4448b580bee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f0251f222715a768.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4612 | 2025-03-07T21:50:53.904Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff57864c0fbaa555 -C extra-filename=-91c13880cb1933b5 --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-b9c90c911f3313c4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4613 | 2025-03-07T21:51:00.930Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bb1c4698dbfa921 -C extra-filename=-40e1266af788488b --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4614 | 2025-03-07T21:51:04.572Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13fe3f5a9e4d4b02 -C extra-filename=-e0d1d7a41ae0822d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-420c644d5afb23d9.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-44f87f7128950057.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4615 | 2025-03-07T21:51:12.797Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e264e71401dd8bb -C extra-filename=-e613b3a852e37e7b --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-aa66fe26c93fdc96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4616 | 2025-03-07T21:51:13.156Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ba574042365804c -C extra-filename=-83c7498a383fdfc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-63cc10e433dd32b9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4617 | 2025-03-07T21:51:14.403Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580b6b5949968558 -C extra-filename=-b8501898dd7e0d43 --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-bc831e985963eda0.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4618 | 2025-03-07T21:51:16.144Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ac4488ccadfebcd -C extra-filename=-266d53b2f7c9ceea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4619 | 2025-03-07T21:51:17.059Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0875907136cd3095 -C extra-filename=-fe90a3b46bffd0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4620 | 2025-03-07T21:51:17.813Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0716f926be2cae5d -C extra-filename=-8eb4efbc07af2047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4621 | 2025-03-07T21:51:20.282Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03cf35a858c32f89 -C extra-filename=-f84ecba364ca59b5 --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-4ba83a6773670f09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4622 | 2025-03-07T21:51:23.584Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb5eb0ee0425820b -C extra-filename=-94d663e509dc7553 --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-bb251cc16f867c81.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d42e3713885cb41b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4623 | 2025-03-07T21:51:30.729Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1292b645d057010e -C extra-filename=-a5c08c69babb2e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4624 | 2025-03-07T21:51:33.490Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49289d1a08a2e215 -C extra-filename=-501b54731e611092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4625 | 2025-03-07T21:51:34.263Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5f50e03a14c8d52 -C extra-filename=-6223c732ef4dd6e4 --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-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4626 | 2025-03-07T21:51:35.688Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62c77ff21a5937d -C extra-filename=-e497e1eddb9057a9 --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-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4627 | 2025-03-07T21:51:40.345Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9114a8ab3897a934 -C extra-filename=-595ff88840f43c92 --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-aa66fe26c93fdc96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4628 | 2025-03-07T21:51:42.949Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3ec08b0984b7bf4 -C extra-filename=-57c13349e76f7f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-51d6c6f3a92132a5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4629 | 2025-03-07T21:51:47.836Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f57a257d9afdf64 -C extra-filename=-959ce392443c98c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4630 | 2025-03-07T21:51:49.989Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9288e5ee8a6ce45 -C extra-filename=-2320fb463c8ba38a --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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-23a80f12b5437ef1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4631 | 2025-03-07T21:51:53.383Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdf1dfe9422bc003 -C extra-filename=-95ddf0dbf09d58ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2ee7bb6ff9876eea.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4632 | 2025-03-07T21:51:59.926Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43aacc8d7e710a15 -C extra-filename=-aa20342ffe7e10e0 --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-7231f84705e02c23.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4633 | 2025-03-07T21:52:00.957Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f49880e600d1277 -C extra-filename=-52fc61438362cda7 --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-6b9396a7b4fdb025.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4634 | 2025-03-07T21:52:06.503Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b89eb9fdec756e12 -C extra-filename=-2c7c9c3cb2eba7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4635 | 2025-03-07T21:52:08.817Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d8498a25b6f6ad -C extra-filename=-12f1dfc7948d4a4d --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-a2b79203daa525a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4636 | 2025-03-07T21:52:09.947Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1792db1d53550370 -C extra-filename=-6ed23886e66963bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-50b8830ec4e53678.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-2d32de2149167216.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4637 | 2025-03-07T21:52:11.611Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a5e38837421158d -C extra-filename=-755195c784b7d674 --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-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4638 | 2025-03-07T21:52:13.935Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c791931782c61ccd -C extra-filename=-285633f8bef2f600 --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-86d5c5f61282caca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4639 | 2025-03-07T21:52:16.379Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16aa4326c42cbb7a -C extra-filename=-08d17921ece77cd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1cca5c0aed2a5387.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a0ebecce2313924d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bb852f62f414024a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-6b157dc50018a28d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4640 | 2025-03-07T21:52:16.410Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dae2b8c3c8bb359b -C extra-filename=-760f9dc567e86a59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4641 | 2025-03-07T21:52:17.631Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c1b8782ad2e7114 -C extra-filename=-b85c7c0acbbaea89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a2b79203daa525a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4642 | 2025-03-07T21:52:19.883Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdbe2b3593b7f7e2 -C extra-filename=-3036f78da17fbac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a58b271ea8cb9663.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4643 | 2025-03-07T21:52:23.145Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=39fa917596f3e846 -C extra-filename=-37ef90c6a7d24223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-263620c0f1f1d999.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-4fc591716e83c393.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out` |
4644 | 2025-03-07T21:52:27.386Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b5d8fcec824dcd -C extra-filename=-f186a1b523e3ee50 --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-49c818e7dc875565.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-1f3e46abd8d7a77c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4645 | 2025-03-07T21:52:28.628Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=fe662bf662758887 -C extra-filename=-c17b7a82901bb3cd --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-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d508be92ff95b0c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4646 | 2025-03-07T21:52:29.469Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6147fa72d66fd667 -C extra-filename=-c4818936ab5db354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9915cf4153565b72.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-098ff855d5c10a9d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4647 | 2025-03-07T21:52:36.702Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a59110644934be90 -C extra-filename=-60f4e49b7dbd1e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4648 | 2025-03-07T21:52:37.445Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d22b276536fe5f0 -C extra-filename=-3024bfeb8572f7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4649 | 2025-03-07T21:52:37.448Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9dd7d630053d905 -C extra-filename=-d4b966ab06c9cf6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4650 | 2025-03-07T21:52:43.176Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ddbb490b10d43ed -C extra-filename=-2177f89c28e5427a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4651 | 2025-03-07T21:52:44.791Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a7da74ed2ccd602 -C extra-filename=-fe4074a0a0a64e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4652 | 2025-03-07T21:52:45.529Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e95ebcd568ed798 -C extra-filename=-72a48e8a0b253c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4653 | 2025-03-07T21:52:48.887Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d62189b53d524057 -C extra-filename=-ade4ebdb117dc831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4654 | 2025-03-07T21:52:54.073Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b40d53fd97c2bc4b -C extra-filename=-1936e0a7f60cb127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4655 | 2025-03-07T21:52:56.865Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a83cec8232f8fe2 -C extra-filename=-84b17c9aead17f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4656 | 2025-03-07T21:52:58.374Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56d8fb28a28fb6a6 -C extra-filename=-77fabead3b341548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4657 | 2025-03-07T21:53:01.803Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c525226c87142af4 -C extra-filename=-42b9a7b72e33fcda --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-aa66fe26c93fdc96.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-3969e08d4bdf7bf1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4658 | 2025-03-07T21:53:01.899Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f44e10a0f6186a8 -C extra-filename=-0aee53bcf6e1d6fe --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-4d2b048a65052c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f3a7c146b176abcf.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a8faf7219c7b08a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4659 | 2025-03-07T21:53:03.217Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53d54b7da575781e -C extra-filename=-e9e43274a1d4488a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04d6cd4edb420452.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-095cbf7405d4e23b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f5594f9fc7698980.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a9d65db47e5fa4ff.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4660 | 2025-03-07T21:53:03.244Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=242afe889143f9d6 -C extra-filename=-a913c6296b952e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-9915cf4153565b72.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4661 | 2025-03-07T21:53:03.742Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4bb99d447c0dfab -C extra-filename=-0cb2a7f65cb1b753 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4662 | 2025-03-07T21:53:04.371Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c74df6ee673eba0 -C extra-filename=-e5da582c31a9750a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3806ab9762903f7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4663 | 2025-03-07T21:53:05.325Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4664 | 2025-03-07T21:53:05.328Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61ae50ca8d0e7733 -C extra-filename=-89265d8b6959ed89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4665 | 2025-03-07T21:53:07.266Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75d501d83044a772 -C extra-filename=-05470e8f062e0fe7 --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-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c00fa509b30f8352.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3af39f1dfb8b823.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-158fe940e6ad0674.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4666 | 2025-03-07T21:53:07.742Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=058dc3214b15fb21 -C extra-filename=-0aab552a3d495dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4667 | 2025-03-07T21:53:08.417Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5386aa3e1dc1e031 -C extra-filename=-943d4f8937e498ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70a44022554f8e14.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4668 | 2025-03-07T21:53:08.998Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7e0a0c9080a4b17 -C extra-filename=-14364c2f7b900d5a --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4669 | 2025-03-07T21:53:13.127Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f2536b26d5db0cb -C extra-filename=-d2815933240d787e --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4670 | 2025-03-07T21:53:15.378Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c07db4e27313e84 -C extra-filename=-17611d7eb8aabb56 --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-adcdc6bfd3808e20.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0cedb860c770533d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4671 | 2025-03-07T21:53:16.654Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b21a770bf6d5d7 -C extra-filename=-d4433c63d2f37fe6 --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4672 | 2025-03-07T21:53:17.247Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1fced7b082620af -C extra-filename=-438ab858f0f0419c --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-d40bca17d1641d36.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4673 | 2025-03-07T21:53:17.276Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4674 | 2025-03-07T21:53:17.279Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9b4f511038894b1 -C extra-filename=-9097167e94c654be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4675 | 2025-03-07T21:53:18.029Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b650e1c1c83ac98a -C extra-filename=-c71a1499d9117e09 --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-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4676 | 2025-03-07T21:53:18.731Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecc2a5c8c9b8ca03 -C extra-filename=-4f7d0161a14da0be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4677 | 2025-03-07T21:53:19.239Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9652ca392bc47afa -C extra-filename=-b41cf850a94ae984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0fcfc9f35af02a7c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4678 | 2025-03-07T21:53:19.239Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4679 | 2025-03-07T21:53:19.239Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0316700f1f33c015 -C extra-filename=-f91d26ae29a49339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4680 | 2025-03-07T21:53:19.924Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=8eb465692a7f5426 -C extra-filename=-582a58d625c4324f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-54f61127c2ce79c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4681 | 2025-03-07T21:53:19.953Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b3bbfb11cf0345 -C extra-filename=-99e696665a900e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4682 | 2025-03-07T21:53:20.055Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=da245c7f9a4a4662 -C extra-filename=-3a6f57e99b7ef5b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-54f61127c2ce79c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4683 | 2025-03-07T21:53:20.255Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b91ce8292c2a819f -C extra-filename=-c5990467ffc6ad97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4795b22dda996ad8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e13dfae4959ee8af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7ae797e87ac7d4ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5fd8f2ba7bd4de77.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-303230f893e6e90d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-637697ef054d5b51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
4684 | 2025-03-07T21:53:21.526Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae9886b30240edbb -C extra-filename=-fabd79c953c764e6 --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-776eee4600d42f4b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64` |
4685 | 2025-03-07T21:53:22.468Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8041a99a875f78e4 -C extra-filename=-f570a37e2484610b --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-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4686 | 2025-03-07T21:53:24.782Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=154ad8ea5d4eea0a -C extra-filename=-a693695fe6e89318 --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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-4848c9a44009041c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4687 | 2025-03-07T21:53:26.759Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bbca195ca8861c7 -C extra-filename=-f69fb26f1f7310eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4688 | 2025-03-07T21:53:29.139Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1171066e6f3fa7d6 -C extra-filename=-c98a88e46584b823 --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-30bce58723a03373.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4689 | 2025-03-07T21:53:30.486Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d42faf0b707e7aa -C extra-filename=-2fc930f6bc7bbbae --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-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1fec8276317c62d1.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c00fa509b30f8352.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3af39f1dfb8b823.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-158fe940e6ad0674.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4690 | 2025-03-07T21:53:38.478Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ffe34a17638a551 -C extra-filename=-e1e79ee6036cbb1e --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-aa66fe26c93fdc96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4691 | 2025-03-07T21:53:39.267Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57ad53b6c72f980f -C extra-filename=-82b62c8127d485c4 --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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4692 | 2025-03-07T21:53:40.640Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c8de07330deed200 -C extra-filename=-7612387e89491602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-54f61127c2ce79c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-7ed663b343a5fc8e/out/lib` |
4693 | 2025-03-07T21:53:41.615Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed23ed5372d4ca0d -C extra-filename=-b453deb2fe24e8ee --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-bc831e985963eda0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4694 | 2025-03-07T21:53:43.694Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c9c2f447f8ca051 -C extra-filename=-397834539f745f4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4695 | 2025-03-07T21:53:45.135Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f2a9312254bd141 -C extra-filename=-59b158999b5f4904 --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-bb251cc16f867c81.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4696 | 2025-03-07T21:53:46.974Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cd4cf7f03a8721f -C extra-filename=-0ca42bea12a06cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4697 | 2025-03-07T21:53:47.974Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ead060ef464f2a -C extra-filename=-de2f69ae50b2a57c --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4698 | 2025-03-07T21:53:48.223Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5b30620225547ee -C extra-filename=-f9b9cf88db5da890 --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-4f3ea2a3bc32431e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4699 | 2025-03-07T21:53:50.735Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4700 | 2025-03-07T21:53:50.738Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=014f30f681fb147f -C extra-filename=-96cabe0b71f855b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-d1acaa504fd3d2ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4701 | 2025-03-07T21:53:51.007Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52be001b3a2bd093 -C extra-filename=-329ae6ad21225761 --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-d1ad1b900079a84c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-48b8f871f2de3db7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4702 | 2025-03-07T21:53:53.678Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10ff0042204e4b5a -C extra-filename=-1a3bd2d2fe7cc106 --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-d1ad1b900079a84c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-48b8f871f2de3db7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4703 | 2025-03-07T21:53:57.053Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfe9a0a862038a86 -C extra-filename=-1dc491fb22c6de4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-637697ef054d5b51.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4704 | 2025-03-07T21:53:57.841Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=c29467b4dedec020 -C extra-filename=-bf2b088f0ca65ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-a58b271ea8cb9663.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6b9396a7b4fdb025.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4705 | 2025-03-07T21:53:57.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8e7a6b2c1ca8349 -C extra-filename=-10131aecc5e040dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4706 | 2025-03-07T21:53:58.261Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73cdeb7107b8e6fd -C extra-filename=-cbc89930a15b430c --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-4008474ca3ce4e0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4707 | 2025-03-07T21:53:58.704Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7255dd6f7057758 -C extra-filename=-8a82db5af595c2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4708 | 2025-03-07T21:53:58.858Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c004b28427648f0c -C extra-filename=-9be76214763c3598 --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-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4709 | 2025-03-07T21:53:59.027Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4958f465a69bd4e4 -C extra-filename=-362936447a6804c3 --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-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4710 | 2025-03-07T21:53:59.159Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3517b3b5fa1557e0 -C extra-filename=-4d5e14f5a092227e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4711 | 2025-03-07T21:53:59.590Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2c537e84b3845fc -C extra-filename=-2a4f174d4a6a5ee4 --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-4d2b048a65052c57.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4712 | 2025-03-07T21:53:59.749Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=947790e577d8c38f -C extra-filename=-c952ad2156d685c9 --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-bb251cc16f867c81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4713 | 2025-03-07T21:54:00.267Z | Running `/home/build/.rustup/toolchains/1.85.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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_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=8575b15cc61ebbff -C extra-filename=-ae5101e74dbbcaf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4714 | 2025-03-07T21:54:01.130Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd0f4c6b0b5405b5 -C extra-filename=-50040463aa04b5bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1bd1f0f3b8cf4c85.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4715 | 2025-03-07T21:54:01.197Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88032fbb12ee879c -C extra-filename=-95b938af034eff6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4716 | 2025-03-07T21:54:01.623Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c2a34fe2338f18a -C extra-filename=-88717af735daab3d --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-4d2b048a65052c57.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8be3bf692705424a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4717 | 2025-03-07T21:54:02.584Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c5231e7ca0b8f40 -C extra-filename=-9b7d515383da6200 --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-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4718 | 2025-03-07T21:54:02.858Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7185ae2d3f46c0eb -C extra-filename=-7e8515635849df73 --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-4d2b048a65052c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4719 | 2025-03-07T21:54:03.249Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d36112334a6e175b -C extra-filename=-2311cbef605ef62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4720 | 2025-03-07T21:54:03.341Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12dba17e2da5ec2f -C extra-filename=-84f699b679f8e0ff --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-770e947861f81604.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4721 | 2025-03-07T21:54:03.406Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=726050d74a4630f7 -C extra-filename=-0522c8bd00ef9345 --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-4d2b048a65052c57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4722 | 2025-03-07T21:54:04.670Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd29f1709e557e7a -C extra-filename=-a1002c6e64f3c28a --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-ec0e17f73ce37523.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4723 | 2025-03-07T21:54:04.722Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a89531c98ad0022 -C extra-filename=-2b673cf5387cdf35 --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-4d2b048a65052c57.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4724 | 2025-03-07T21:54:05.164Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4c46ec7b08282c6 -C extra-filename=-3cef68344c4b21c8 --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-86a99f4ac28d3b8b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d4d7b1a7a2996c10.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-7abdc49dfbaf5311.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-bb9964b27a75c75d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-42263bb662c99507.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ab13e610a31ec249.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib` |
4725 | 2025-03-07T21:55:12.875Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eb8e00a6b4af58b -C extra-filename=-dffb8234c21e858b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4726 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33b45f4a9509e10e -C extra-filename=-05566d4d73e69b3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-17d0ada6cba34495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4727 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55acca73e01fdd9d -C extra-filename=-4dc1d9409c867170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-d40bca17d1641d36.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-4008474ca3ce4e0d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4728 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ae7bda685bfcae -C extra-filename=-1865ab3bfa28abca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14488d8ae90bf70a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4729 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f83d04d79dfab4a -C extra-filename=-f5e2b06e13eb5e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-719bd53ad9747efa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14488d8ae90bf70a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4730 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b0cbc2ade66783c -C extra-filename=-2ed95004653df563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4731 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3377df28fc1cbb7c -C extra-filename=-af3e37603a8c9978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-bb00f5df613bd167.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4732 | 2025-03-07T21:55:12.939Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95d7fed5c0fb26a5 -C extra-filename=-d0112427efe3629d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-17d0ada6cba34495.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
4733 | 2025-03-07T21:59:25.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18m 43s |
4734 | 2025-03-07T21:59:34.825Z | |
4735 | 2025-03-07T21:59:34.830Z | real 18:53.062693263 |
4736 | 2025-03-07T21:59:34.830Z | user 1:41:35.634249552 |
4737 | 2025-03-07T21:59:34.830Z | sys 14:53.761708019 |
4738 | 2025-03-07T21:59:34.830Z | trap 4.244911180 |
4739 | 2025-03-07T21:59:34.830Z | tflt 2.847425678 |
4740 | 2025-03-07T21:59:34.830Z | dflt 7:18.742969990 |
4741 | 2025-03-07T21:59:34.830Z | kflt 1.329722128 |
4742 | 2025-03-07T21:59:34.830Z | lock 3:37:33.565607125 |
4743 | 2025-03-07T21:59:34.834Z | slp 8:55:28.149297852 |
4744 | 2025-03-07T21:59:34.835Z | lat 6:05.864855390 |
4745 | 2025-03-07T21:59:34.835Z | stop 10:02.028263674 |
4746 | 2025-03-07T21:59:35.855Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
4747 | 2025-03-07T21:59:40.393Z | Fresh unicode-ident v1.0.14 |
4748 | 2025-03-07T21:59:40.393Z | Fresh cfg-if v1.0.0 |
4749 | 2025-03-07T21:59:40.393Z | Fresh autocfg v1.4.0 |
4750 | 2025-03-07T21:59:40.393Z | Fresh memchr v2.7.4 |
4751 | 2025-03-07T21:59:40.393Z | Fresh version_check v0.9.5 |
4752 | 2025-03-07T21:59:40.399Z | Fresh proc-macro2 v1.0.93 |
4753 | 2025-03-07T21:59:40.399Z | Fresh value-bag v1.9.0 |
4754 | 2025-03-07T21:59:40.399Z | Fresh itoa v1.0.11 |
4755 | 2025-03-07T21:59:40.399Z | Fresh scopeguard v1.2.0 |
4756 | 2025-03-07T21:59:40.399Z | Fresh smallvec v1.14.0 |
4757 | 2025-03-07T21:59:40.399Z | Fresh quote v1.0.38 |
4758 | 2025-03-07T21:59:40.399Z | Fresh libc v0.2.170 |
4759 | 2025-03-07T21:59:40.399Z | Fresh log v0.4.22 |
4760 | 2025-03-07T21:59:40.399Z | Fresh once_cell v1.20.3 |
4761 | 2025-03-07T21:59:40.399Z | Fresh pin-project-lite v0.2.14 |
4762 | 2025-03-07T21:59:40.399Z | Fresh ryu v1.0.18 |
4763 | 2025-03-07T21:59:40.399Z | Fresh subtle v2.6.1 |
4764 | 2025-03-07T21:59:40.399Z | Fresh syn v2.0.98 |
4765 | 2025-03-07T21:59:40.399Z | Fresh getrandom v0.2.15 |
4766 | 2025-03-07T21:59:40.399Z | Fresh lock_api v0.4.12 |
4767 | 2025-03-07T21:59:40.399Z | Fresh regex-syntax v0.8.5 |
4768 | 2025-03-07T21:59:40.399Z | Fresh byteorder v1.5.0 |
4769 | 2025-03-07T21:59:40.399Z | Fresh shlex v1.3.0 |
4770 | 2025-03-07T21:59:40.399Z | Fresh serde_derive v1.0.218 |
4771 | 2025-03-07T21:59:40.399Z | Fresh rand_core v0.6.4 |
4772 | 2025-03-07T21:59:40.399Z | Fresh zeroize_derive v1.4.2 |
4773 | 2025-03-07T21:59:40.399Z | Fresh aho-corasick v1.1.3 |
4774 | 2025-03-07T21:59:40.399Z | Fresh serde v1.0.218 |
4775 | 2025-03-07T21:59:40.399Z | Fresh zeroize v1.8.1 |
4776 | 2025-03-07T21:59:40.399Z | Fresh libm v0.2.8 |
4777 | 2025-03-07T21:59:40.399Z | Fresh regex-automata v0.4.8 |
4778 | 2025-03-07T21:59:40.399Z | Fresh jobserver v0.1.32 |
4779 | 2025-03-07T21:59:40.403Z | Fresh bytes v1.10.0 |
4780 | 2025-03-07T21:59:40.403Z | Fresh bitflags v2.6.0 |
4781 | 2025-03-07T21:59:40.403Z | Fresh num-traits v0.2.19 |
4782 | 2025-03-07T21:59:40.403Z | Fresh parking_lot_core v0.9.10 |
4783 | 2025-03-07T21:59:40.403Z | Fresh cc v1.2.15 |
4784 | 2025-03-07T21:59:40.403Z | Fresh serde_json v1.0.139 |
4785 | 2025-03-07T21:59:40.403Z | Fresh semver v1.0.25 |
4786 | 2025-03-07T21:59:40.403Z | Fresh parking_lot v0.12.3 |
4787 | 2025-03-07T21:59:40.403Z | Fresh foldhash v0.1.3 |
4788 | 2025-03-07T21:59:40.403Z | Fresh equivalent v1.0.1 |
4789 | 2025-03-07T21:59:40.403Z | Fresh allocator-api2 v0.2.18 |
4790 | 2025-03-07T21:59:40.403Z | Fresh typenum v1.17.0 |
4791 | 2025-03-07T21:59:40.403Z | Fresh hashbrown v0.15.1 |
4792 | 2025-03-07T21:59:40.403Z | Fresh thiserror-impl v1.0.69 |
4793 | 2025-03-07T21:59:40.403Z | Fresh fnv v1.0.7 |
4794 | 2025-03-07T21:59:40.403Z | Fresh regex v1.11.1 |
4795 | 2025-03-07T21:59:40.403Z | Fresh errno v0.3.9 |
4796 | 2025-03-07T21:59:40.403Z | Fresh generic-array v0.14.7 |
4797 | 2025-03-07T21:59:40.403Z | Fresh thiserror v1.0.69 |
4798 | 2025-03-07T21:59:40.403Z | Fresh signal-hook-registry v1.4.2 |
4799 | 2025-03-07T21:59:40.403Z | Fresh futures-core v0.3.31 |
4800 | 2025-03-07T21:59:40.403Z | Fresh mio v1.0.2 |
4801 | 2025-03-07T21:59:40.403Z | Fresh either v1.14.0 |
4802 | 2025-03-07T21:59:40.403Z | Fresh indexmap v2.7.1 |
4803 | 2025-03-07T21:59:40.403Z | Fresh crypto-common v0.1.6 |
4804 | 2025-03-07T21:59:40.403Z | Fresh tokio-macros v2.5.0 |
4805 | 2025-03-07T21:59:40.407Z | Fresh socket2 v0.5.8 |
4806 | 2025-03-07T21:59:40.407Z | Fresh zerocopy-derive v0.7.35 |
4807 | 2025-03-07T21:59:40.407Z | Fresh heck v0.5.0 |
4808 | 2025-03-07T21:59:40.408Z | Fresh const-oid v0.9.6 |
4809 | 2025-03-07T21:59:40.408Z | Fresh spin v0.9.8 |
4810 | 2025-03-07T21:59:40.408Z | Fresh rustix v0.38.37 |
4811 | 2025-03-07T21:59:40.408Z | Fresh tokio v1.43.0 |
4812 | 2025-03-07T21:59:40.408Z | Fresh zerocopy v0.7.35 |
4813 | 2025-03-07T21:59:40.408Z | Fresh futures-io v0.3.31 |
4814 | 2025-03-07T21:59:40.408Z | Fresh block-buffer v0.10.4 |
4815 | 2025-03-07T21:59:40.408Z | Fresh iana-time-zone v0.1.61 |
4816 | 2025-03-07T21:59:40.408Z | Fresh digest v0.10.7 |
4817 | 2025-03-07T21:59:40.408Z | Fresh chrono v0.4.40 |
4818 | 2025-03-07T21:59:40.408Z | Fresh cpufeatures v0.2.14 |
4819 | 2025-03-07T21:59:40.408Z | Fresh futures-sink v0.3.31 |
4820 | 2025-03-07T21:59:40.408Z | Fresh lazy_static v1.5.0 |
4821 | 2025-03-07T21:59:40.408Z | Fresh stable_deref_trait v1.2.0 |
4822 | 2025-03-07T21:59:40.408Z | Fresh getrandom v0.3.1 |
4823 | 2025-03-07T21:59:40.408Z | Fresh slab v0.4.9 |
4824 | 2025-03-07T21:59:40.408Z | Fresh pin-utils v0.1.0 |
4825 | 2025-03-07T21:59:40.408Z | Fresh pkg-config v0.3.31 |
4826 | 2025-03-07T21:59:40.408Z | Fresh futures-channel v0.3.31 |
4827 | 2025-03-07T21:59:40.408Z | Fresh futures-macro v0.3.31 |
4828 | 2025-03-07T21:59:40.408Z | Fresh futures-task v0.3.31 |
4829 | 2025-03-07T21:59:40.408Z | Fresh serde_derive_internals v0.29.1 |
4830 | 2025-03-07T21:59:40.408Z | Fresh uuid v1.15.1 |
4831 | 2025-03-07T21:59:40.408Z | Fresh futures-util v0.3.31 |
4832 | 2025-03-07T21:59:40.408Z | Fresh dyn-clone v1.0.19 |
4833 | 2025-03-07T21:59:40.408Z | Fresh schemars_derive v0.8.22 |
4834 | 2025-03-07T21:59:40.408Z | Fresh ppv-lite86 v0.2.20 |
4835 | 2025-03-07T21:59:40.408Z | Fresh synstructure v0.13.1 |
4836 | 2025-03-07T21:59:40.412Z | Fresh glob v0.3.2 |
4837 | 2025-03-07T21:59:40.412Z | Fresh zerofrom-derive v0.1.4 |
4838 | 2025-03-07T21:59:40.412Z | Fresh yoke-derive v0.7.4 |
4839 | 2025-03-07T21:59:40.412Z | Fresh displaydoc v0.2.5 |
4840 | 2025-03-07T21:59:40.412Z | Fresh zerovec-derive v0.10.3 |
4841 | 2025-03-07T21:59:40.412Z | Fresh tracing-attributes v0.1.27 |
4842 | 2025-03-07T21:59:40.412Z | Fresh tracing-core v0.1.32 |
4843 | 2025-03-07T21:59:40.412Z | Fresh schemars v0.8.22 |
4844 | 2025-03-07T21:59:40.412Z | Fresh zerofrom v0.1.4 |
4845 | 2025-03-07T21:59:40.412Z | Fresh tracing v0.1.40 |
4846 | 2025-03-07T21:59:40.412Z | Fresh http v1.2.0 |
4847 | 2025-03-07T21:59:40.412Z | Fresh minimal-lexical v0.2.1 |
4848 | 2025-03-07T21:59:40.412Z | Fresh rand_chacha v0.3.1 |
4849 | 2025-03-07T21:59:40.412Z | Fresh yoke v0.7.4 |
4850 | 2025-03-07T21:59:40.412Z | Fresh syn v1.0.109 |
4851 | 2025-03-07T21:59:40.412Z | Fresh nom v7.1.3 |
4852 | 2025-03-07T21:59:40.412Z | Fresh rand v0.8.5 |
4853 | 2025-03-07T21:59:40.412Z | Fresh litemap v0.7.3 |
4854 | 2025-03-07T21:59:40.412Z | Fresh writeable v0.5.5 |
4855 | 2025-03-07T21:59:40.412Z | Fresh zerovec v0.10.4 |
4856 | 2025-03-07T21:59:40.412Z | Fresh icu_provider_macros v1.5.0 |
4857 | 2025-03-07T21:59:40.412Z | Fresh home v0.5.9 |
4858 | 2025-03-07T21:59:40.412Z | Fresh percent-encoding v2.3.1 |
4859 | 2025-03-07T21:59:40.412Z | Fresh libloading v0.8.5 |
4860 | 2025-03-07T21:59:40.412Z | Fresh icu_locid_transform_data v1.5.0 |
4861 | 2025-03-07T21:59:40.412Z | Fresh cexpr v0.6.0 |
4862 | 2025-03-07T21:59:40.416Z | Fresh tinystr v0.7.6 |
4863 | 2025-03-07T21:59:40.417Z | Fresh icu_collections v1.5.0 |
4864 | 2025-03-07T21:59:40.417Z | Fresh prettyplease v0.2.29 |
4865 | 2025-03-07T21:59:40.417Z | Fresh clang-sys v1.8.1 |
4866 | 2025-03-07T21:59:40.417Z | Fresh icu_properties_data v1.5.0 |
4867 | 2025-03-07T21:59:40.417Z | Fresh form_urlencoded v1.2.1 |
4868 | 2025-03-07T21:59:40.417Z | Fresh icu_locid v1.5.0 |
4869 | 2025-03-07T21:59:40.417Z | Fresh icu_normalizer_data v1.5.0 |
4870 | 2025-03-07T21:59:40.417Z | Fresh write16 v1.0.0 |
4871 | 2025-03-07T21:59:40.417Z | Fresh strsim v0.11.1 |
4872 | 2025-03-07T21:59:40.417Z | Fresh utf8_iter v1.0.4 |
4873 | 2025-03-07T21:59:40.417Z | Fresh utf16_iter v1.0.5 |
4874 | 2025-03-07T21:59:40.417Z | Fresh icu_provider v1.5.0 |
4875 | 2025-03-07T21:59:40.417Z | Fresh adler2 v2.0.0 |
4876 | 2025-03-07T21:59:40.417Z | Fresh crossbeam-utils v0.8.20 |
4877 | 2025-03-07T21:59:40.417Z | Fresh powerfmt v0.2.0 |
4878 | 2025-03-07T21:59:40.417Z | Fresh time-core v0.1.2 |
4879 | 2025-03-07T21:59:40.417Z | Fresh num-conv v0.1.0 |
4880 | 2025-03-07T21:59:40.417Z | Fresh icu_locid_transform v1.5.0 |
4881 | 2025-03-07T21:59:40.417Z | Fresh miniz_oxide v0.8.5 |
4882 | 2025-03-07T21:59:40.417Z | Fresh vcpkg v0.2.15 |
4883 | 2025-03-07T21:59:40.417Z | Fresh deranged v0.3.11 |
4884 | 2025-03-07T21:59:40.417Z | Fresh time-macros v0.2.18 |
4885 | 2025-03-07T21:59:40.417Z | Fresh paste v1.0.15 |
4886 | 2025-03-07T21:59:40.417Z | Fresh itertools v0.12.1 |
4887 | 2025-03-07T21:59:40.417Z | Fresh icu_properties v1.5.1 |
4888 | 2025-03-07T21:59:40.417Z | Fresh num_threads v0.1.7 |
4889 | 2025-03-07T21:59:40.417Z | Fresh which v4.4.2 |
4890 | 2025-03-07T21:59:40.417Z | Fresh atomic-waker v1.1.2 |
4891 | 2025-03-07T21:59:40.417Z | Fresh lazycell v1.3.0 |
4892 | 2025-03-07T21:59:40.417Z | Fresh rustc-hash v1.1.0 |
4893 | 2025-03-07T21:59:40.417Z | Fresh icu_normalizer v1.5.0 |
4894 | 2025-03-07T21:59:40.417Z | Fresh httparse v1.9.5 |
4895 | 2025-03-07T21:59:40.417Z | Fresh time v0.3.36 |
4896 | 2025-03-07T21:59:40.417Z | Fresh tokio-util v0.7.13 |
4897 | 2025-03-07T21:59:40.417Z | Fresh block-padding v0.3.3 |
4898 | 2025-03-07T21:59:40.417Z | Fresh cmake v0.1.51 |
4899 | 2025-03-07T21:59:40.417Z | Fresh dunce v1.0.5 |
4900 | 2025-03-07T21:59:40.422Z | Fresh idna_adapter v1.2.0 |
4901 | 2025-03-07T21:59:40.422Z | Fresh bindgen v0.69.5 |
4902 | 2025-03-07T21:59:40.423Z | Fresh fs_extra v1.3.0 |
4903 | 2025-03-07T21:59:40.423Z | Fresh untrusted v0.9.0 |
4904 | 2025-03-07T21:59:40.423Z | Fresh inout v0.1.3 |
4905 | 2025-03-07T21:59:40.423Z | Fresh sha2 v0.10.8 |
4906 | 2025-03-07T21:59:40.423Z | Fresh serde_tokenstream v0.2.2 |
4907 | 2025-03-07T21:59:40.423Z | Fresh serde_spanned v0.6.8 |
4908 | 2025-03-07T21:59:40.423Z | Fresh idna v1.0.3 |
4909 | 2025-03-07T21:59:40.423Z | Fresh ring v0.17.11 |
4910 | 2025-03-07T21:59:40.423Z | Fresh cipher v0.4.4 |
4911 | 2025-03-07T21:59:40.423Z | Fresh toml_datetime v0.6.8 |
4912 | 2025-03-07T21:59:40.423Z | Fresh gimli v0.31.1 |
4913 | 2025-03-07T21:59:40.423Z | Fresh rustls-pki-types v1.10.0 |
4914 | 2025-03-07T21:59:40.423Z | Fresh url v2.5.3 |
4915 | 2025-03-07T21:59:40.423Z | Fresh addr2line v0.24.2 |
4916 | 2025-03-07T21:59:40.423Z | Fresh object v0.36.5 |
4917 | 2025-03-07T21:59:40.423Z | Fresh base64ct v1.6.0 |
4918 | 2025-03-07T21:59:40.423Z | Fresh rustc-demangle v0.1.24 |
4919 | 2025-03-07T21:59:40.423Z | Fresh http-body v1.0.1 |
4920 | 2025-03-07T21:59:40.423Z | Fresh backtrace v0.3.74 |
4921 | 2025-03-07T21:59:40.423Z | Fresh aws-lc-sys v0.26.0 |
4922 | 2025-03-07T21:59:40.423Z | Fresh hmac v0.12.1 |
4923 | 2025-03-07T21:59:40.423Z | Fresh base64 v0.22.1 |
4924 | 2025-03-07T21:59:40.423Z | Fresh untrusted v0.7.1 |
4925 | 2025-03-07T21:59:40.423Z | Fresh try-lock v0.2.5 |
4926 | 2025-03-07T21:59:40.423Z | Fresh httpdate v1.0.3 |
4927 | 2025-03-07T21:59:40.423Z | Fresh want v0.3.1 |
4928 | 2025-03-07T21:59:40.423Z | Fresh aws-lc-rs v1.12.4 |
4929 | 2025-03-07T21:59:40.423Z | Fresh anyhow v1.0.97 |
4930 | 2025-03-07T21:59:40.423Z | Fresh h2 v0.4.6 |
4931 | 2025-03-07T21:59:40.423Z | Fresh tower-service v0.3.3 |
4932 | 2025-03-07T21:59:40.423Z | Fresh rustls-webpki v0.102.8 |
4933 | 2025-03-07T21:59:40.423Z | Fresh hyper v1.6.0 |
4934 | 2025-03-07T21:59:40.423Z | Fresh pem-rfc7468 v0.7.0 |
4935 | 2025-03-07T21:59:40.423Z | Fresh mime v0.3.17 |
4936 | 2025-03-07T21:59:40.423Z | Fresh http-body-util v0.1.2 |
4937 | 2025-03-07T21:59:40.423Z | Fresh der_derive v0.7.3 |
4938 | 2025-03-07T21:59:40.423Z | Fresh slog v2.7.0 |
4939 | 2025-03-07T21:59:40.423Z | Fresh hyper-util v0.1.10 |
4940 | 2025-03-07T21:59:40.423Z | Fresh async-trait v0.1.87 |
4941 | 2025-03-07T21:59:40.423Z | Fresh flagset v0.4.6 |
4942 | 2025-03-07T21:59:40.424Z | Fresh pbkdf2 v0.12.2 |
4943 | 2025-03-07T21:59:40.424Z | Fresh aes v0.8.4 |
4944 | 2025-03-07T21:59:40.424Z | Fresh rustls-pemfile v2.2.0 |
4945 | 2025-03-07T21:59:40.424Z | Fresh ipnet v2.11.0 |
4946 | 2025-03-07T21:59:40.424Z | Fresh der v0.7.9 |
4947 | 2025-03-07T21:59:40.424Z | Fresh foreign-types-shared v0.1.1 |
4948 | 2025-03-07T21:59:40.424Z | Fresh openssl-probe v0.1.5 |
4949 | 2025-03-07T21:59:40.424Z | Fresh openssl-sys v0.9.106 |
4950 | 2025-03-07T21:59:40.424Z | Fresh salsa20 v0.10.2 |
4951 | 2025-03-07T21:59:40.424Z | Fresh cbc v0.1.2 |
4952 | 2025-03-07T21:59:40.424Z | Fresh spki v0.7.3 |
4953 | 2025-03-07T21:59:40.424Z | Fresh foreign-types v0.3.2 |
4954 | 2025-03-07T21:59:40.424Z | Fresh serde_urlencoded v0.7.1 |
4955 | 2025-03-07T21:59:40.424Z | Fresh openssl-macros v0.1.1 |
4956 | 2025-03-07T21:59:40.424Z | Fresh encoding_rs v0.8.34 |
4957 | 2025-03-07T21:59:40.424Z | Fresh rustversion v1.0.17 |
4958 | 2025-03-07T21:59:40.424Z | Fresh openssl v0.10.71 |
4959 | 2025-03-07T21:59:40.424Z | Fresh scrypt v0.11.0 |
4960 | 2025-03-07T21:59:40.424Z | Fresh futures-executor v0.3.31 |
4961 | 2025-03-07T21:59:40.424Z | Fresh rustc_version v0.4.1 |
4962 | 2025-03-07T21:59:40.424Z | Fresh is-terminal v0.4.13 |
4963 | 2025-03-07T21:59:40.427Z | Fresh pkcs5 v0.7.1 |
4964 | 2025-03-07T21:59:40.427Z | Fresh futures v0.3.31 |
4965 | 2025-03-07T21:59:40.428Z | Fresh rustls v0.23.19 |
4966 | 2025-03-07T21:59:40.428Z | Fresh utf8parse v0.2.2 |
4967 | 2025-03-07T21:59:40.428Z | Fresh openapiv3 v2.0.0 |
4968 | 2025-03-07T21:59:40.428Z | Fresh camino v1.1.9 |
4969 | 2025-03-07T21:59:40.428Z | Fresh tokio-rustls v0.26.0 |
4970 | 2025-03-07T21:59:40.428Z | Fresh pkcs8 v0.10.2 |
4971 | 2025-03-07T21:59:40.428Z | Fresh psl-types v2.0.11 |
4972 | 2025-03-07T21:59:40.428Z | Fresh litrs v0.4.1 |
4973 | 2025-03-07T21:59:40.428Z | Fresh webpki-roots v0.26.6 |
4974 | 2025-03-07T21:59:40.428Z | Fresh native-tls v0.2.12 |
4975 | 2025-03-07T21:59:40.428Z | Fresh document-features v0.2.10 |
4976 | 2025-03-07T21:59:40.428Z | Fresh cookie v0.18.1 |
4977 | 2025-03-07T21:59:40.428Z | Fresh publicsuffix v2.3.0 |
4978 | 2025-03-07T21:59:40.428Z | Fresh sync_wrapper v1.0.1 |
4979 | 2025-03-07T21:59:40.428Z | Fresh dirs-sys-next v0.1.2 |
4980 | 2025-03-07T21:59:40.428Z | Fresh anstyle v1.0.10 |
4981 | 2025-03-07T21:59:40.428Z | Fresh tower-layer v0.3.3 |
4982 | 2025-03-07T21:59:40.428Z | Fresh tokio-native-tls v0.3.1 |
4983 | 2025-03-07T21:59:40.428Z | Fresh cookie_store v0.21.1 |
4984 | 2025-03-07T21:59:40.428Z | Fresh dirs-next v2.0.0 |
4985 | 2025-03-07T21:59:40.428Z | Fresh tower v0.5.2 |
4986 | 2025-03-07T21:59:40.428Z | Fresh hyper-rustls v0.27.3 |
4987 | 2025-03-07T21:59:40.428Z | Fresh winnow v0.5.40 |
4988 | 2025-03-07T21:59:40.428Z | Fresh ucd-trie v0.1.7 |
4989 | 2025-03-07T21:59:40.428Z | Fresh winnow v0.7.3 |
4990 | 2025-03-07T21:59:40.428Z | Fresh hyper-tls v0.6.0 |
4991 | 2025-03-07T21:59:40.428Z | Fresh toml_edit v0.19.15 |
4992 | 2025-03-07T21:59:40.428Z | Fresh term v0.7.0 |
4993 | 2025-03-07T21:59:40.428Z | Fresh data-encoding v2.6.0 |
4994 | 2025-03-07T21:59:40.428Z | Fresh pest v2.7.14 |
4995 | 2025-03-07T21:59:40.428Z | Fresh toml_edit v0.22.24 |
4996 | 2025-03-07T21:59:40.428Z | Fresh anstyle-parse v0.2.5 |
4997 | 2025-03-07T21:59:40.428Z | Fresh sha1 v0.10.6 |
4998 | 2025-03-07T21:59:40.428Z | Fresh reqwest v0.12.12 |
4999 | 2025-03-07T21:59:40.428Z | Fresh colorchoice v1.0.2 |
5000 | 2025-03-07T21:59:40.428Z | Fresh is_terminal_polyfill v1.70.1 |
5001 | 2025-03-07T21:59:40.429Z | Fresh anstyle-query v1.1.1 |
5002 | 2025-03-07T21:59:40.429Z | Fresh pest_meta v2.7.14 |
5003 | 2025-03-07T21:59:40.429Z | Fresh signature v2.2.0 |
5004 | 2025-03-07T21:59:40.429Z | Fresh terminal_size v0.4.0 |
5005 | 2025-03-07T21:59:40.429Z | Fresh scroll_derive v0.12.0 |
5006 | 2025-03-07T21:59:40.429Z | Fresh anstream v0.6.15 |
5007 | 2025-03-07T21:59:40.429Z | Fresh clap_lex v0.7.4 |
5008 | 2025-03-07T21:59:40.429Z | Fresh siphasher v0.3.11 |
5009 | 2025-03-07T21:59:40.429Z | Fresh pest_generator v2.7.14 |
5010 | 2025-03-07T21:59:40.429Z | Fresh scroll v0.12.0 |
5011 | 2025-03-07T21:59:40.429Z | Fresh clap_derive v4.5.28 |
5012 | 2025-03-07T21:59:40.429Z | Fresh plain v0.2.3 |
5013 | 2025-03-07T21:59:40.429Z | Fresh tinyvec_macros v0.1.1 |
5014 | 2025-03-07T21:59:40.432Z | Fresh clap_builder v4.5.31 |
5015 | 2025-03-07T21:59:40.432Z | Fresh tinyvec v1.8.0 |
5016 | 2025-03-07T21:59:40.432Z | Fresh goblin v0.8.2 |
5017 | 2025-03-07T21:59:40.432Z | Fresh pest_derive v2.7.14 |
5018 | 2025-03-07T21:59:40.432Z | Fresh crc32fast v1.4.2 |
5019 | 2025-03-07T21:59:40.432Z | Fresh bitflags v1.3.2 |
5020 | 2025-03-07T21:59:40.432Z | Fresh pretty-hex v0.4.1 |
5021 | 2025-03-07T21:59:40.432Z | Fresh clap v4.5.31 |
5022 | 2025-03-07T21:59:40.432Z | Fresh dtrace-parser v0.2.0 |
5023 | 2025-03-07T21:59:40.433Z | Fresh dof v0.3.0 |
5024 | 2025-03-07T21:59:40.433Z | Fresh toml v0.8.20 |
5025 | 2025-03-07T21:59:40.433Z | Fresh crossbeam-channel v0.5.13 |
5026 | 2025-03-07T21:59:40.433Z | Fresh num-integer v0.1.46 |
5027 | 2025-03-07T21:59:40.433Z | Fresh thread-id v4.2.2 |
5028 | 2025-03-07T21:59:40.433Z | Fresh thread_local v1.1.8 |
5029 | 2025-03-07T21:59:40.433Z | Fresh unicode-segmentation v1.12.0 |
5030 | 2025-03-07T21:59:40.433Z | Fresh usdt-impl v0.5.0 |
5031 | 2025-03-07T21:59:40.433Z | Fresh hex v0.4.3 |
5032 | 2025-03-07T21:59:40.433Z | Fresh zerocopy-derive v0.8.10 |
5033 | 2025-03-07T21:59:40.433Z | Fresh base16ct v0.2.0 |
5034 | 2025-03-07T21:59:40.433Z | Fresh take_mut v0.2.2 |
5035 | 2025-03-07T21:59:40.433Z | Fresh slog-term v2.9.1 |
5036 | 2025-03-07T21:59:40.433Z | Fresh sec1 v0.7.3 |
5037 | 2025-03-07T21:59:40.433Z | Fresh ff v0.13.0 |
5038 | 2025-03-07T21:59:40.433Z | Fresh heck v0.4.1 |
5039 | 2025-03-07T21:59:40.433Z | Fresh usdt-attr-macro v0.5.0 |
5040 | 2025-03-07T21:59:40.433Z | Fresh slog-async v2.8.0 |
5041 | 2025-03-07T21:59:40.433Z | Fresh zerocopy v0.8.10 |
5042 | 2025-03-07T21:59:40.433Z | Fresh group v0.13.0 |
5043 | 2025-03-07T21:59:40.433Z | Fresh usdt-macro v0.5.0 |
5044 | 2025-03-07T21:59:40.433Z | Fresh num-iter v0.1.45 |
5045 | 2025-03-07T21:59:40.433Z | Fresh flate2 v1.1.0 |
5046 | 2025-03-07T21:59:40.433Z | Fresh hkdf v0.12.4 |
5047 | 2025-03-07T21:59:40.433Z | Fresh crossbeam-epoch v0.9.18 |
5048 | 2025-03-07T21:59:40.433Z | Fresh crypto-bigint v0.5.5 |
5049 | 2025-03-07T21:59:40.433Z | Fresh memmap v0.7.0 |
5050 | 2025-03-07T21:59:40.433Z | Fresh utf-8 v0.7.6 |
5051 | 2025-03-07T21:59:40.433Z | Fresh static_assertions v1.1.0 |
5052 | 2025-03-07T21:59:40.433Z | Fresh match_cfg v0.1.0 |
5053 | 2025-03-07T21:59:40.433Z | Fresh unicode-width v0.2.0 |
5054 | 2025-03-07T21:59:40.437Z | Fresh elliptic-curve v0.13.8 |
5055 | 2025-03-07T21:59:40.437Z | Fresh hostname v0.3.1 |
5056 | 2025-03-07T21:59:40.437Z | Fresh usdt v0.5.0 |
5057 | 2025-03-07T21:59:40.437Z | Fresh toml v0.7.8 |
5058 | 2025-03-07T21:59:40.437Z | Fresh itertools v0.10.5 |
5059 | 2025-03-07T21:59:40.437Z | Fresh bstr v1.10.0 |
5060 | 2025-03-07T21:59:40.437Z | Fresh zerocopy-derive v0.6.6 |
5061 | 2025-03-07T21:59:40.437Z | Fresh num-bigint-dig v0.8.4 |
5062 | 2025-03-07T21:59:40.437Z | Fresh crossbeam-deque v0.8.5 |
5063 | 2025-03-07T21:59:40.437Z | Fresh pkcs1 v0.7.5 |
5064 | 2025-03-07T21:59:40.437Z | Fresh hubpack_derive v0.1.1 |
5065 | 2025-03-07T21:59:40.437Z | Fresh zerocopy v0.6.6 |
5066 | 2025-03-07T21:59:40.437Z | Fresh quick-error v1.2.3 |
5067 | 2025-03-07T21:59:40.437Z | Fresh hubpack v0.1.2 |
5068 | 2025-03-07T21:59:40.437Z | Fresh rsa v0.9.6 |
5069 | 2025-03-07T21:59:40.437Z | Fresh rayon-core v1.12.1 |
5070 | 2025-03-07T21:59:40.437Z | Fresh unicode-normalization v0.1.24 |
5071 | 2025-03-07T21:59:40.437Z | Fresh phf_shared v0.11.2 |
5072 | 2025-03-07T21:59:40.437Z | Fresh slog-json v2.6.1 |
5073 | 2025-03-07T21:59:40.437Z | Fresh rfc6979 v0.4.0 |
5074 | 2025-03-07T21:59:40.437Z | Fresh curve25519-dalek-derive v0.1.1 |
5075 | 2025-03-07T21:59:40.437Z | Fresh debug-ignore v1.0.5 |
5076 | 2025-03-07T21:59:40.437Z | Fresh managed v0.8.0 |
5077 | 2025-03-07T21:59:40.437Z | Fresh rustls v0.22.4 |
5078 | 2025-03-07T21:59:40.437Z | Fresh curve25519-dalek v4.1.3 |
5079 | 2025-03-07T21:59:40.437Z | Fresh slog-bunyan v2.5.0 |
5080 | 2025-03-07T21:59:40.437Z | Fresh ecdsa v0.16.9 |
5081 | 2025-03-07T21:59:40.437Z | Fresh ahash v0.8.11 |
5082 | 2025-03-07T21:59:40.437Z | Fresh bzip2-sys v0.1.11+1.0.8 |
5083 | 2025-03-07T21:59:40.437Z | Fresh phf_shared v0.10.0 |
5084 | 2025-03-07T21:59:40.441Z | Fresh x509-cert v0.2.5 |
5085 | 2025-03-07T21:59:40.441Z | Fresh serde_path_to_error v0.1.16 |
5086 | 2025-03-07T21:59:40.441Z | Fresh precomputed-hash v0.1.1 |
5087 | 2025-03-07T21:59:40.441Z | Fresh unicode-xid v0.2.6 |
5088 | 2025-03-07T21:59:40.441Z | Fresh fixedbitset v0.4.2 |
5089 | 2025-03-07T21:59:40.441Z | Fresh new_debug_unreachable v1.0.6 |
5090 | 2025-03-07T21:59:40.441Z | Fresh signal-hook v0.3.17 |
5091 | 2025-03-07T21:59:40.441Z | Fresh bzip2 v0.4.4 |
5092 | 2025-03-07T21:59:40.441Z | Fresh tokio-rustls v0.25.0 |
5093 | 2025-03-07T21:59:40.441Z | Fresh ed25519 v2.2.3 |
5094 | 2025-03-07T21:59:40.441Z | Fresh petgraph v0.6.5 |
5095 | 2025-03-07T21:59:40.441Z | Fresh string_cache v0.8.7 |
5096 | 2025-03-07T21:59:40.441Z | Fresh enum-as-inner v0.6.1 |
5097 | 2025-03-07T21:59:40.441Z | Fresh async-stream-impl v0.3.6 |
5098 | 2025-03-07T21:59:40.441Z | Fresh multer v3.1.0 |
5099 | 2025-03-07T21:59:40.441Z | Fresh memoffset v0.9.1 |
5100 | 2025-03-07T21:59:40.441Z | Fresh ed25519-dalek v2.1.1 |
5101 | 2025-03-07T21:59:40.441Z | Fresh console v0.15.10 |
5102 | 2025-03-07T21:59:40.444Z | Fresh hickory-proto v0.24.4 |
5103 | 2025-03-07T21:59:40.444Z | Fresh async-stream v0.3.6 |
5104 | 2025-03-07T21:59:40.444Z | Fresh rand_core v0.9.2 |
5105 | 2025-03-07T21:59:40.444Z | Fresh waitgroup v0.1.2 |
5106 | 2025-03-07T21:59:40.444Z | Fresh hostname v0.4.0 |
5107 | 2025-03-07T21:59:40.447Z | Fresh lalrpop-util v0.19.12 |
5108 | 2025-03-07T21:59:40.447Z | Fresh cfg_aliases v0.2.1 |
5109 | 2025-03-07T21:59:40.447Z | Fresh rand_chacha v0.9.0 |
5110 | 2025-03-07T21:59:40.447Z | Fresh zip v0.6.6 |
5111 | 2025-03-07T21:59:40.447Z | Fresh signal-hook-mio v0.2.4 |
5112 | 2025-03-07T21:59:40.447Z | Fresh dropshot_endpoint v0.12.0 |
5113 | 2025-03-07T21:59:40.447Z | Fresh hash32 v0.2.1 |
5114 | 2025-03-07T21:59:40.447Z | Fresh lockfree-object-pool v0.1.6 |
5115 | 2025-03-07T21:59:40.447Z | Fresh simd-adler32 v0.3.7 |
5116 | 2025-03-07T21:59:40.447Z | Fresh predicates-core v1.0.8 |
5117 | 2025-03-07T21:59:40.448Z | Fresh unicode-bidi v0.3.17 |
5118 | 2025-03-07T21:59:40.448Z | Fresh bumpalo v3.16.0 |
5119 | 2025-03-07T21:59:40.448Z | Fresh unicode-properties v0.1.3 |
5120 | 2025-03-07T21:59:40.448Z | Fresh linked-hash-map v0.5.6 |
5121 | 2025-03-07T21:59:40.448Z | Fresh stringprep v0.1.5 |
5122 | 2025-03-07T21:59:40.448Z | Fresh lru-cache v0.1.2 |
5123 | 2025-03-07T21:59:40.448Z | Fresh zopfli v0.8.1 |
5124 | 2025-03-07T21:59:40.448Z | Fresh crossterm v0.28.1 |
5125 | 2025-03-07T21:59:40.451Z | Fresh heapless v0.7.17 |
5126 | 2025-03-07T21:59:40.451Z | Fresh newtype-uuid v1.2.1 |
5127 | 2025-03-07T21:59:40.451Z | Fresh dropshot v0.12.0 |
5128 | 2025-03-07T21:59:40.451Z | Fresh rand v0.9.0 |
5129 | 2025-03-07T21:59:40.451Z | Fresh fs-err v2.11.0 |
5130 | 2025-03-07T21:59:40.451Z | Fresh rayon v1.10.0 |
5131 | 2025-03-07T21:59:40.451Z | Fresh similar v2.7.0 |
5132 | 2025-03-07T21:59:40.451Z | Fresh tokio-stream v0.1.17 |
5133 | 2025-03-07T21:59:40.451Z | Fresh md-5 v0.10.6 |
5134 | 2025-03-07T21:59:40.451Z | Fresh float-cmp v0.10.0 |
5135 | 2025-03-07T21:59:40.451Z | Fresh normalize-line-endings v0.3.0 |
5136 | 2025-03-07T21:59:40.451Z | Fresh fallible-iterator v0.2.0 |
5137 | 2025-03-07T21:59:40.451Z | Fresh difflib v0.4.0 |
5138 | 2025-03-07T21:59:40.452Z | Fresh smoltcp v0.9.1 |
5139 | 2025-03-07T21:59:40.452Z | Fresh nix v0.29.0 |
5140 | 2025-03-07T21:59:40.452Z | Fresh postgres-protocol v0.6.8 |
5141 | 2025-03-07T21:59:40.452Z | Fresh predicates v3.1.3 |
5142 | 2025-03-07T21:59:40.452Z | Fresh zip v2.1.3 |
5143 | 2025-03-07T21:59:40.452Z | Fresh portable-atomic v1.9.0 |
5144 | 2025-03-07T21:59:40.452Z | Fresh buf-list v1.0.3 |
5145 | 2025-03-07T21:59:40.452Z | Fresh phf v0.11.2 |
5146 | 2025-03-07T21:59:40.452Z | Fresh resolv-conf v0.7.0 |
5147 | 2025-03-07T21:59:40.452Z | Fresh tungstenite v0.24.0 |
5148 | 2025-03-07T21:59:40.452Z | Fresh strum_macros v0.25.3 |
5149 | 2025-03-07T21:59:40.452Z | Fresh serde-big-array v0.5.1 |
5150 | 2025-03-07T21:59:40.452Z | Fresh serde_repr v0.1.19 |
5151 | 2025-03-07T21:59:40.452Z | Fresh peg-runtime v0.8.5 |
5152 | 2025-03-07T21:59:40.452Z | Fresh number_prefix v0.4.0 |
5153 | 2025-03-07T21:59:40.452Z | Fresh tokio-tungstenite v0.24.0 |
5154 | 2025-03-07T21:59:40.452Z | Fresh postgres-types v0.2.9 |
5155 | 2025-03-07T21:59:40.452Z | Fresh hickory-resolver v0.24.4 |
5156 | 2025-03-07T21:59:40.452Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
5157 | 2025-03-07T21:59:40.452Z | Fresh indicatif v0.17.11 |
5158 | 2025-03-07T21:59:40.452Z | Fresh derive-where v1.2.7 |
5159 | 2025-03-07T21:59:40.452Z | Fresh whoami v1.5.2 |
5160 | 2025-03-07T21:59:40.452Z | Fresh thiserror-impl v2.0.11 |
5161 | 2025-03-07T21:59:40.452Z | Fresh regress v0.10.3 |
5162 | 2025-03-07T21:59:40.452Z | Fresh fastrand v2.1.1 |
5163 | 2025-03-07T21:59:40.452Z | Fresh tokio-postgres v0.7.13 |
5164 | 2025-03-07T21:59:40.456Z | Fresh qorb v0.2.1 |
5165 | 2025-03-07T21:59:40.456Z | Fresh ident_case v1.0.1 |
5166 | 2025-03-07T21:59:40.456Z | Fresh unsafe-libyaml v0.2.11 |
5167 | 2025-03-07T21:59:40.456Z | Fresh tempfile v3.13.0 |
5168 | 2025-03-07T21:59:40.456Z | Fresh progenitor-client v0.9.1 |
5169 | 2025-03-07T21:59:40.456Z | Fresh ipnetwork v0.21.1 |
5170 | 2025-03-07T21:59:40.456Z | Fresh thiserror v2.0.11 |
5171 | 2025-03-07T21:59:40.456Z | Fresh darling_core v0.20.10 |
5172 | 2025-03-07T21:59:40.456Z | Fresh serde_yaml v0.9.34+deprecated |
5173 | 2025-03-07T21:59:40.456Z | Fresh strum_macros v0.26.4 |
5174 | 2025-03-07T21:59:40.456Z | Fresh typify-impl v0.2.0 |
5175 | 2025-03-07T21:59:40.456Z | Fresh structmeta-derive v0.3.0 |
5176 | 2025-03-07T21:59:40.456Z | Fresh oxnet v0.1.1 |
5177 | 2025-03-07T21:59:40.456Z | Fresh darling_macro v0.20.10 |
5178 | 2025-03-07T21:59:40.456Z | Fresh strum v0.26.3 |
5179 | 2025-03-07T21:59:40.456Z | Fresh typify-macro v0.2.0 |
5180 | 2025-03-07T21:59:40.456Z | Fresh structmeta v0.3.0 |
5181 | 2025-03-07T21:59:40.456Z | Fresh wait-timeout v0.2.0 |
5182 | 2025-03-07T21:59:40.456Z | Fresh bit-vec v0.8.0 |
5183 | 2025-03-07T21:59:40.456Z | Fresh macaddr v1.0.1 |
5184 | 2025-03-07T21:59:40.456Z | Fresh darling v0.20.10 |
5185 | 2025-03-07T21:59:40.456Z | Fresh typify v0.2.0 |
5186 | 2025-03-07T21:59:40.456Z | Fresh rusty-fork v0.3.0 |
5187 | 2025-03-07T21:59:40.456Z | Fresh parse-display-derive v0.10.0 |
5188 | 2025-03-07T21:59:40.457Z | Fresh bit-set v0.8.0 |
5189 | 2025-03-07T21:59:40.457Z | Fresh rand_xorshift v0.3.0 |
5190 | 2025-03-07T21:59:40.457Z | Fresh unarray v0.1.4 |
5191 | 2025-03-07T21:59:40.457Z | Fresh serde_with_macros v3.12.0 |
5192 | 2025-03-07T21:59:40.457Z | Fresh progenitor-impl v0.8.0 |
5193 | 2025-03-07T21:59:40.457Z | Fresh proptest v1.6.0 |
5194 | 2025-03-07T21:59:40.457Z | Fresh parse-display v0.10.0 |
5195 | 2025-03-07T21:59:40.457Z | Fresh progenitor-client v0.8.0 |
5196 | 2025-03-07T21:59:40.457Z | Fresh daft-derive v0.1.1 |
5197 | 2025-03-07T21:59:40.457Z | Fresh instant v0.1.13 |
5198 | 2025-03-07T21:59:40.457Z | Fresh test-strategy v0.4.0 |
5199 | 2025-03-07T21:59:40.461Z | Fresh serde_with v3.12.0 |
5200 | 2025-03-07T21:59:40.461Z | Fresh progenitor-macro v0.8.0 |
5201 | 2025-03-07T21:59:40.461Z | Fresh daft v0.1.1 |
5202 | 2025-03-07T21:59:40.461Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5203 | 2025-03-07T21:59:40.461Z | Fresh dropshot_endpoint v0.16.0 |
5204 | 2025-03-07T21:59:40.461Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5205 | 2025-03-07T21:59:40.461Z | Fresh backoff v0.4.0 |
5206 | 2025-03-07T21:59:40.461Z | Fresh progenitor v0.8.0 |
5207 | 2025-03-07T21:59:40.461Z | Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
5208 | 2025-03-07T21:59:40.461Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5209 | 2025-03-07T21:59:40.461Z | Fresh camino-tempfile v1.1.1 |
5210 | 2025-03-07T21:59:40.461Z | Fresh unicode-width v0.1.14 |
5211 | 2025-03-07T21:59:40.461Z | Fresh dropshot v0.16.0 |
5212 | 2025-03-07T21:59:40.461Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
5213 | 2025-03-07T21:59:40.461Z | Fresh proc-macro-crate v1.3.1 |
5214 | 2025-03-07T21:59:40.461Z | Fresh tabwriter v1.4.0 |
5215 | 2025-03-07T21:59:40.461Z | Fresh num_enum_derive v0.5.11 |
5216 | 2025-03-07T21:59:40.461Z | Fresh foreign-types-macros v0.2.3 |
5217 | 2025-03-07T21:59:40.461Z | Fresh foreign-types-shared v0.3.1 |
5218 | 2025-03-07T21:59:40.466Z | Fresh proc-macro-error-attr v1.0.4 |
5219 | 2025-03-07T21:59:40.466Z | Fresh num_enum v0.5.11 |
5220 | 2025-03-07T21:59:40.466Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5221 | 2025-03-07T21:59:40.466Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5222 | 2025-03-07T21:59:40.466Z | Fresh foreign-types v0.5.0 |
5223 | 2025-03-07T21:59:40.466Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
5224 | 2025-03-07T21:59:40.466Z | Fresh cstr-argument v0.1.2 |
5225 | 2025-03-07T21:59:40.466Z | Fresh proc-macro-error v1.0.4 |
5226 | 2025-03-07T21:59:40.466Z | Fresh pretty-hex v0.2.1 |
5227 | 2025-03-07T21:59:40.466Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5228 | 2025-03-07T21:59:40.466Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
5229 | 2025-03-07T21:59:40.466Z | Fresh colored v2.2.0 |
5230 | 2025-03-07T21:59:40.466Z | Fresh winnow v0.6.20 |
5231 | 2025-03-07T21:59:40.466Z | Fresh smf v0.2.3 |
5232 | 2025-03-07T21:59:40.466Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5233 | 2025-03-07T21:59:40.466Z | Fresh itertools v0.14.0 |
5234 | 2025-03-07T21:59:40.466Z | Fresh itertools v0.13.0 |
5235 | 2025-03-07T21:59:40.466Z | Fresh typify-impl v0.3.0 |
5236 | 2025-03-07T21:59:40.469Z | Fresh hash32 v0.3.1 |
5237 | 2025-03-07T21:59:40.469Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
5238 | 2025-03-07T21:59:40.469Z | Fresh typify-macro v0.3.0 |
5239 | 2025-03-07T21:59:40.470Z | Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
5240 | 2025-03-07T21:59:40.470Z | Fresh cobs v0.2.3 |
5241 | 2025-03-07T21:59:40.470Z | Fresh base64 v0.21.7 |
5242 | 2025-03-07T21:59:40.470Z | Fresh typify v0.3.0 |
5243 | 2025-03-07T21:59:40.470Z | Fresh crucible-workspace-hack v0.1.0 |
5244 | 2025-03-07T21:59:40.470Z | Fresh heapless v0.8.0 |
5245 | 2025-03-07T21:59:40.470Z | Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
5246 | 2025-03-07T21:59:40.470Z | Fresh postcard v1.0.10 |
5247 | 2025-03-07T21:59:40.470Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5248 | 2025-03-07T21:59:40.470Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5249 | 2025-03-07T21:59:40.470Z | Fresh progenitor-impl v0.9.1 |
5250 | 2025-03-07T21:59:40.470Z | Fresh smoltcp v0.11.0 |
5251 | 2025-03-07T21:59:40.470Z | Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
5252 | 2025-03-07T21:59:40.470Z | Fresh sigpipe v0.1.3 |
5253 | 2025-03-07T21:59:40.471Z | Fresh termtree v0.4.1 |
5254 | 2025-03-07T21:59:40.471Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
5255 | 2025-03-07T21:59:40.471Z | Fresh progenitor-macro v0.9.1 |
5256 | 2025-03-07T21:59:40.471Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5257 | 2025-03-07T21:59:40.471Z | Fresh predicates-tree v1.0.11 |
5258 | 2025-03-07T21:59:40.471Z | Fresh zone_cfg_derive v0.3.0 |
5259 | 2025-03-07T21:59:40.471Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5260 | 2025-03-07T21:59:40.471Z | Fresh num-derive v0.4.2 |
5261 | 2025-03-07T21:59:40.471Z | Fresh progenitor v0.9.1 |
5262 | 2025-03-07T21:59:40.471Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5263 | 2025-03-07T21:59:40.471Z | Fresh mockall_derive v0.13.1 |
5264 | 2025-03-07T21:59:40.471Z | Fresh fragile v2.0.0 |
5265 | 2025-03-07T21:59:40.474Z | Fresh downcast v0.11.0 |
5266 | 2025-03-07T21:59:40.474Z | Fresh zone v0.3.0 |
5267 | 2025-03-07T21:59:40.474Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5268 | 2025-03-07T21:59:40.474Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5269 | 2025-03-07T21:59:40.474Z | Fresh mockall v0.13.1 |
5270 | 2025-03-07T21:59:40.474Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
5271 | 2025-03-07T21:59:40.475Z | Fresh atomicwrites v0.4.4 |
5272 | 2025-03-07T21:59:40.475Z | Fresh convert_case v0.4.0 |
5273 | 2025-03-07T21:59:40.475Z | Fresh newline-converter v0.3.0 |
5274 | 2025-03-07T21:59:40.475Z | Fresh tungstenite v0.21.0 |
5275 | 2025-03-07T21:59:40.475Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
5276 | 2025-03-07T21:59:40.475Z | Fresh derive_more v0.99.19 |
5277 | 2025-03-07T21:59:40.475Z | Fresh expectorate v1.1.0 |
5278 | 2025-03-07T21:59:40.475Z | Fresh same-file v1.0.6 |
5279 | 2025-03-07T21:59:40.475Z | Fresh tokio-tungstenite v0.21.0 |
5280 | 2025-03-07T21:59:40.475Z | Fresh xattr v1.3.1 |
5281 | 2025-03-07T21:59:40.475Z | Fresh filetime v0.2.25 |
5282 | 2025-03-07T21:59:40.475Z | Fresh fixedbitset v0.5.7 |
5283 | 2025-03-07T21:59:40.475Z | Fresh walkdir v2.5.0 |
5284 | 2025-03-07T21:59:40.475Z | Fresh tar v0.4.44 |
5285 | 2025-03-07T21:59:40.475Z | Fresh petgraph v0.7.1 |
5286 | 2025-03-07T21:59:40.475Z | Fresh arc-swap v1.7.1 |
5287 | 2025-03-07T21:59:40.475Z | Fresh num-rational v0.4.2 |
5288 | 2025-03-07T21:59:40.475Z | Fresh num-complex v0.4.6 |
5289 | 2025-03-07T21:59:40.475Z | Fresh float-ord v0.3.2 |
5290 | 2025-03-07T21:59:40.475Z | Fresh slog-scope v4.4.0 |
5291 | 2025-03-07T21:59:40.475Z | Fresh num v0.4.3 |
5292 | 2025-03-07T21:59:40.475Z | Fresh password-hash v0.5.0 |
5293 | 2025-03-07T21:59:40.475Z | Fresh blake2 v0.10.6 |
5294 | 2025-03-07T21:59:40.475Z | Fresh indent_write v2.2.0 |
5295 | 2025-03-07T21:59:40.478Z | Fresh slog-stdlog v4.1.1 |
5296 | 2025-03-07T21:59:40.478Z | Fresh argon2 v0.5.3 |
5297 | 2025-03-07T21:59:40.478Z | Fresh libsw-core v0.3.1 |
5298 | 2025-03-07T21:59:40.478Z | Fresh swrite v0.1.0 |
5299 | 2025-03-07T21:59:40.478Z | Fresh linear-map v1.2.0 |
5300 | 2025-03-07T21:59:40.478Z | Fresh slog-envlogger v2.2.0 |
5301 | 2025-03-07T21:59:40.478Z | Fresh libsw v3.4.0 |
5302 | 2025-03-07T21:59:40.478Z | Fresh owo-colors v4.2.0 |
5303 | 2025-03-07T21:59:40.479Z | Fresh cancel-safe-futures v0.1.5 |
5304 | 2025-03-07T21:59:40.479Z | Fresh pem v3.0.5 |
5305 | 2025-03-07T21:59:40.479Z | Fresh highway v1.3.0 |
5306 | 2025-03-07T21:59:40.482Z | Fresh heck v0.3.3 |
5307 | 2025-03-07T21:59:40.482Z | Fresh headers-core v0.3.0 |
5308 | 2025-03-07T21:59:40.482Z | Fresh zone_cfg_derive v0.1.2 |
5309 | 2025-03-07T21:59:40.486Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5310 | 2025-03-07T21:59:40.486Z | Fresh yasna v0.5.2 |
5311 | 2025-03-07T21:59:40.486Z | Fresh base64 v0.13.1 |
5312 | 2025-03-07T21:59:40.486Z | Fresh headers v0.4.0 |
5313 | 2025-03-07T21:59:40.486Z | Fresh lzma-sys v0.1.20 |
5314 | 2025-03-07T21:59:40.486Z | Fresh ron v0.7.1 |
5315 | 2025-03-07T21:59:40.486Z | Fresh rcgen v0.12.1 |
5316 | 2025-03-07T21:59:40.486Z | Fresh zone v0.1.8 |
5317 | 2025-03-07T21:59:40.486Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5318 | 2025-03-07T21:59:40.486Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
5319 | 2025-03-07T21:59:40.486Z | Fresh xz2 v0.1.7 |
5320 | 2025-03-07T21:59:40.486Z | Fresh subprocess v0.2.9 |
5321 | 2025-03-07T21:59:40.486Z | Fresh humantime v2.1.0 |
5322 | 2025-03-07T21:59:40.486Z | Fresh semver v0.1.20 |
5323 | 2025-03-07T21:59:40.486Z | Fresh half v2.4.1 |
5324 | 2025-03-07T21:59:40.486Z | Fresh ciborium-io v0.2.2 |
5325 | 2025-03-07T21:59:40.486Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
5326 | 2025-03-07T21:59:40.486Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
5327 | 2025-03-07T21:59:40.486Z | Fresh rustc_version v0.1.7 |
5328 | 2025-03-07T21:59:40.486Z | Fresh ciborium-ll v0.2.2 |
5329 | 2025-03-07T21:59:40.486Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5330 | 2025-03-07T21:59:40.486Z | Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
5331 | 2025-03-07T21:59:40.486Z | Fresh ciborium v0.2.2 |
5332 | 2025-03-07T21:59:40.486Z | Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5333 | 2025-03-07T21:59:40.490Z | Fresh display-error-chain v0.2.2 |
5334 | 2025-03-07T21:59:40.490Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5335 | 2025-03-07T21:59:40.490Z | Fresh gethostname v0.5.0 |
5336 | 2025-03-07T21:59:40.490Z | Fresh bytecount v0.6.8 |
5337 | 2025-03-07T21:59:40.490Z | Fresh keccak v0.1.5 |
5338 | 2025-03-07T21:59:40.490Z | Fresh nibble_vec v0.1.0 |
5339 | 2025-03-07T21:59:40.490Z | Fresh newtype_derive v0.1.6 |
5340 | 2025-03-07T21:59:40.490Z | Fresh slog-dtrace v0.3.0 |
5341 | 2025-03-07T21:59:40.490Z | Fresh sha3 v0.10.8 |
5342 | 2025-03-07T21:59:40.490Z | Fresh endian-type v0.1.2 |
5343 | 2025-03-07T21:59:40.490Z | Fresh universal-hash v0.5.1 |
5344 | 2025-03-07T21:59:40.490Z | Fresh opaque-debug v0.3.1 |
5345 | 2025-03-07T21:59:40.490Z | Fresh secrecy v0.8.0 |
5346 | 2025-03-07T21:59:40.490Z | Fresh steno v0.4.1 |
5347 | 2025-03-07T21:59:40.490Z | Fresh radix_trie v0.2.1 |
5348 | 2025-03-07T21:59:40.490Z | Fresh arrayref v0.3.9 |
5349 | 2025-03-07T21:59:40.490Z | Fresh arrayvec v0.7.6 |
5350 | 2025-03-07T21:59:40.490Z | Fresh constant_time_eq v0.3.1 |
5351 | 2025-03-07T21:59:40.490Z | Fresh aead v0.5.2 |
5352 | 2025-03-07T21:59:40.490Z | Fresh poly1305 v0.8.0 |
5353 | 2025-03-07T21:59:40.490Z | Fresh chacha20 v0.9.1 |
5354 | 2025-03-07T21:59:40.490Z | Fresh memmap2 v0.9.5 |
5355 | 2025-03-07T21:59:40.490Z | Fresh topological-sort v0.2.2 |
5356 | 2025-03-07T21:59:40.490Z | Fresh thiserror-impl-no-std v2.0.2 |
5357 | 2025-03-07T21:59:40.490Z | Fresh chacha20poly1305 v0.10.1 |
5358 | 2025-03-07T21:59:40.490Z | Fresh thiserror-no-std v2.0.2 |
5359 | 2025-03-07T21:59:40.490Z | Fresh toolchain_find v0.4.0 |
5360 | 2025-03-07T21:59:40.490Z | Fresh fxhash v0.2.1 |
5361 | 2025-03-07T21:59:40.490Z | Fresh blake3 v1.5.4 |
5362 | 2025-03-07T21:59:40.490Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
5363 | 2025-03-07T21:59:40.491Z | Fresh vsss-rs v3.3.4 |
5364 | 2025-03-07T21:59:40.491Z | Fresh rustfmt-wrapper v0.2.1 |
5365 | 2025-03-07T21:59:40.491Z | Fresh async-recursion v1.1.1 |
5366 | 2025-03-07T21:59:40.491Z | Fresh maplit v1.0.2 |
5367 | 2025-03-07T21:59:40.491Z | Fresh const_format_proc_macros v0.2.34 |
5368 | 2025-03-07T21:59:40.491Z | Fresh omicron-zone-package v0.12.0 |
5369 | 2025-03-07T21:59:40.491Z | Fresh const_format v0.2.34 |
5370 | 2025-03-07T21:59:40.491Z | Fresh termcolor v1.4.1 |
5371 | 2025-03-07T21:59:40.491Z | Fresh tap v1.0.1 |
5372 | 2025-03-07T21:59:40.491Z | Fresh wyz v0.5.1 |
5373 | 2025-03-07T21:59:40.491Z | Fresh kstat-rs v0.2.4 |
5374 | 2025-03-07T21:59:40.491Z | Fresh vte_generate_state_changes v0.1.2 |
5375 | 2025-03-07T21:59:40.491Z | Fresh funty v2.0.0 |
5376 | 2025-03-07T21:59:40.491Z | Fresh radium v0.7.0 |
5377 | 2025-03-07T21:59:40.491Z | Fresh crc-catalog v2.4.0 |
5378 | 2025-03-07T21:59:40.491Z | Fresh maybe-uninit v2.0.0 |
5379 | 2025-03-07T21:59:40.491Z | Fresh vte v0.11.1 |
5380 | 2025-03-07T21:59:40.496Z | Fresh packed_struct_codegen v0.10.1 |
5381 | 2025-03-07T21:59:40.496Z | Fresh fd-lock v4.0.2 |
5382 | 2025-03-07T21:59:40.496Z | Fresh bitvec v1.0.1 |
5383 | 2025-03-07T21:59:40.496Z | Fresh crc v3.2.1 |
5384 | 2025-03-07T21:59:40.496Z | Fresh nodrop v0.1.14 |
5385 | 2025-03-07T21:59:40.496Z | Fresh strip-ansi-escapes v0.2.0 |
5386 | 2025-03-07T21:59:40.496Z | Fresh smallvec v0.6.14 |
5387 | 2025-03-07T21:59:40.496Z | Fresh array-init v0.0.4 |
5388 | 2025-03-07T21:59:40.496Z | Fresh packed_struct v0.10.1 |
5389 | 2025-03-07T21:59:40.496Z | Fresh hashbrown v0.12.3 |
5390 | 2025-03-07T21:59:40.496Z | Fresh nu-ansi-term v0.50.1 |
5391 | 2025-03-07T21:59:40.496Z | Fresh bitfield v0.14.0 |
5392 | 2025-03-07T21:59:40.496Z | Fresh serde-hex v0.1.0 |
5393 | 2025-03-07T21:59:40.496Z | Fresh reedline v0.38.0 |
5394 | 2025-03-07T21:59:40.496Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
5395 | 2025-03-07T21:59:40.496Z | Fresh indexmap v1.9.3 |
5396 | 2025-03-07T21:59:40.496Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5397 | 2025-03-07T21:59:40.496Z | Fresh env_logger v0.10.2 |
5398 | 2025-03-07T21:59:40.496Z | Fresh ron v0.8.1 |
5399 | 2025-03-07T21:59:40.496Z | Fresh hashbrown v0.13.2 |
5400 | 2025-03-07T21:59:40.496Z | Fresh phf_generator v0.11.2 |
5401 | 2025-03-07T21:59:40.496Z | Fresh crc-any v2.5.0 |
5402 | 2025-03-07T21:59:40.496Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
5403 | 2025-03-07T21:59:40.496Z | Fresh object v0.30.4 |
5404 | 2025-03-07T21:59:40.496Z | Fresh parse-zoneinfo v0.3.1 |
5405 | 2025-03-07T21:59:40.496Z | Fresh cfg_aliases v0.1.1 |
5406 | 2025-03-07T21:59:40.496Z | Fresh path-slash v0.1.5 |
5407 | 2025-03-07T21:59:40.496Z | Fresh papergrid v0.11.0 |
5408 | 2025-03-07T21:59:40.496Z | Fresh phf_codegen v0.11.2 |
5409 | 2025-03-07T21:59:40.496Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
5410 | 2025-03-07T21:59:40.497Z | Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
5411 | 2025-03-07T21:59:40.497Z | Fresh tabled_derive v0.7.0 |
5412 | 2025-03-07T21:59:40.500Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
5413 | 2025-03-07T21:59:40.500Z | Fresh chrono-tz-build v0.4.0 |
5414 | 2025-03-07T21:59:40.500Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
5415 | 2025-03-07T21:59:40.501Z | Fresh tabled v0.15.0 |
5416 | 2025-03-07T21:59:40.501Z | Fresh nanorand v0.7.0 |
5417 | 2025-03-07T21:59:40.501Z | Fresh bitfield-struct v0.6.2 |
5418 | 2025-03-07T21:59:40.501Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5419 | 2025-03-07T21:59:40.501Z | Fresh libefi-sys v0.1.0 |
5420 | 2025-03-07T21:59:40.501Z | Fresh flume v0.11.1 |
5421 | 2025-03-07T21:59:40.501Z | Fresh nix v0.28.0 |
5422 | 2025-03-07T21:59:40.501Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5423 | 2025-03-07T21:59:40.501Z | Fresh peg-macros v0.8.5 |
5424 | 2025-03-07T21:59:40.501Z | Fresh sqlparser_derive v0.2.2 |
5425 | 2025-03-07T21:59:40.501Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5426 | 2025-03-07T21:59:40.501Z | Fresh unicode_categories v0.1.1 |
5427 | 2025-03-07T21:59:40.501Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
5428 | 2025-03-07T21:59:40.501Z | Fresh parking_lot_core v0.8.6 |
5429 | 2025-03-07T21:59:40.501Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5430 | 2025-03-07T21:59:40.501Z | Fresh sqlparser v0.45.0 |
5431 | 2025-03-07T21:59:40.501Z | Fresh peg v0.8.5 |
5432 | 2025-03-07T21:59:40.501Z | Fresh chrono-tz v0.10.1 |
5433 | 2025-03-07T21:59:40.501Z | Fresh sqlformat v0.2.6 |
5434 | 2025-03-07T21:59:40.501Z | Fresh rustyline v14.0.0 |
5435 | 2025-03-07T21:59:40.501Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5436 | 2025-03-07T21:59:40.501Z | Fresh bcs v0.1.6 |
5437 | 2025-03-07T21:59:40.501Z | Fresh diff v0.1.13 |
5438 | 2025-03-07T21:59:40.501Z | Fresh termtree v0.5.1 |
5439 | 2025-03-07T21:59:40.501Z | Fresh parking_lot v0.11.2 |
5440 | 2025-03-07T21:59:40.501Z | Fresh hickory-client v0.24.4 |
5441 | 2025-03-07T21:59:40.505Z | Fresh sled v0.34.7 |
5442 | 2025-03-07T21:59:40.505Z | Fresh hickory-server v0.24.4 |
5443 | 2025-03-07T21:59:40.505Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
5444 | 2025-03-07T21:59:40.505Z | Fresh dsl_auto_type v0.1.2 |
5445 | 2025-03-07T21:59:40.505Z | Fresh scheduled-thread-pool v0.2.7 |
5446 | 2025-03-07T21:59:40.505Z | Fresh diesel_table_macro_syntax v0.2.0 |
5447 | 2025-03-07T21:59:40.505Z | Fresh diesel_derives v2.2.3 |
5448 | 2025-03-07T21:59:40.505Z | Fresh r2d2 v0.8.10 |
5449 | 2025-03-07T21:59:40.505Z | Fresh bit-vec v0.6.3 |
5450 | 2025-03-07T21:59:40.505Z | Fresh crunchy v0.2.2 |
5451 | 2025-03-07T21:59:40.505Z | Fresh diesel v2.2.8 |
5452 | 2025-03-07T21:59:40.505Z | Fresh bit-set v0.5.3 |
5453 | 2025-03-07T21:59:40.505Z | Fresh unicase v2.7.0 |
5454 | 2025-03-07T21:59:40.505Z | Fresh primeorder v0.13.6 |
5455 | 2025-03-07T21:59:40.505Z | Fresh ascii-canvas v3.0.0 |
5456 | 2025-03-07T21:59:40.505Z | Fresh tiny-keccak v2.0.2 |
5457 | 2025-03-07T21:59:40.505Z | Fresh ref-cast-impl v1.0.23 |
5458 | 2025-03-07T21:59:40.505Z | Fresh ena v0.14.3 |
5459 | 2025-03-07T21:59:40.505Z | Fresh regex-syntax v0.6.29 |
5460 | 2025-03-07T21:59:40.505Z | Fresh ref-cast v1.0.23 |
5461 | 2025-03-07T21:59:40.505Z | Fresh lalrpop v0.19.12 |
5462 | 2025-03-07T21:59:40.508Z | Fresh signal-hook-tokio v0.3.1 |
5463 | 2025-03-07T21:59:40.508Z | Fresh rustc-hash v2.1.1 |
5464 | 2025-03-07T21:59:40.508Z | Fresh http-range v0.1.5 |
5465 | 2025-03-07T21:59:40.508Z | Fresh bindgen v0.71.1 |
5466 | 2025-03-07T21:59:40.508Z | Fresh derive_builder_core v0.20.2 |
5467 | 2025-03-07T21:59:40.508Z | Fresh cargo-platform v0.1.8 |
5468 | 2025-03-07T21:59:40.508Z | Fresh atty v0.2.14 |
5469 | 2025-03-07T21:59:40.512Z | Fresh derive_builder_macro v0.20.2 |
5470 | 2025-03-07T21:59:40.512Z | Fresh mime_guess v2.0.5 |
5471 | 2025-03-07T21:59:40.512Z | Fresh p384 v0.13.0 |
5472 | 2025-03-07T21:59:40.512Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
5473 | 2025-03-07T21:59:40.512Z | Fresh tungstenite v0.23.0 |
5474 | 2025-03-07T21:59:40.512Z | Fresh strum_macros v0.24.3 |
5475 | 2025-03-07T21:59:40.512Z | Fresh indoc v1.0.9 |
5476 | 2025-03-07T21:59:40.512Z | Fresh tokio-tungstenite v0.23.1 |
5477 | 2025-03-07T21:59:40.512Z | Fresh salty v0.3.0 |
5478 | 2025-03-07T21:59:40.512Z | Fresh libxml v0.3.3 |
5479 | 2025-03-07T21:59:40.512Z | Fresh hyper-staticfile v0.10.1 |
5480 | 2025-03-07T21:59:40.512Z | Fresh derive_builder v0.20.2 |
5481 | 2025-03-07T21:59:40.512Z | Fresh polar-core v0.27.3 |
5482 | 2025-03-07T21:59:40.512Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5483 | 2025-03-07T21:59:40.512Z | Fresh nix v0.27.1 |
5484 | 2025-03-07T21:59:40.512Z | Fresh impl-trait-for-tuples v0.2.2 |
5485 | 2025-03-07T21:59:40.512Z | Fresh oso-derive v0.27.3 |
5486 | 2025-03-07T21:59:40.512Z | Fresh quick-xml v0.37.2 |
5487 | 2025-03-07T21:59:40.512Z | Fresh env_filter v0.1.2 |
5488 | 2025-03-07T21:59:40.512Z | Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
5489 | 2025-03-07T21:59:40.512Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
5490 | 2025-03-07T21:59:40.512Z | Fresh oso v0.27.3 |
5491 | 2025-03-07T21:59:40.512Z | Fresh samael v0.0.18 |
5492 | 2025-03-07T21:59:40.512Z | Fresh env_logger v0.11.5 |
5493 | 2025-03-07T21:59:40.517Z | Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
5494 | 2025-03-07T21:59:40.517Z | Fresh bb8 v0.8.5 |
5495 | 2025-03-07T21:59:40.517Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
5496 | 2025-03-07T21:59:40.517Z | Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
5497 | 2025-03-07T21:59:40.517Z | Fresh async-bb8-diesel v0.2.1 |
5498 | 2025-03-07T21:59:40.517Z | Fresh diesel-dtrace v0.4.2 |
5499 | 2025-03-07T21:59:40.517Z | Fresh pin-project-internal v1.1.6 |
5500 | 2025-03-07T21:59:40.521Z | Fresh pin-project v1.1.6 |
5501 | 2025-03-07T21:59:40.521Z | Fresh snafu-derive v0.8.5 |
5502 | 2025-03-07T21:59:40.521Z | Fresh olpc-cjson v0.1.4 |
5503 | 2025-03-07T21:59:40.521Z | Fresh globset v0.4.15 |
5504 | 2025-03-07T21:59:40.521Z | Fresh snafu v0.8.5 |
5505 | 2025-03-07T21:59:40.521Z | Fresh serde_plain v1.0.2 |
5506 | 2025-03-07T21:59:40.521Z | Fresh assert_matches v1.5.0 |
5507 | 2025-03-07T21:59:40.521Z | Fresh typed-path v0.9.3 |
5508 | 2025-03-07T21:59:40.521Z | Fresh rand_seeder v0.3.0 |
5509 | 2025-03-07T21:59:40.521Z | Fresh parse-size v1.1.0 |
5510 | 2025-03-07T21:59:40.521Z | Fresh tough v0.19.0 |
5511 | 2025-03-07T21:59:40.521Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5512 | 2025-03-07T21:59:40.521Z | Fresh proc-macro-error-attr2 v2.0.0 |
5513 | 2025-03-07T21:59:40.521Z | Fresh papergrid v0.14.0 |
5514 | 2025-03-07T21:59:40.521Z | Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5515 | 2025-03-07T21:59:40.521Z | Fresh yansi v1.0.1 |
5516 | 2025-03-07T21:59:40.521Z | Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
5517 | 2025-03-07T21:59:40.521Z | Fresh proc-macro-error2 v2.0.1 |
5518 | 2025-03-07T21:59:40.521Z | Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5519 | 2025-03-07T21:59:40.521Z | Fresh pretty_assertions v1.4.1 |
5520 | 2025-03-07T21:59:40.521Z | Fresh tabled_derive v0.10.0 |
5521 | 2025-03-07T21:59:40.521Z | Fresh castaway v0.2.3 |
5522 | 2025-03-07T21:59:40.521Z | Fresh tabled v0.18.0 |
5523 | 2025-03-07T21:59:40.521Z | Fresh io-lifetimes v1.0.11 |
5524 | 2025-03-07T21:59:40.521Z | Fresh smawk v0.3.2 |
5525 | 2025-03-07T21:59:40.521Z | Fresh indoc v2.0.5 |
5526 | 2025-03-07T21:59:40.521Z | Fresh unicode-linebreak v0.1.5 |
5527 | 2025-03-07T21:59:40.521Z | Fresh compact_str v0.8.0 |
5528 | 2025-03-07T21:59:40.521Z | Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
5529 | 2025-03-07T21:59:40.521Z | Fresh rustix v0.37.28 |
5530 | 2025-03-07T21:59:40.521Z | Fresh libz-sys v1.1.20 |
5531 | 2025-03-07T21:59:40.525Z | Fresh unicode-truncate v1.1.0 |
5532 | 2025-03-07T21:59:40.525Z | Fresh lru v0.12.5 |
5533 | 2025-03-07T21:59:40.525Z | Fresh terminal_size v0.2.6 |
5534 | 2025-03-07T21:59:40.525Z | Fresh libgit2-sys v0.17.0+1.8.1 |
5535 | 2025-03-07T21:59:40.525Z | Fresh instability v0.3.2 |
5536 | 2025-03-07T21:59:40.525Z | Fresh cassowary v0.3.0 |
5537 | 2025-03-07T21:59:40.525Z | Fresh is_ci v1.2.0 |
5538 | 2025-03-07T21:59:40.525Z | Fresh cargo_metadata v0.18.1 |
5539 | 2025-03-07T21:59:40.525Z | Fresh textwrap v0.16.1 |
5540 | 2025-03-07T21:59:40.525Z | Fresh ratatui v0.29.0 |
5541 | 2025-03-07T21:59:40.525Z | Fresh supports-color v3.0.2 |
5542 | 2025-03-07T21:59:40.525Z | Fresh git2 v0.19.0 |
5543 | 2025-03-07T21:59:40.525Z | Fresh cargo_metadata v0.19.2 |
5544 | 2025-03-07T21:59:40.525Z | Fresh vergen v8.3.2 |
5545 | 2025-03-07T21:59:40.528Z | Fresh rustls-webpki v0.101.7 |
5546 | 2025-03-07T21:59:40.528Z | Fresh sct v0.7.1 |
5547 | 2025-03-07T21:59:40.528Z | Fresh concurrent-queue v2.5.0 |
5548 | 2025-03-07T21:59:40.529Z | Fresh parking v2.2.1 |
5549 | 2025-03-07T21:59:40.529Z | Fresh rustls v0.21.12 |
5550 | 2025-03-07T21:59:40.529Z | Fresh tokio-rustls v0.24.1 |
5551 | 2025-03-07T21:59:40.529Z | Fresh rustls-pemfile v1.0.4 |
5552 | 2025-03-07T21:59:40.529Z | Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
5553 | 2025-03-07T21:59:40.529Z | Fresh twox-hash v2.1.0 |
5554 | 2025-03-07T21:59:40.529Z | Fresh shell-words v1.1.0 |
5555 | 2025-03-07T21:59:40.529Z | Fresh event-listener v5.3.1 |
5556 | 2025-03-07T21:59:40.529Z | Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
5557 | 2025-03-07T21:59:40.529Z | Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
5558 | 2025-03-07T21:59:40.529Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
5559 | 2025-03-07T21:59:40.529Z | Fresh fatfs v0.3.6 |
5560 | 2025-03-07T21:59:40.529Z | Fresh event-listener-strategy v0.5.2 |
5561 | 2025-03-07T21:59:40.529Z | Fresh csv-core v0.1.11 |
5562 | 2025-03-07T21:59:40.529Z | Fresh plotters-backend v0.3.7 |
5563 | 2025-03-07T21:59:40.529Z | Fresh futures-lite v2.3.0 |
5564 | 2025-03-07T21:59:40.529Z | Fresh rtoolbox v0.0.2 |
5565 | 2025-03-07T21:59:40.529Z | Fresh cast v0.3.0 |
5566 | 2025-03-07T21:59:40.529Z | Fresh hex-literal v0.4.1 |
5567 | 2025-03-07T21:59:40.529Z | Fresh tui-tree-widget v0.23.0 |
5568 | 2025-03-07T21:59:40.532Z | Fresh plotters-svg v0.3.7 |
5569 | 2025-03-07T21:59:40.532Z | Fresh csv v1.3.1 |
5570 | 2025-03-07T21:59:40.533Z | Fresh criterion-plot v0.5.0 |
5571 | 2025-03-07T21:59:40.533Z | Fresh rpassword v7.3.1 |
5572 | 2025-03-07T21:59:40.533Z | Fresh tinytemplate v1.2.1 |
5573 | 2025-03-07T21:59:40.533Z | Fresh anes v0.1.6 |
5574 | 2025-03-07T21:59:40.533Z | Fresh oorandom v11.1.4 |
5575 | 2025-03-07T21:59:40.533Z | Fresh plotters v0.3.7 |
5576 | 2025-03-07T21:59:40.533Z | Fresh async-lock v3.4.0 |
5577 | 2025-03-07T21:59:40.533Z | Fresh polyval v0.6.2 |
5578 | 2025-03-07T21:59:40.533Z | Fresh polling v3.7.3 |
5579 | 2025-03-07T21:59:40.533Z | Fresh ctr v0.9.2 |
5580 | 2025-03-07T21:59:40.533Z | Fresh criterion v0.5.1 |
5581 | 2025-03-07T21:59:40.533Z | Fresh ghash v0.5.1 |
5582 | 2025-03-07T21:59:40.533Z | Fresh async-io v2.3.4 |
5583 | 2025-03-07T21:59:40.533Z | Fresh async-task v4.7.1 |
5584 | 2025-03-07T21:59:40.533Z | Fresh async-channel v2.3.1 |
5585 | 2025-03-07T21:59:40.533Z | Fresh piper v0.2.4 |
5586 | 2025-03-07T21:59:40.533Z | Fresh aes-gcm v0.10.3 |
5587 | 2025-03-07T21:59:40.533Z | Fresh ssh-encoding v0.2.0 |
5588 | 2025-03-07T21:59:40.533Z | Fresh blowfish v0.9.1 |
5589 | 2025-03-07T21:59:40.533Z | Fresh async-signal v0.2.10 |
5590 | 2025-03-07T21:59:40.533Z | Fresh async-executor v1.13.1 |
5591 | 2025-03-07T21:59:40.533Z | Fresh blocking v1.6.1 |
5592 | 2025-03-07T21:59:40.533Z | Fresh target-lexicon v0.13.2 |
5593 | 2025-03-07T21:59:40.533Z | Fresh bcrypt-pbkdf v0.10.0 |
5594 | 2025-03-07T21:59:40.533Z | Fresh ssh-cipher v0.2.0 |
5595 | 2025-03-07T21:59:40.533Z | Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
5596 | 2025-03-07T21:59:40.533Z | Fresh password-hash v0.4.2 |
5597 | 2025-03-07T21:59:40.533Z | Fresh futures-timer v3.0.3 |
5598 | 2025-03-07T21:59:40.533Z | Fresh event-listener v2.5.3 |
5599 | 2025-03-07T21:59:40.533Z | Fresh cfg-expr v0.18.0 |
5600 | 2025-03-07T21:59:40.533Z | Fresh guppy-workspace-hack v0.1.0 |
5601 | 2025-03-07T21:59:40.533Z | Fresh ssh-key v0.6.6 |
5602 | 2025-03-07T21:59:40.533Z | Fresh async-global-executor v2.4.1 |
5603 | 2025-03-07T21:59:40.533Z | Fresh pbkdf2 v0.11.0 |
5604 | 2025-03-07T21:59:40.533Z | Fresh async-channel v1.9.0 |
5605 | 2025-03-07T21:59:40.533Z | Fresh async-process v2.3.0 |
5606 | 2025-03-07T21:59:40.533Z | Fresh p256 v0.13.2 |
5607 | 2025-03-07T21:59:40.533Z | Fresh p521 v0.13.3 |
5608 | 2025-03-07T21:59:40.537Z | Fresh async-attributes v1.1.2 |
5609 | 2025-03-07T21:59:40.537Z | Fresh kv-log-macro v1.0.7 |
5610 | 2025-03-07T21:59:40.537Z | Fresh russh-cryptovec v0.7.3 |
5611 | 2025-03-07T21:59:40.537Z | Fresh md5 v0.7.0 |
5612 | 2025-03-07T21:59:40.537Z | Fresh target-spec v3.4.2 |
5613 | 2025-03-07T21:59:40.537Z | Fresh russh-keys v0.45.0 |
5614 | 2025-03-07T21:59:40.537Z | Fresh async-std v1.13.0 |
5615 | 2025-03-07T21:59:40.537Z | Fresh httptest v0.16.3 |
5616 | 2025-03-07T21:59:40.537Z | Fresh num-bigint v0.4.6 |
5617 | 2025-03-07T21:59:40.537Z | Fresh pathdiff v0.2.3 |
5618 | 2025-03-07T21:59:40.537Z | Fresh rustls-native-certs v0.7.3 |
5619 | 2025-03-07T21:59:40.537Z | Fresh des v0.8.1 |
5620 | 2025-03-07T21:59:40.537Z | Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
5621 | 2025-03-07T21:59:40.537Z | Fresh nested v0.1.1 |
5622 | 2025-03-07T21:59:40.537Z | Fresh russh v0.45.0 |
5623 | 2025-03-07T21:59:40.537Z | Fresh hyper-rustls v0.26.0 |
5624 | 2025-03-07T21:59:40.537Z | Fresh async-object-pool v0.1.5 |
5625 | 2025-03-07T21:59:40.537Z | Fresh petname v2.0.2 |
5626 | 2025-03-07T21:59:40.537Z | Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
5627 | 2025-03-07T21:59:40.537Z | Fresh guppy v0.17.17 |
5628 | 2025-03-07T21:59:40.537Z | Fresh serde_regex v1.1.0 |
5629 | 2025-03-07T21:59:40.537Z | Fresh assert-json-diff v2.0.2 |
5630 | 2025-03-07T21:59:40.537Z | Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
5631 | 2025-03-07T21:59:40.537Z | Fresh path-tree v0.8.1 |
5632 | 2025-03-07T21:59:40.537Z | Fresh sync-ptr v0.1.1 |
5633 | 2025-03-07T21:59:40.538Z | Fresh internet-checksum v0.2.1 |
5634 | 2025-03-07T21:59:40.538Z | Fresh stringmetrics v2.2.2 |
5635 | 2025-03-07T21:59:40.541Z | Fresh doc-comment v0.3.3 |
5636 | 2025-03-07T21:59:40.541Z | Fresh httpmock v0.8.0-alpha.1 |
5637 | 2025-03-07T21:59:40.541Z | Compiling similar-asserts v1.7.0 |
5638 | 2025-03-07T21:59:40.541Z | Fresh proc-macro-crate v3.2.0 |
5639 | 2025-03-07T21:59:40.541Z | Fresh relative-path v1.9.3 |
5640 | 2025-03-07T21:59:40.541Z | Fresh assert_cmd v2.0.16 |
5641 | 2025-03-07T21:59:40.541Z | Running `/home/build/.rustup/toolchains/1.85.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=f5b4e034afabf46f -C extra-filename=-5d3dd039711f705b --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-a9acdc605ab40d5a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
5642 | 2025-03-07T21:59:40.541Z | Fresh rstest_macros v0.24.0 |
5643 | 2025-03-07T21:59:40.541Z | Fresh target-triple v0.1.3 |
5644 | 2025-03-07T21:59:40.702Z | Fresh multimap v0.10.0 |
5645 | 2025-03-07T21:59:40.707Z | Fresh uzers v0.12.1 |
5646 | 2025-03-07T21:59:40.707Z | Fresh trybuild v1.0.103 |
5647 | 2025-03-07T21:59:40.707Z | Fresh rstest v0.24.0 |
5648 | 2025-03-07T21:59:40.707Z | Fresh partial-io v0.5.4 |
5649 | 2025-03-07T21:59:40.707Z | Fresh blake2b_simd v1.0.2 |
5650 | 2025-03-07T21:59:40.707Z | Fresh rand_distr v0.4.3 |
5651 | 2025-03-07T21:59:40.707Z | Fresh approx v0.5.1 |
5652 | 2025-03-07T21:59:40.707Z | Fresh rust-argon2 v2.1.0 |
5653 | 2025-03-07T21:59:40.707Z | Fresh cargo_toml v0.21.0 |
5654 | 2025-03-07T21:59:40.707Z | Fresh termios v0.3.3 |
5655 | 2025-03-07T21:59:40.707Z | Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
5656 | 2025-03-07T21:59:40.707Z | Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
5657 | 2025-03-07T21:59:40.707Z | Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
5658 | 2025-03-07T21:59:40.707Z | Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
5659 | 2025-03-07T21:59:40.707Z | Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
5660 | 2025-03-07T21:59:40.707Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5661 | 2025-03-07T21:59:40.707Z | Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
5662 | 2025-03-07T21:59:40.708Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
5663 | 2025-03-07T21:59:40.708Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5664 | 2025-03-07T21:59:40.708Z | Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
5665 | 2025-03-07T21:59:40.712Z | Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
5666 | 2025-03-07T21:59:40.712Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
5667 | 2025-03-07T21:59:40.712Z | Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
5668 | 2025-03-07T21:59:40.712Z | Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
5669 | 2025-03-07T21:59:40.712Z | Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
5670 | 2025-03-07T21:59:40.712Z | Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
5671 | 2025-03-07T21:59:40.712Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5672 | 2025-03-07T21:59:40.712Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5673 | 2025-03-07T21:59:40.712Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
5674 | 2025-03-07T21:59:40.712Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
5675 | 2025-03-07T21:59:40.712Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
5676 | 2025-03-07T21:59:40.712Z | Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
5677 | 2025-03-07T21:59:40.712Z | Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
5678 | 2025-03-07T21:59:40.712Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
5679 | 2025-03-07T21:59:40.712Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
5680 | 2025-03-07T21:59:40.712Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
5681 | 2025-03-07T21:59:40.712Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5682 | 2025-03-07T21:59:40.712Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5683 | 2025-03-07T21:59:40.712Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
5684 | 2025-03-07T21:59:40.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5685 | 2025-03-07T21:59:40.712Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5686 | 2025-03-07T21:59:40.712Z | Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
5687 | 2025-03-07T21:59:40.713Z | Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
5688 | 2025-03-07T21:59:40.713Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5689 | 2025-03-07T21:59:40.722Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40cbffbde4e4c013 -C extra-filename=-220f3d61441e2699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
5690 | 2025-03-07T21:59:40.722Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=727b6e257b5bedfa -C extra-filename=-c52038493c80dd55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
5691 | 2025-03-07T21:59:40.726Z | Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
5692 | 2025-03-07T21:59:40.726Z | Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
5693 | 2025-03-07T21:59:40.738Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5694 | 2025-03-07T21:59:40.742Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
5695 | 2025-03-07T21:59:40.742Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5696 | 2025-03-07T21:59:40.742Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5697 | 2025-03-07T21:59:40.742Z | Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
5698 | 2025-03-07T21:59:40.742Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5699 | 2025-03-07T21:59:40.742Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
5700 | 2025-03-07T21:59:40.742Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5701 | 2025-03-07T21:59:40.746Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
5702 | 2025-03-07T21:59:40.746Z | Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
5703 | 2025-03-07T21:59:40.746Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5704 | 2025-03-07T21:59:40.746Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
5705 | 2025-03-07T21:59:40.746Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
5706 | 2025-03-07T21:59:40.746Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5707 | 2025-03-07T21:59:40.746Z | Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
5708 | 2025-03-07T21:59:40.746Z | Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
5709 | 2025-03-07T21:59:40.746Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5710 | 2025-03-07T21:59:40.746Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5711 | 2025-03-07T21:59:40.746Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
5712 | 2025-03-07T21:59:40.746Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
5713 | 2025-03-07T21:59:40.746Z | Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
5714 | 2025-03-07T21:59:40.746Z | Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
5715 | 2025-03-07T21:59:40.746Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5716 | 2025-03-07T21:59:40.746Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5717 | 2025-03-07T21:59:40.746Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5718 | 2025-03-07T21:59:40.746Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5719 | 2025-03-07T21:59:40.746Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5720 | 2025-03-07T21:59:40.746Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5721 | 2025-03-07T21:59:40.746Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5722 | 2025-03-07T21:59:40.746Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5723 | 2025-03-07T21:59:40.746Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
5724 | 2025-03-07T21:59:40.747Z | Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
5725 | 2025-03-07T21:59:40.747Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5726 | 2025-03-07T21:59:40.747Z | Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
5727 | 2025-03-07T21:59:40.747Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
5728 | 2025-03-07T21:59:40.747Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5729 | 2025-03-07T21:59:40.747Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5730 | 2025-03-07T21:59:40.747Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
5731 | 2025-03-07T21:59:40.747Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
5732 | 2025-03-07T21:59:40.747Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
5733 | 2025-03-07T21:59:40.747Z | Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
5734 | 2025-03-07T21:59:40.747Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
5735 | 2025-03-07T21:59:40.747Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
5736 | 2025-03-07T21:59:40.747Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
5737 | 2025-03-07T21:59:40.747Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5738 | 2025-03-07T21:59:40.751Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5739 | 2025-03-07T21:59:40.751Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
5740 | 2025-03-07T21:59:40.751Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5741 | 2025-03-07T21:59:40.751Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5742 | 2025-03-07T21:59:40.751Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5743 | 2025-03-07T21:59:40.751Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5744 | 2025-03-07T21:59:40.751Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5745 | 2025-03-07T21:59:40.751Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5746 | 2025-03-07T21:59:40.751Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
5747 | 2025-03-07T21:59:40.751Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
5748 | 2025-03-07T21:59:40.751Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5749 | 2025-03-07T21:59:40.751Z | Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5750 | 2025-03-07T21:59:40.751Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5751 | 2025-03-07T21:59:40.751Z | Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
5752 | 2025-03-07T21:59:40.751Z | Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
5753 | 2025-03-07T21:59:40.751Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5754 | 2025-03-07T21:59:40.751Z | Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
5755 | 2025-03-07T21:59:40.751Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5756 | 2025-03-07T21:59:40.751Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
5757 | 2025-03-07T21:59:40.751Z | Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
5758 | 2025-03-07T21:59:40.751Z | Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
5759 | 2025-03-07T21:59:40.751Z | Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
5760 | 2025-03-07T21:59:40.751Z | Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
5761 | 2025-03-07T21:59:40.751Z | Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
5762 | 2025-03-07T21:59:40.751Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5763 | 2025-03-07T21:59:40.751Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
5764 | 2025-03-07T21:59:40.751Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
5765 | 2025-03-07T21:59:40.751Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5766 | 2025-03-07T21:59:40.751Z | Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
5767 | 2025-03-07T21:59:40.751Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5768 | 2025-03-07T21:59:40.751Z | Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
5769 | 2025-03-07T21:59:40.751Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5770 | 2025-03-07T21:59:40.752Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5771 | 2025-03-07T21:59:40.752Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5772 | 2025-03-07T21:59:40.752Z | Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
5773 | 2025-03-07T21:59:40.752Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
5774 | 2025-03-07T21:59:40.752Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
5775 | 2025-03-07T21:59:40.752Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5776 | 2025-03-07T21:59:40.752Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
5777 | 2025-03-07T21:59:40.752Z | Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
5778 | 2025-03-07T21:59:40.752Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
5779 | 2025-03-07T21:59:40.752Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5780 | 2025-03-07T21:59:40.752Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5781 | 2025-03-07T21:59:40.752Z | Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
5782 | 2025-03-07T21:59:40.752Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5783 | 2025-03-07T21:59:40.752Z | Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
5784 | 2025-03-07T21:59:40.752Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5785 | 2025-03-07T21:59:40.752Z | Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
5786 | 2025-03-07T21:59:40.752Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
5787 | 2025-03-07T21:59:40.752Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5788 | 2025-03-07T21:59:42.815Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d1a1d5487aa647b -C extra-filename=-12f091f0c567b577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
5789 | 2025-03-07T21:59:42.823Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41b8bd3b15c73687 -C extra-filename=-76cbe9d39939c89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
5790 | 2025-03-07T21:59:42.823Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec011cf7b527d34d -C extra-filename=-27721587b50ee0db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
5791 | 2025-03-07T21:59:42.850Z | Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d9037b4a4adc662 -C extra-filename=-af17aa9935ab6510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d85bc770c24fca85.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-bc831e985963eda0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-1cc12fed7d9614a2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d1125759677e64c9.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f64009f17fcccc76.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-4ae721ceb35302a3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-475348e4eace7cb8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-7f9198a20a9a8985.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fcca64f00ffaf263.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-8fd4b70da2b7fee1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8f9a0b0f95e7ccf0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5866d185f81c1951.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-49d7c9077d28d475.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-aa66fe26c93fdc96.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-675809db340a8fe3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-06b0fc0d61b98329.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-28f96e98f6e682e3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-a2083d6ee951657b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7231f84705e02c23.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a0ce6dea02772ffd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-643cee12ed14a302.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4f3ea2a3bc32431e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2c9dc992eb702ebe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7236e0c202523a8d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-46a3da63f6154df2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a7a87ce6f5c7eb25.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28ed04f6554d425e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-63e544f577cafa19.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-487c62af66fae4a6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-57a5616779005920.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-07ec5d838e992ce9.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-3b722626a3437a12.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-abdb0d72ae563b28.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e864805bb99cfa30.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-2ccee5eb1eed74b8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-6808d4f1a2678096.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b9c90c911f3313c4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-588c354fc345b2b5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-fca48f762e8fab27.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d82f73dec4b44e2a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d4c6b6d9c050052c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-bde61e7d4b32fc5b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-9aea4be7b5f79517.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-55d6bca68e9640d0.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-411b6ca46e489b81.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b31239e777fdd7b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-7ad2ff7b3492622f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-cc7ef404639f7334.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-17395bdb74febbb4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-82f8123a3026ba29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-58a3af3c9d5c82c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4d2b048a65052c57.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-dfd9b8dafeb06943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-d486654a34b14bde.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8b9b3049d7c51b07.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a38f85949674f6bc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-fe8c75ac7fb8255d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-130475d991582c7e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-d5b09edfc2427fa1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-1d8cca03ebf99153.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-039b93c29a461c7e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-660bb627849ab99e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8c125acb1a68cac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-ba81826e3aed36ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3ab9243cf8b56f13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ebb3c4644b22acd5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9dfc193ededecd43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-135e4fd63153c513.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-462b72dd08ffe721.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9dc80024cc4bf419.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-77d1cee41ab1d405.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9ac6b8e2837857ba.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c84a9efd01741537.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0253bfcd83effd2d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-c53f7f2d1f4b655d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-850397cb6dc93eba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/` |
5792 | 2025-03-07T22:04:04.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 27s |
5793 | 2025-03-07T22:04:04.408Z | |
5794 | 2025-03-07T22:04:04.411Z | real 4:28.408464578 |
5795 | 2025-03-07T22:04:04.412Z | user 10:36.932278199 |
5796 | 2025-03-07T22:04:04.412Z | sys 57.897522700 |
5797 | 2025-03-07T22:04:04.412Z | trap 0.175983989 |
5798 | 2025-03-07T22:04:04.412Z | tflt 2.217374137 |
5799 | 2025-03-07T22:04:04.412Z | dflt 27.701879562 |
5800 | 2025-03-07T22:04:04.412Z | kflt 0.236350627 |
5801 | 2025-03-07T22:04:04.412Z | lock 19:27.211414189 |
5802 | 2025-03-07T22:04:04.412Z | slp 33:09.270111151 |
5803 | 2025-03-07T22:04:04.412Z | lat 2.536779574 |
5804 | 2025-03-07T22:04:04.412Z | stop 23.725168421 |
5805 | 2025-03-07T22:04:04.412Z | + banner test |
5806 | 2025-03-07T22:04:04.426Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
5807 | 2025-03-07T22:04:04.875Z | |
5808 | 2025-03-07T22:04:04.875Z | ##### ###### #### ##### |
5809 | 2025-03-07T22:04:04.875Z | # # # # |
5810 | 2025-03-07T22:04:04.875Z | # ##### #### # |
5811 | 2025-03-07T22:04:04.875Z | # # # # |
5812 | 2025-03-07T22:04:04.875Z | # # # # # |
5813 | 2025-03-07T22:04:04.875Z | # ###### #### # |
5814 | 2025-03-07T22:04:04.875Z | |
5815 | 2025-03-07T22:04:06.042Z | info: experimental features enabled: setup-scripts |
5816 | 2025-03-07T22:04:07.494Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5817 | 2025-03-07T22:04:07.662Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5818 | 2025-03-07T22:04:07.678Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5819 | 2025-03-07T22:04:07.697Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5820 | 2025-03-07T22:04:17.655Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 11.57s |
5821 | 2025-03-07T22:04:24.772Z | ──────────── |
5822 | 2025-03-07T22:04:24.772Z | Nextest run ID 292a7ca0-cf17-40e7-9ade-c8bdc1eb686e with nextest profile: ci |
5823 | 2025-03-07T22:04:24.772Z | Starting 1909 tests across 182 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
5824 | 2025-03-07T22:04:24.775Z | SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test |
5825 | 2025-03-07T22:04:25.639Z | Compiling newtype-uuid v1.2.1 |
5826 | 2025-03-07T22:04:26.206Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5827 | 2025-03-07T22:04:26.575Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5828 | 2025-03-07T22:04:27.182Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5829 | 2025-03-07T22:04:34.552Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5830 | 2025-03-07T22:04:36.576Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5831 | 2025-03-07T22:04:38.327Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
5832 | 2025-03-07T22:04:44.015Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 19.13s |
5833 | 2025-03-07T22:04:44.122Z | Running `target/debug/crdb-seed` |
5834 | 2025-03-07T22:04:44.161Z | Mar 07 22:04:42.270 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpqhpqpY |
5835 | 2025-03-07T22:04:44.161Z | Mar 07 22:04:42.270 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp7TMnPz,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpqhpqpY/listen-url |
5836 | 2025-03-07T22:04:44.161Z | Mar 07 22:04:42.270 INFO cockroach environment: BUILDOMAT_JOB_ID=01JNS8CX893E8PC4GHVAM4R29E BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.85.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=fix-boolean-logic GITHUB_REF=refs/heads/fix-boolean-logic GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f5526efc6179e8c0432bd5f59334613857389061 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-c4e7c3e6d69869a6/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envk9oAVf NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=292a7ca0-cf17-40e7-9ade-c8bdc1eb686e PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.85.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 |
5837 | 2025-03-07T22:04:45.406Z | Mar 07 22:04:43.406 INFO cockroach pid: 11915 |
5838 | 2025-03-07T22:04:45.406Z | Mar 07 22:04:43.406 INFO cockroach listen URL: postgresql://root@[::1]:41822/omicron?sslmode=disable |
5839 | 2025-03-07T22:04:45.406Z | Mar 07 22:04:43.406 INFO cockroach: populating |
5840 | 2025-03-07T22:04:47.583Z | Mar 07 22:04:45.303 INFO cockroach: populated |
5841 | 2025-03-07T22:04:48.840Z | Mar 07 22:04:46.250 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/81314259b0c60043674cf60d29721172e9e5da643a16bf8ec958b3a31cb59881.tar` |
5842 | 2025-03-07T22:04:49.446Z | SETUP PASS [ 23.360s] crdb-seed: cargo run -p crdb-seed --profile test |
5843 | 2025-03-07T22:04:49.446Z | SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5844 | 2025-03-07T22:04:49.446Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5845 | 2025-03-07T22:04:49.446Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
5846 | 2025-03-07T22:04:49.446Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5847 | 2025-03-07T22:04:49.446Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
5848 | 2025-03-07T22:04:49.446Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
5849 | 2025-03-07T22:04:51.244Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5850 | 2025-03-07T22:04:51.764Z | Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
5851 | 2025-03-07T22:04:54.180Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
5852 | 2025-03-07T22:04:55.922Z | Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
5853 | 2025-03-07T22:05:02.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
5854 | 2025-03-07T22:05:02.613Z | Running `target/debug/clickhouse-cluster-dev` |
5855 | 2025-03-07T22:05:02.613Z | Mar 07 22:05:00.547 INFO Setting up a ClickHouse cluster |
5856 | 2025-03-07T22:05:02.613Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2 |
5857 | 2025-03-07T22:05:02.613Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1 |
5858 | 2025-03-07T22:05:02.613Z | Deploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3 |
5859 | 2025-03-07T22:05:02.613Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1 |
5860 | 2025-03-07T22:05:02.613Z | Deploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2 |
5861 | 2025-03-07T22:05:06.921Z | Mar 07 22:05:04.911 INFO ClickHouse server ready |
5862 | 2025-03-07T22:05:07.239Z | Mar 07 22:05:04.912 INFO ClickHouse server ready |
5863 | 2025-03-07T22:05:07.240Z | Mar 07 22:05:05.116 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)] |
5864 | 2025-03-07T22:05:07.240Z | SETUP PASS [ 18.867s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev |
5865 | 2025-03-07T22:05:31.736Z | PASS [ 24.717s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
5866 | 2025-03-07T22:05:32.011Z | PASS [ 24.992s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
5867 | 2025-03-07T22:05:37.047Z | PASS [ 30.027s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
5868 | 2025-03-07T22:05:37.296Z | PASS [ 30.277s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
5869 | 2025-03-07T22:05:37.716Z | PASS [ 30.696s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
5870 | 2025-03-07T22:05:37.835Z | PASS [ 30.815s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
5871 | 2025-03-07T22:06:00.222Z | PASS [ 28.204s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
5872 | 2025-03-07T22:06:02.342Z | PASS [ 25.040s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
5873 | 2025-03-07T22:06:05.370Z | PASS [ 28.317s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
5874 | 2025-03-07T22:06:07.059Z | PASS [ 29.216s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
5875 | 2025-03-07T22:06:07.067Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5876 | 2025-03-07T22:06:07.071Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5877 | 2025-03-07T22:06:08.109Z | PASS [ 30.386s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind |
5878 | 2025-03-07T22:06:27.809Z | PASS [ 20.745s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind |
5879 | 2025-03-07T22:06:29.199Z | PASS [ 21.085s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently |
5880 | 2025-03-07T22:06:29.246Z | PASS [ 0.047s] api_identity test::test_identity |
5881 | 2025-03-07T22:06:29.274Z | PASS [ 0.027s] api_identity test::test_identity_no_field |
5882 | 2025-03-07T22:06:29.356Z | PASS [ 0.081s] authz-macros tests::test_authz_snapshots |
5883 | 2025-03-07T22:06:29.411Z | PASS [ 0.055s] bootstore schemes::tests::hello_roundtrip |
5884 | 2025-03-07T22:06:30.568Z | PASS [ 1.157s] bootstore schemes::v0::peer::tests::basic_3_nodes |
5885 | 2025-03-07T22:06:30.650Z | PASS [ 0.081s] bootstore schemes::v0::peer::tests::network_config |
5886 | 2025-03-07T22:06:30.690Z | PASS [ 0.039s] bootstore schemes::v0::share_pkg::tests::create_packages |
5887 | 2025-03-07T22:06:30.722Z | PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
5888 | 2025-03-07T22:06:30.754Z | PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
5889 | 2025-03-07T22:06:31.497Z | PASS [ 26.120s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
5890 | 2025-03-07T22:06:31.765Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5891 | 2025-03-07T22:06:34.651Z | PASS [ 3.895s] bootstore::v0-fsm-proptest-learner run |
5892 | 2025-03-07T22:06:34.920Z | PASS [ 0.269s] cert-dev::test-cert-dev test_cert_create |
5893 | 2025-03-07T22:06:35.794Z | PASS [ 0.874s] clickana chart::tests::gather_chart_data_failure |
5894 | 2025-03-07T22:06:35.851Z | PASS [ 0.056s] clickana chart::tests::gather_chart_data_for_disk_usage_success |
5895 | 2025-03-07T22:06:35.882Z | PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_memory_tracking_success |
5896 | 2025-03-07T22:06:35.915Z | PASS [ 0.033s] clickana chart::tests::gather_chart_data_for_query_count_success |
5897 | 2025-03-07T22:06:35.944Z | PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_running_queries_success |
5898 | 2025-03-07T22:06:36.054Z | PASS [ 0.109s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
5899 | 2025-03-07T22:06:36.108Z | PASS [ 0.053s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success |
5900 | 2025-03-07T22:06:36.190Z | PASS [ 0.083s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success |
5901 | 2025-03-07T22:06:36.233Z | PASS [ 0.043s] clickhouse-admin-types tests::test_empty_output_parse_fail |
5902 | 2025-03-07T22:06:36.267Z | PASS [ 0.033s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
5903 | 2025-03-07T22:06:36.303Z | PASS [ 0.035s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
5904 | 2025-03-07T22:06:36.349Z | PASS [ 0.046s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
5905 | 2025-03-07T22:06:36.384Z | PASS [ 0.034s] clickhouse-admin-types tests::test_full_lgif_parse_success |
5906 | 2025-03-07T22:06:36.429Z | PASS [ 0.045s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
5907 | 2025-03-07T22:06:36.506Z | PASS [ 0.076s] clickhouse-admin-types tests::test_generate_keeper_config |
5908 | 2025-03-07T22:06:36.543Z | PASS [ 0.037s] clickhouse-admin-types tests::test_generate_replica_config |
5909 | 2025-03-07T22:06:36.577Z | PASS [ 0.034s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
5910 | 2025-03-07T22:06:36.615Z | PASS [ 0.038s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
5911 | 2025-03-07T22:06:36.656Z | PASS [ 0.041s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail |
5912 | 2025-03-07T22:06:36.705Z | PASS [ 0.047s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
5913 | 2025-03-07T22:06:36.740Z | PASS [ 0.035s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
5914 | 2025-03-07T22:06:36.773Z | PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
5915 | 2025-03-07T22:06:36.807Z | PASS [ 0.034s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
5916 | 2025-03-07T22:06:36.855Z | PASS [ 0.047s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
5917 | 2025-03-07T22:06:36.926Z | PASS [ 0.071s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail |
5918 | 2025-03-07T22:06:36.967Z | PASS [ 0.041s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
5919 | 2025-03-07T22:06:37.012Z | PASS [ 0.045s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
5920 | 2025-03-07T22:06:37.071Z | PASS [ 0.058s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
5921 | 2025-03-07T22:06:37.112Z | PASS [ 0.040s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
5922 | 2025-03-07T22:06:37.156Z | PASS [ 0.044s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
5923 | 2025-03-07T22:06:37.200Z | PASS [ 0.043s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
5924 | 2025-03-07T22:06:37.233Z | PASS [ 0.032s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
5925 | 2025-03-07T22:06:37.268Z | PASS [ 0.035s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
5926 | 2025-03-07T22:06:37.308Z | PASS [ 0.040s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
5927 | 2025-03-07T22:06:37.342Z | PASS [ 0.033s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
5928 | 2025-03-07T22:06:37.383Z | PASS [ 0.040s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
5929 | 2025-03-07T22:06:37.416Z | PASS [ 0.032s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail |
5930 | 2025-03-07T22:06:37.449Z | PASS [ 0.033s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success |
5931 | 2025-03-07T22:06:37.486Z | PASS [ 0.036s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success |
5932 | 2025-03-07T22:06:37.657Z | PASS [ 0.159s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
5933 | 2025-03-07T22:06:37.754Z | PASS [ 0.109s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
5934 | 2025-03-07T22:06:37.787Z | PASS [ 0.032s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
5935 | 2025-03-07T22:06:37.824Z | PASS [ 0.038s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
5936 | 2025-03-07T22:06:37.854Z | PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
5937 | 2025-03-07T22:06:37.883Z | PASS [ 0.028s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
5938 | 2025-03-07T22:06:37.909Z | PASS [ 0.026s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
5939 | 2025-03-07T22:06:38.318Z | PASS [ 6.820s] bootstore::v0-fsm-proptest-rack-coordinator run |
5940 | 2025-03-07T22:06:38.439Z | PASS [ 0.120s] db-dev::test-db-dev test_db_dev_wipe_no_args |
5941 | 2025-03-07T22:06:38.439Z | PASS [ 0.529s] db-dev::test-db-dev test_db_dev_populate_no_args |
5942 | 2025-03-07T22:06:40.449Z | PASS [ 68.696s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5943 | 2025-03-07T22:06:40.563Z | PASS [ 0.113s] db-macros lookup::test::test_lookup_snapshots |
5944 | 2025-03-07T22:06:40.593Z | PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
5945 | 2025-03-07T22:06:40.625Z | PASS [ 0.031s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
5946 | 2025-03-07T22:06:40.667Z | PASS [ 0.042s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
5947 | 2025-03-07T22:06:40.704Z | PASS [ 0.036s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
5948 | 2025-03-07T22:06:40.733Z | PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
5949 | 2025-03-07T22:06:40.770Z | PASS [ 0.037s] db-macros tests::test_derive_snapshots |
5950 | 2025-03-07T22:06:40.798Z | PASS [ 0.028s] db-macros tests::test_derive_with_unknown_field |
5951 | 2025-03-07T22:06:41.279Z | PASS [ 0.480s] dns-server storage::test::test_update_basic |
5952 | 2025-03-07T22:06:41.698Z | PASS [ 0.419s] dns-server storage::test::test_update_in_progress |
5953 | 2025-03-07T22:06:41.899Z | PASS [ 0.200s] dns-server storage::test::test_update_interrupted |
5954 | 2025-03-07T22:06:43.150Z | PASS [ 1.250s] dns-server::basic_test a_crud |
5955 | 2025-03-07T22:06:43.813Z | PASS [ 0.663s] dns-server::basic_test aaaa_crud |
5956 | 2025-03-07T22:06:44.312Z | PASS [ 0.498s] dns-server::basic_test answers_match_question |
5957 | 2025-03-07T22:06:44.675Z | PASS [ 0.363s] dns-server::basic_test empty_record |
5958 | 2025-03-07T22:06:45.002Z | PASS [ 0.326s] dns-server::basic_test multi_record_crud |
5959 | 2025-03-07T22:06:45.316Z | PASS [ 0.314s] dns-server::basic_test name_contains_zone |
5960 | 2025-03-07T22:06:45.606Z | PASS [ 7.165s] db-dev::test-db-dev test_db_killed |
5961 | 2025-03-07T22:06:45.636Z | PASS [ 0.319s] dns-server::basic_test nxdomain |
5962 | 2025-03-07T22:06:45.963Z | PASS [ 0.355s] dns-server::basic_test servfail |
5963 | 2025-03-07T22:06:45.994Z | PASS [ 0.358s] dns-server::basic_test srv_crud |
5964 | 2025-03-07T22:06:46.061Z | PASS [ 0.067s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
5965 | 2025-03-07T22:06:46.127Z | PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
5966 | 2025-03-07T22:06:46.323Z | PASS [ 0.196s] illumos-utils destructor::test::test_delayed_delete |
5967 | 2025-03-07T22:06:47.275Z | PASS [ 0.951s] illumos-utils destructor::test::test_delayed_delete_with_error |
5968 | 2025-03-07T22:06:47.306Z | PASS [ 0.031s] illumos-utils destructor::test::test_destructor_bad_close |
5969 | 2025-03-07T22:06:47.350Z | PASS [ 0.043s] illumos-utils link::test::test_allocate |
5970 | 2025-03-07T22:06:47.385Z | PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes |
5971 | 2025-03-07T22:06:47.492Z | PASS [ 0.107s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route |
5972 | 2025-03-07T22:06:47.522Z | PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
5973 | 2025-03-07T22:06:47.655Z | PASS [ 0.133s] illumos-utils zfs::test::get_values_of_rpool |
5974 | 2025-03-07T22:06:47.701Z | PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_bad_avail |
5975 | 2025-03-07T22:06:47.742Z | PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_quota |
5976 | 2025-03-07T22:06:47.781Z | PASS [ 0.041s] illumos-utils zfs::test::parse_dataset_bad_reservation |
5977 | 2025-03-07T22:06:47.831Z | PASS [ 0.050s] illumos-utils zfs::test::parse_dataset_bad_usage |
5978 | 2025-03-07T22:06:47.869Z | PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_uuid |
5979 | 2025-03-07T22:06:47.907Z | PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_missing_fields |
5980 | 2025-03-07T22:06:47.957Z | PASS [ 0.049s] illumos-utils zfs::test::parse_dataset_props |
5981 | 2025-03-07T22:06:47.993Z | PASS [ 0.037s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
5982 | 2025-03-07T22:06:48.036Z | PASS [ 0.042s] illumos-utils zfs::test::parse_dataset_too_many_columns |
5983 | 2025-03-07T22:06:48.097Z | PASS [ 0.060s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash |
5984 | 2025-03-07T22:06:48.130Z | PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited |
5985 | 2025-03-07T22:06:48.189Z | PASS [ 0.059s] illumos-utils zfs::test::parse_quota_ignored_if_default |
5986 | 2025-03-07T22:06:48.222Z | PASS [ 0.032s] illumos-utils zfs::test::parse_reservation_ignored_if_default |
5987 | 2025-03-07T22:06:48.255Z | PASS [ 0.033s] illumos-utils zfs::test::parse_sorts_and_dedups |
5988 | 2025-03-07T22:06:48.310Z | PASS [ 0.054s] illumos-utils zone::tests::test_parse_ip_network |
5989 | 2025-03-07T22:06:48.341Z | PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool |
5990 | 2025-03-07T22:06:48.379Z | PASS [ 0.037s] illumos-utils zpool::test::test_parse_zpool_missing_column |
5991 | 2025-03-07T22:06:50.846Z | PASS [ 4.883s] dns-server::commands_test test_dnsadm |
5992 | 2025-03-07T22:06:52.392Z | PASS [ 1.546s] installinator write::tests::proptest_write_artifact |
5993 | 2025-03-07T22:06:52.664Z | PASS [ 0.272s] installinator-common block_size_writer::tests::proptest_block_writer |
5994 | 2025-03-07T22:06:52.911Z | PASS [ 4.531s] installinator mock_peers::tests::proptest_fetch_artifact |
5995 | 2025-03-07T22:06:53.643Z | PASS [ 0.565s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
5996 | 2025-03-07T22:06:53.654Z | PASS [ 0.838s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
5997 | 2025-03-07T22:06:53.867Z | PASS [ 0.390s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
5998 | 2025-03-07T22:06:54.256Z | PASS [ 0.752s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
5999 | 2025-03-07T22:06:54.444Z | PASS [ 0.576s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
6000 | 2025-03-07T22:06:54.693Z | PASS [ 0.436s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
6001 | 2025-03-07T22:06:54.737Z | PASS [ 0.043s] internal-dns-types config::test::display_hosts |
6002 | 2025-03-07T22:06:54.768Z | PASS [ 0.030s] internal-dns-types config::test::display_srv_service |
6003 | 2025-03-07T22:06:54.833Z | PASS [ 0.065s] internal-dns-types config::test::test_builder_errors |
6004 | 2025-03-07T22:06:54.865Z | PASS [ 0.421s] internal-dns-resolver resolver::test::update_record |
6005 | 2025-03-07T22:06:54.927Z | PASS [ 0.093s] internal-dns-types config::test::test_builder_output |
6006 | 2025-03-07T22:06:54.934Z | PASS [ 0.068s] internal-dns-types diff::test::diff_different |
6007 | 2025-03-07T22:06:54.960Z | PASS [ 0.033s] internal-dns-types diff::test::diff_equivalent |
6008 | 2025-03-07T22:06:54.968Z | PASS [ 0.032s] internal-dns-types diff::test::diff_invalid |
6009 | 2025-03-07T22:06:55.013Z | PASS [ 0.052s] ipcc tests::deserialize_fixed_value |
6010 | 2025-03-07T22:06:55.039Z | PASS [ 0.070s] ipcc tests::installinator_image_id_round_trip |
6011 | 2025-03-07T22:06:55.061Z | PASS [ 0.048s] ipcc tests::serialized_size |
6012 | 2025-03-07T22:06:55.147Z | PASS [ 0.108s] key-manager tests::different_disks_produce_different_keys |
6013 | 2025-03-07T22:06:55.147Z | PASS [ 0.085s] key-manager tests::different_ikm_produces_different_keys |
6014 | 2025-03-07T22:06:55.198Z | PASS [ 0.050s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
6015 | 2025-03-07T22:06:55.234Z | PASS [ 0.083s] key-manager tests::disk_encryption_key_epoch_0 |
6016 | 2025-03-07T22:06:55.458Z | PASS [ 0.223s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
6017 | 2025-03-07T22:06:55.464Z | PASS [ 0.259s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
6018 | 2025-03-07T22:06:55.500Z | PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_get_token |
6019 | 2025-03-07T22:06:55.512Z | PASS [ 0.054s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
6020 | 2025-03-07T22:06:55.540Z | PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
6021 | 2025-03-07T22:06:55.550Z | PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
6022 | 2025-03-07T22:06:55.579Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
6023 | 2025-03-07T22:06:55.589Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
6024 | 2025-03-07T22:06:55.619Z | PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
6025 | 2025-03-07T22:06:55.630Z | PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
6026 | 2025-03-07T22:06:55.659Z | PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
6027 | 2025-03-07T22:06:55.680Z | PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_make_header_value |
6028 | 2025-03-07T22:06:55.697Z | PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
6029 | 2025-03-07T22:06:55.734Z | PASS [ 0.054s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
6030 | 2025-03-07T22:06:55.743Z | PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
6031 | 2025-03-07T22:06:55.772Z | PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
6032 | 2025-03-07T22:06:55.793Z | PASS [ 0.050s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
6033 | 2025-03-07T22:06:55.821Z | PASS [ 0.049s] nexus-auth authn::external::test::test_authn_sequence |
6034 | 2025-03-07T22:06:55.837Z | PASS [ 0.043s] nexus-auth authn::external::token::test::test_make_header_value |
6035 | 2025-03-07T22:06:55.861Z | PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
6036 | 2025-03-07T22:06:55.873Z | PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_missing |
6037 | 2025-03-07T22:06:55.903Z | PASS [ 0.042s] nexus-auth authn::external::token::test::test_token_header_valid |
6038 | 2025-03-07T22:06:55.980Z | PASS [ 0.106s] nexus-auth authn::test::test_internal_users |
6039 | 2025-03-07T22:06:56.045Z | PASS [ 0.064s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
6040 | 2025-03-07T22:06:56.129Z | PASS [ 0.225s] nexus-auth authz::context::test::test_unregistered_resource |
6041 | 2025-03-07T22:06:56.152Z | PASS [ 0.106s] nexus-auth context::test::test_background_context |
6042 | 2025-03-07T22:06:56.239Z | PASS [ 0.109s] nexus-auth context::test::test_child_context |
6043 | 2025-03-07T22:06:56.253Z | PASS [ 0.101s] nexus-auth context::test::test_test_context |
6044 | 2025-03-07T22:06:56.328Z | PASS [ 0.075s] nexus-config nexus_config::test::test_config_bad_toml |
6045 | 2025-03-07T22:06:56.365Z | PASS [ 0.037s] nexus-config nexus_config::test::test_config_empty |
6046 | 2025-03-07T22:06:56.390Z | PASS [ 0.151s] nexus-config nexus_config::test::test_bad_authn_schemes |
6047 | 2025-03-07T22:06:56.398Z | PASS [ 0.032s] nexus-config nexus_config::test::test_config_nonexistent |
6048 | 2025-03-07T22:06:56.434Z | PASS [ 0.036s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
6049 | 2025-03-07T22:06:56.478Z | PASS [ 0.088s] nexus-config nexus_config::test::test_deployment_config_schema |
6050 | 2025-03-07T22:06:56.513Z | PASS [ 0.078s] nexus-config nexus_config::test::test_repo_configs_are_valid |
6051 | 2025-03-07T22:06:56.530Z | PASS [ 0.052s] nexus-config nexus_config::test::test_valid |
6052 | 2025-03-07T22:06:56.544Z | PASS [ 0.030s] nexus-config postgres_config::test::test_bad_url |
6053 | 2025-03-07T22:06:56.560Z | PASS [ 0.029s] nexus-config postgres_config::test::test_example_url |
6054 | 2025-03-07T22:06:56.602Z | PASS [ 0.058s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
6055 | 2025-03-07T22:06:56.611Z | PASS [ 0.050s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
6056 | 2025-03-07T22:06:56.645Z | PASS [ 0.034s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
6057 | 2025-03-07T22:06:56.649Z | PASS [ 0.042s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
6058 | 2025-03-07T22:06:56.694Z | PASS [ 0.049s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
6059 | 2025-03-07T22:06:56.722Z | PASS [ 0.076s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
6060 | 2025-03-07T22:06:56.763Z | PASS [ 0.068s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
6061 | 2025-03-07T22:06:56.799Z | PASS [ 0.036s] nexus-db-model instance_state::tests::test_from_str_roundtrips |
6062 | 2025-03-07T22:06:56.811Z | PASS [ 0.088s] nexus-db-model device_auth::test::test_generate_user_code |
6063 | 2025-03-07T22:06:56.852Z | PASS [ 0.053s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
6064 | 2025-03-07T22:06:56.861Z | PASS [ 0.050s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
6065 | 2025-03-07T22:06:56.914Z | PASS [ 0.050s] nexus-db-model schema_versions::test::test_known_versions |
6066 | 2025-03-07T22:06:56.928Z | PASS [ 0.076s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
6067 | 2025-03-07T22:06:56.954Z | PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
6068 | 2025-03-07T22:06:56.979Z | PASS [ 0.050s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
6069 | 2025-03-07T22:06:56.994Z | PASS [ 0.040s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
6070 | 2025-03-07T22:06:57.025Z | PASS [ 0.045s] nexus-db-model schema_versions::test::test_verify |
6071 | 2025-03-07T22:06:57.036Z | PASS [ 0.042s] nexus-db-model semver_version::test::test_to_from_sortable_string |
6072 | 2025-03-07T22:06:57.086Z | PASS [ 0.061s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
6073 | 2025-03-07T22:06:57.094Z | PASS [ 0.056s] nexus-db-model tests::test_ipv6_net_random_subnet |
6074 | 2025-03-07T22:06:57.132Z | PASS [ 0.046s] nexus-db-model tests::test_roles_database_strings |
6075 | 2025-03-07T22:06:57.139Z | PASS [ 0.045s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
6076 | 2025-03-07T22:06:57.168Z | PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
6077 | 2025-03-07T22:06:57.175Z | PASS [ 0.035s] nexus-db-model vmm_state::tests::test_from_str_roundtrips |
6078 | 2025-03-07T22:06:57.304Z | PASS [ 18.860s] db-dev::test-db-dev test_db_run |
6079 | 2025-03-07T22:07:00.247Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6080 | 2025-03-07T22:07:00.410Z | PASS [ 3.105s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
6081 | 2025-03-07T22:07:00.449Z | PASS [ 3.272s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
6082 | 2025-03-07T22:07:00.515Z | PASS [ 3.346s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
6083 | 2025-03-07T22:07:02.366Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6084 | 2025-03-07T22:07:03.122Z | PASS [ 2.712s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
6085 | 2025-03-07T22:07:03.187Z | PASS [ 2.672s] nexus-db-queries db::collection_attach::test::test_attach_once |
6086 | 2025-03-07T22:07:03.336Z | PASS [ 2.886s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
6087 | 2025-03-07T22:07:06.256Z | PASS [ 3.133s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
6088 | 2025-03-07T22:07:06.264Z | PASS [ 2.926s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
6089 | 2025-03-07T22:07:06.321Z | PASS [ 0.056s] nexus-db-queries db::collection_attach::test::test_verify_query |
6090 | 2025-03-07T22:07:06.469Z | PASS [ 3.280s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
6091 | 2025-03-07T22:07:07.082Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6092 | 2025-03-07T22:07:07.082Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6093 | 2025-03-07T22:07:09.863Z | PASS [ 3.540s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
6094 | 2025-03-07T22:07:09.993Z | PASS [ 3.520s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
6095 | 2025-03-07T22:07:10.433Z | PASS [ 4.174s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
6096 | 2025-03-07T22:07:12.868Z | PASS [ 2.875s] nexus-db-queries db::collection_detach::test::test_detach_once |
6097 | 2025-03-07T22:07:12.937Z | PASS [ 3.066s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
6098 | 2025-03-07T22:07:12.985Z | PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query |
6099 | 2025-03-07T22:07:13.320Z | PASS [ 2.887s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
6100 | 2025-03-07T22:07:15.858Z | PASS [ 2.991s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
6101 | 2025-03-07T22:07:15.881Z | PASS [ 2.895s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
6102 | 2025-03-07T22:07:16.182Z | PASS [ 2.861s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
6103 | 2025-03-07T22:07:18.428Z | PASS [ 2.568s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
6104 | 2025-03-07T22:07:18.496Z | PASS [ 2.615s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
6105 | 2025-03-07T22:07:18.899Z | PASS [ 2.715s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
6106 | 2025-03-07T22:07:19.389Z | PASS [ 77.029s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
6107 | 2025-03-07T22:07:19.438Z | PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
6108 | 2025-03-07T22:07:21.543Z | PASS [ 2.103s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
6109 | 2025-03-07T22:07:21.574Z | PASS [ 3.077s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
6110 | 2025-03-07T22:07:21.587Z | PASS [ 3.157s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
6111 | 2025-03-07T22:07:21.620Z | PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query |
6112 | 2025-03-07T22:07:21.635Z | PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
6113 | 2025-03-07T22:07:21.648Z | PASS [ 2.749s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
6114 | 2025-03-07T22:07:21.667Z | PASS [ 0.046s] nexus-db-queries db::column_walker::test::test_walk_columns |
6115 | 2025-03-07T22:07:21.680Z | PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table |
6116 | 2025-03-07T22:07:23.898Z | PASS [ 2.354s] nexus-db-queries db::collection_insert::test::test_collection_present |
6117 | 2025-03-07T22:07:26.469Z | PASS [ 4.818s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members |
6118 | 2025-03-07T22:07:26.498Z | PASS [ 4.816s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove |
6119 | 2025-03-07T22:07:26.542Z | PASS [ 4.874s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership |
6120 | 2025-03-07T22:07:27.834Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
6121 | 2025-03-07T22:07:28.824Z | PASS [ 4.926s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm |
6122 | 2025-03-07T22:07:31.225Z | PASS [ 4.679s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project |
6123 | 2025-03-07T22:07:31.388Z | PASS [ 4.888s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency |
6124 | 2025-03-07T22:07:32.152Z | PASS [ 5.682s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects |
6125 | 2025-03-07T22:07:33.206Z | PASS [ 4.375s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped |
6126 | 2025-03-07T22:07:36.390Z | PASS [ 5.165s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion |
6127 | 2025-03-07T22:07:36.462Z | PASS [ 5.073s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members |
6128 | 2025-03-07T22:07:37.247Z | PASS [ 5.094s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership |
6129 | 2025-03-07T22:07:38.210Z | PASS [ 5.008s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove |
6130 | 2025-03-07T22:07:41.157Z | PASS [ 4.697s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm |
6131 | 2025-03-07T22:07:41.803Z | PASS [ 4.555s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency |
6132 | 2025-03-07T22:07:42.065Z | PASS [ 5.602s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects |
6133 | 2025-03-07T22:07:43.077Z | PASS [ 4.865s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project |
6134 | 2025-03-07T22:07:45.861Z | PASS [ 4.771s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped |
6135 | 2025-03-07T22:07:46.240Z | PASS [ 4.173s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
6136 | 2025-03-07T22:07:46.534Z | PASS [ 4.729s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion |
6137 | 2025-03-07T22:07:47.167Z | PASS [ 4.087s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
6138 | 2025-03-07T22:07:50.582Z | PASS [ 4.717s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic |
6139 | 2025-03-07T22:07:50.822Z | PASS [ 4.580s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
6140 | 2025-03-07T22:07:50.861Z | PASS [ 4.326s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
6141 | 2025-03-07T22:07:52.091Z | PASS [ 4.923s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists |
6142 | 2025-03-07T22:07:52.664Z | PASS [ 1.843s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
6143 | 2025-03-07T22:07:53.206Z | PASS [ 2.344s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
6144 | 2025-03-07T22:07:53.290Z | PASS [ 2.710s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
6145 | 2025-03-07T22:07:56.993Z | PASS [ 4.902s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
6146 | 2025-03-07T22:07:57.614Z | PASS [ 4.406s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
6147 | 2025-03-07T22:07:57.647Z | PASS [ 4.982s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
6148 | 2025-03-07T22:07:58.330Z | PASS [ 5.038s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
6149 | 2025-03-07T22:08:00.279Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6150 | 2025-03-07T22:08:01.972Z | PASS [ 4.976s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
6151 | 2025-03-07T22:08:02.630Z | PASS [ 4.979s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
6152 | 2025-03-07T22:08:02.693Z | PASS [ 0.064s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
6153 | 2025-03-07T22:08:02.925Z | PASS [ 5.309s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
6154 | 2025-03-07T22:08:03.907Z | PASS [ 5.575s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
6155 | 2025-03-07T22:08:06.593Z | PASS [ 4.621s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
6156 | 2025-03-07T22:08:07.098Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6157 | 2025-03-07T22:08:07.098Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6158 | 2025-03-07T22:08:07.231Z | PASS [ 4.538s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
6159 | 2025-03-07T22:08:07.796Z | PASS [ 4.868s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
6160 | 2025-03-07T22:08:09.471Z | PASS [ 5.562s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
6161 | 2025-03-07T22:08:11.136Z | PASS [ 4.541s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
6162 | 2025-03-07T22:08:12.048Z | PASS [ 4.816s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
6163 | 2025-03-07T22:08:12.139Z | PASS [ 4.342s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
6164 | 2025-03-07T22:08:15.669Z | PASS [ 6.194s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
6165 | 2025-03-07T22:08:16.986Z | PASS [ 4.936s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
6166 | 2025-03-07T22:08:16.991Z | PASS [ 4.846s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent |
6167 | 2025-03-07T22:08:18.228Z | PASS [ 7.089s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
6168 | 2025-03-07T22:08:20.611Z | PASS [ 4.943s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
6169 | 2025-03-07T22:08:21.535Z | PASS [ 4.548s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
6170 | 2025-03-07T22:08:21.703Z | PASS [ 4.716s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
6171 | 2025-03-07T22:08:23.020Z | PASS [ 4.792s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
6172 | 2025-03-07T22:08:25.215Z | PASS [ 4.603s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
6173 | 2025-03-07T22:08:25.827Z | PASS [ 4.291s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
6174 | 2025-03-07T22:08:26.218Z | PASS [ 4.508s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
6175 | 2025-03-07T22:08:26.970Z | PASS [ 3.948s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
6176 | 2025-03-07T22:08:27.887Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
6177 | 2025-03-07T22:08:33.430Z | PASS [ 5.564s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
6178 | 2025-03-07T22:08:33.430Z | PASS [ 5.268s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
6179 | 2025-03-07T22:08:33.430Z | PASS [ 4.948s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
6180 | 2025-03-07T22:08:33.430Z | PASS [ 7.027s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
6181 | 2025-03-07T22:08:35.291Z | PASS [ 4.509s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
6182 | 2025-03-07T22:08:36.384Z | PASS [ 4.901s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
6183 | 2025-03-07T22:08:36.850Z | PASS [ 3.993s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
6184 | 2025-03-07T22:08:37.869Z | PASS [ 5.949s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
6185 | 2025-03-07T22:08:39.647Z | PASS [ 4.355s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
6186 | 2025-03-07T22:08:40.767Z | PASS [ 4.382s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
6187 | 2025-03-07T22:08:41.537Z | PASS [ 4.684s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
6188 | 2025-03-07T22:08:43.490Z | PASS [ 5.618s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
6189 | 2025-03-07T22:08:44.034Z | PASS [ 4.386s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
6190 | 2025-03-07T22:08:46.180Z | PASS [ 5.404s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
6191 | 2025-03-07T22:08:47.936Z | PASS [ 4.446s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
6192 | 2025-03-07T22:08:50.525Z | PASS [ 4.348s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
6193 | 2025-03-07T22:08:52.560Z | PASS [ 4.621s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
6194 | 2025-03-07T22:08:55.431Z | PASS [ 4.832s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
6195 | 2025-03-07T22:08:55.677Z | PASS [ 14.136s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
6196 | 2025-03-07T22:08:57.583Z | PASS [ 4.979s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
6197 | 2025-03-07T22:09:00.165Z | PASS [ 4.808s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
6198 | 2025-03-07T22:09:00.276Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6199 | 2025-03-07T22:09:00.796Z | PASS [ 5.118s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
6200 | 2025-03-07T22:09:02.188Z | PASS [ 4.647s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
6201 | 2025-03-07T22:09:05.520Z | PASS [ 5.353s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
6202 | 2025-03-07T22:09:07.113Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6203 | 2025-03-07T22:09:07.113Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6204 | 2025-03-07T22:09:07.132Z | PASS [ 4.942s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
6205 | 2025-03-07T22:09:07.380Z | PASS [ 23.340s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
6206 | 2025-03-07T22:09:07.758Z | PASS [ 6.943s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
6207 | 2025-03-07T22:09:11.075Z | PASS [ 5.553s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
6208 | 2025-03-07T22:09:11.942Z | PASS [ 4.807s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
6209 | 2025-03-07T22:09:11.990Z | PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count |
6210 | 2025-03-07T22:09:13.377Z | PASS [ 5.995s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
6211 | 2025-03-07T22:09:13.852Z | PASS [ 6.110s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
6212 | 2025-03-07T22:09:15.400Z | PASS [ 4.324s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
6213 | 2025-03-07T22:09:16.165Z | PASS [ 4.173s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
6214 | 2025-03-07T22:09:17.838Z | PASS [ 3.984s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
6215 | 2025-03-07T22:09:17.841Z | PASS [ 4.460s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
6216 | 2025-03-07T22:09:20.238Z | PASS [ 4.072s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
6217 | 2025-03-07T22:09:20.317Z | PASS [ 4.915s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
6218 | 2025-03-07T22:09:22.261Z | PASS [ 4.422s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
6219 | 2025-03-07T22:09:22.455Z | PASS [ 4.616s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
6220 | 2025-03-07T22:09:24.960Z | PASS [ 4.721s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
6221 | 2025-03-07T22:09:25.073Z | PASS [ 4.754s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
6222 | 2025-03-07T22:09:27.076Z | PASS [ 4.813s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
6223 | 2025-03-07T22:09:27.113Z | PASS [ 4.656s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists |
6224 | 2025-03-07T22:09:27.864Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
6225 | 2025-03-07T22:09:29.170Z | PASS [ 4.208s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone |
6226 | 2025-03-07T22:09:29.200Z | PASS [ 4.126s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
6227 | 2025-03-07T22:09:31.439Z | PASS [ 4.325s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
6228 | 2025-03-07T22:09:32.165Z | PASS [ 5.087s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
6229 | 2025-03-07T22:09:33.523Z | PASS [ 4.321s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
6230 | 2025-03-07T22:09:34.068Z | PASS [ 4.896s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
6231 | 2025-03-07T22:09:36.230Z | PASS [ 4.790s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
6232 | 2025-03-07T22:09:37.033Z | PASS [ 4.866s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow |
6233 | 2025-03-07T22:09:38.551Z | PASS [ 5.026s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail |
6234 | 2025-03-07T22:09:38.793Z | PASS [ 4.722s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups |
6235 | 2025-03-07T22:09:41.396Z | PASS [ 5.165s] nexus-db-queries db::datastore::sled::test::affinity_multi_group |
6236 | 2025-03-07T22:09:42.091Z | PASS [ 5.047s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled |
6237 | 2025-03-07T22:09:43.759Z | PASS [ 4.966s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity |
6238 | 2025-03-07T22:09:43.828Z | PASS [ 5.276s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail |
6239 | 2025-03-07T22:09:46.426Z | PASS [ 5.028s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints |
6240 | 2025-03-07T22:09:46.747Z | PASS [ 4.663s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups |
6241 | 2025-03-07T22:09:48.651Z | PASS [ 4.821s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow |
6242 | 2025-03-07T22:09:48.657Z | PASS [ 4.896s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group |
6243 | 2025-03-07T22:09:51.166Z | PASS [ 4.738s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail |
6244 | 2025-03-07T22:09:51.627Z | PASS [ 4.879s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity |
6245 | 2025-03-07T22:09:54.398Z | PASS [ 5.746s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
6246 | 2025-03-07T22:09:54.476Z | PASS [ 5.817s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
6247 | 2025-03-07T22:09:56.034Z | PASS [ 4.829s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
6248 | 2025-03-07T22:09:58.888Z | PASS [ 4.410s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
6249 | 2025-03-07T22:09:59.006Z | PASS [ 4.605s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
6250 | 2025-03-07T22:10:00.292Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6251 | 2025-03-07T22:10:00.648Z | PASS [ 4.648s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits |
6252 | 2025-03-07T22:10:00.959Z | PASS [ 9.329s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
6253 | 2025-03-07T22:10:05.418Z | PASS [ 6.409s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset |
6254 | 2025-03-07T22:10:05.513Z | PASS [ 6.620s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset |
6255 | 2025-03-07T22:10:07.130Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6256 | 2025-03-07T22:10:07.130Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6257 | 2025-03-07T22:10:07.548Z | PASS [ 6.870s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign |
6258 | 2025-03-07T22:10:07.838Z | PASS [ 6.846s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign |
6259 | 2025-03-07T22:10:10.055Z | PASS [ 4.543s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations |
6260 | 2025-03-07T22:10:10.549Z | PASS [ 5.131s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering |
6261 | 2025-03-07T22:10:11.919Z | PASS [ 4.400s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
6262 | 2025-03-07T22:10:12.098Z | PASS [ 4.290s] nexus-db-queries db::datastore::target_release::test::target_release_datastore |
6263 | 2025-03-07T22:10:14.920Z | PASS [ 4.859s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
6264 | 2025-03-07T22:10:15.283Z | PASS [ 4.726s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
6265 | 2025-03-07T22:10:16.560Z | PASS [ 4.460s] nexus-db-queries db::datastore::test::test_project_creation |
6266 | 2025-03-07T22:10:16.780Z | PASS [ 4.857s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
6267 | 2025-03-07T22:10:19.650Z | PASS [ 4.701s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
6268 | 2025-03-07T22:10:20.522Z | PASS [ 5.244s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
6269 | 2025-03-07T22:10:22.115Z | PASS [ 5.335s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
6270 | 2025-03-07T22:10:25.241Z | PASS [ 4.717s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
6271 | 2025-03-07T22:10:25.244Z | PASS [ 5.621s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
6272 | 2025-03-07T22:10:27.664Z | PASS [ 11.071s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
6273 | 2025-03-07T22:10:27.896Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
6274 | 2025-03-07T22:10:33.037Z | PASS [ 10.920s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
6275 | 2025-03-07T22:10:35.716Z | PASS [ 10.333s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
6276 | 2025-03-07T22:10:40.305Z | PASS [ 12.102s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
6277 | 2025-03-07T22:10:40.393Z | PASS [ 4.828s] nexus-db-queries db::datastore::test::test_session_methods |
6278 | 2025-03-07T22:10:40.393Z | PASS [ 11.735s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
6279 | 2025-03-07T22:10:40.462Z | PASS [ 4.862s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
6280 | 2025-03-07T22:10:41.502Z | PASS [ 4.154s] nexus-db-queries db::datastore::test::test_ssh_keys |
6281 | 2025-03-07T22:10:41.904Z | PASS [ 4.037s] nexus-db-queries db::datastore::test::test_table_scan |
6282 | 2025-03-07T22:10:44.253Z | PASS [ 4.879s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
6283 | 2025-03-07T22:10:45.155Z | PASS [ 4.712s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
6284 | 2025-03-07T22:10:46.033Z | PASS [ 4.530s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
6285 | 2025-03-07T22:10:46.319Z | PASS [ 4.414s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
6286 | 2025-03-07T22:10:48.609Z | PASS [ 4.354s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
6287 | 2025-03-07T22:10:48.659Z | PASS [ 0.051s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
6288 | 2025-03-07T22:10:48.727Z | PASS [ 0.067s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
6289 | 2025-03-07T22:10:49.055Z | PASS [ 3.900s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
6290 | 2025-03-07T22:10:49.970Z | PASS [ 3.936s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
6291 | 2025-03-07T22:10:53.938Z | PASS [ 3.966s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
6292 | 2025-03-07T22:10:56.149Z | PASS [ 9.553s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume |
6293 | 2025-03-07T22:10:58.450Z | PASS [ 4.495s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed |
6294 | 2025-03-07T22:10:58.768Z | PASS [ 10.038s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
6295 | 2025-03-07T22:10:59.624Z | PASS [ 10.566s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
6296 | 2025-03-07T22:11:00.086Z | PASS [ 4.208s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume |
6297 | 2025-03-07T22:11:00.309Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6298 | 2025-03-07T22:11:02.482Z | PASS [ 302.192s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
6299 | 2025-03-07T22:11:03.084Z | PASS [ 4.647s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
6300 | 2025-03-07T22:11:03.220Z | PASS [ 4.451s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
6301 | 2025-03-07T22:11:04.970Z | PASS [ 1.885s] nexus-db-queries db::explain::test::test_explain_async |
6302 | 2025-03-07T22:11:05.040Z | PASS [ 1.819s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
6303 | 2025-03-07T22:11:05.517Z | PASS [ 5.430s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
6304 | 2025-03-07T22:11:06.393Z | PASS [ 6.766s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
6305 | 2025-03-07T22:11:07.145Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6306 | 2025-03-07T22:11:07.145Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6307 | 2025-03-07T22:11:08.785Z | PASS [ 3.744s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
6308 | 2025-03-07T22:11:09.457Z | PASS [ 3.936s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
6309 | 2025-03-07T22:11:10.162Z | PASS [ 3.768s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
6310 | 2025-03-07T22:11:10.213Z | PASS [ 0.051s] nexus-db-queries db::pagination::test::test_paginator |
6311 | 2025-03-07T22:11:10.384Z | PASS [ 5.413s] nexus-db-queries db::lookup::test::test_lookup |
6312 | 2025-03-07T22:11:10.501Z | PASS [ 0.288s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_affinity_sleds_query |
6313 | 2025-03-07T22:11:10.684Z | PASS [ 0.299s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_anti_affinity_sleds_query |
6314 | 2025-03-07T22:11:10.772Z | PASS [ 8.287s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
6315 | 2025-03-07T22:11:11.750Z | PASS [ 2.964s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
6316 | 2025-03-07T22:11:12.117Z | PASS [ 2.660s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
6317 | 2025-03-07T22:11:12.243Z | PASS [ 1.740s] nexus-db-queries db::queries::affinity::test::explain_lookup_affinity_sleds_query |
6318 | 2025-03-07T22:11:12.547Z | PASS [ 1.862s] nexus-db-queries db::queries::affinity::test::explain_lookup_anti_affinity_sleds_query |
6319 | 2025-03-07T22:11:13.099Z | PASS [ 2.326s] nexus-db-queries db::queries::affinity::test::lookup_affinity_sleds |
6320 | 2025-03-07T22:11:14.219Z | PASS [ 2.469s] nexus-db-queries db::queries::affinity::test::lookup_anti_affinity_sleds |
6321 | 2025-03-07T22:11:16.786Z | PASS [ 4.543s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
6322 | 2025-03-07T22:11:16.961Z | PASS [ 4.844s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
6323 | 2025-03-07T22:11:17.116Z | PASS [ 4.568s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
6324 | 2025-03-07T22:11:17.263Z | PASS [ 4.163s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
6325 | 2025-03-07T22:11:18.330Z | PASS [ 4.108s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
6326 | 2025-03-07T22:11:21.532Z | PASS [ 4.745s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
6327 | 2025-03-07T22:11:21.935Z | PASS [ 4.817s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
6328 | 2025-03-07T22:11:21.984Z | PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
6329 | 2025-03-07T22:11:22.019Z | PASS [ 4.754s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
6330 | 2025-03-07T22:11:22.058Z | PASS [ 5.095s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
6331 | 2025-03-07T22:11:22.805Z | PASS [ 4.472s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
6332 | 2025-03-07T22:11:26.477Z | PASS [ 4.418s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
6333 | 2025-03-07T22:11:26.517Z | PASS [ 4.531s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
6334 | 2025-03-07T22:11:26.773Z | PASS [ 4.753s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
6335 | 2025-03-07T22:11:27.322Z | PASS [ 4.518s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
6336 | 2025-03-07T22:11:27.497Z | PASS [ 5.963s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
6337 | 2025-03-07T22:11:27.894Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
6338 | 2025-03-07T22:11:31.145Z | PASS [ 4.667s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
6339 | 2025-03-07T22:11:31.432Z | PASS [ 4.914s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
6340 | 2025-03-07T22:11:31.557Z | PASS [ 4.782s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
6341 | 2025-03-07T22:11:31.966Z | PASS [ 4.642s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
6342 | 2025-03-07T22:11:32.472Z | PASS [ 4.973s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
6343 | 2025-03-07T22:11:36.703Z | PASS [ 5.555s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
6344 | 2025-03-07T22:11:36.755Z | PASS [ 0.053s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
6345 | 2025-03-07T22:11:36.904Z | PASS [ 5.470s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
6346 | 2025-03-07T22:11:37.118Z | PASS [ 5.559s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
6347 | 2025-03-07T22:11:37.577Z | PASS [ 5.610s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
6348 | 2025-03-07T22:11:38.055Z | PASS [ 5.582s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
6349 | 2025-03-07T22:11:39.155Z | PASS [ 2.250s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
6350 | 2025-03-07T22:11:39.202Z | PASS [ 0.045s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
6351 | 2025-03-07T22:11:39.524Z | PASS [ 2.405s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
6352 | 2025-03-07T22:11:39.890Z | PASS [ 2.312s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
6353 | 2025-03-07T22:11:39.901Z | PASS [ 0.376s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
6354 | 2025-03-07T22:11:40.207Z | PASS [ 0.317s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
6355 | 2025-03-07T22:11:40.410Z | PASS [ 2.354s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
6356 | 2025-03-07T22:11:41.048Z | PASS [ 4.290s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
6357 | 2025-03-07T22:11:41.479Z | PASS [ 2.276s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
6358 | 2025-03-07T22:11:41.589Z | PASS [ 1.688s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
6359 | 2025-03-07T22:11:41.852Z | PASS [ 0.372s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
6360 | 2025-03-07T22:11:41.884Z | PASS [ 1.473s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
6361 | 2025-03-07T22:11:41.968Z | PASS [ 0.379s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
6362 | 2025-03-07T22:11:42.163Z | PASS [ 0.311s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
6363 | 2025-03-07T22:11:42.215Z | PASS [ 0.330s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
6364 | 2025-03-07T22:11:42.385Z | PASS [ 2.177s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
6365 | 2025-03-07T22:11:43.207Z | PASS [ 2.160s] nexus-db-queries db::queries::region_allocation::test::explainable |
6366 | 2025-03-07T22:11:43.310Z | PASS [ 0.102s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
6367 | 2025-03-07T22:11:43.357Z | PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
6368 | 2025-03-07T22:11:43.407Z | PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
6369 | 2025-03-07T22:11:43.450Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
6370 | 2025-03-07T22:11:43.493Z | PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
6371 | 2025-03-07T22:11:43.633Z | PASS [ 1.664s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
6372 | 2025-03-07T22:11:43.849Z | PASS [ 1.686s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
6373 | 2025-03-07T22:11:43.976Z | PASS [ 1.761s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
6374 | 2025-03-07T22:11:44.034Z | PASS [ 1.647s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
6375 | 2025-03-07T22:11:45.266Z | PASS [ 1.772s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
6376 | 2025-03-07T22:11:45.528Z | PASS [ 1.894s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
6377 | 2025-03-07T22:11:45.637Z | PASS [ 1.787s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
6378 | 2025-03-07T22:11:45.688Z | PASS [ 0.048s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
6379 | 2025-03-07T22:11:46.282Z | PASS [ 0.594s] nexus-inventory builder::test::test_basic |
6380 | 2025-03-07T22:11:46.318Z | PASS [ 0.036s] nexus-inventory builder::test::test_empty |
6381 | 2025-03-07T22:11:46.369Z | PASS [ 0.050s] nexus-inventory builder::test::test_problems |
6382 | 2025-03-07T22:11:48.871Z | PASS [ 2.501s] nexus-inventory collector::test::test_basic |
6383 | 2025-03-07T22:11:49.805Z | PASS [ 4.538s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
6384 | 2025-03-07T22:11:50.167Z | PASS [ 4.637s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
6385 | 2025-03-07T22:11:50.448Z | PASS [ 0.642s] nexus-inventory collector::test::test_multi_mgs_failure |
6386 | 2025-03-07T22:11:50.994Z | PASS [ 2.122s] nexus-inventory collector::test::test_multi_mgs |
6387 | 2025-03-07T22:11:51.376Z | PASS [ 1.202s] nexus-inventory collector::test::test_sled_agent_failure |
6388 | 2025-03-07T22:11:53.191Z | PASS [ 9.212s] nexus-db-queries policy_test::test_conferred_roles |
6389 | 2025-03-07T22:11:53.912Z | PASS [ 0.718s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance |
6390 | 2025-03-07T22:11:54.312Z | PASS [ 0.402s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure |
6391 | 2025-03-07T22:11:54.759Z | PASS [ 0.447s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled |
6392 | 2025-03-07T22:11:55.321Z | PASS [ 3.948s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress |
6393 | 2025-03-07T22:11:55.677Z | PASS [ 5.228s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
6394 | 2025-03-07T22:11:55.767Z | PASS [ 4.771s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
6395 | 2025-03-07T22:11:56.106Z | PASS [ 0.428s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure |
6396 | 2025-03-07T22:11:58.997Z | PASS [ 4.235s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress |
6397 | 2025-03-07T22:11:59.000Z | PASS [ 3.676s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance |
6398 | 2025-03-07T22:11:59.160Z | PASS [ 3.392s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled |
6399 | 2025-03-07T22:11:59.450Z | PASS [ 3.343s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch |
6400 | 2025-03-07T22:12:00.914Z | PASS [ 1.752s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure |
6401 | 2025-03-07T22:12:03.853Z | PASS [ 4.401s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled |
6402 | 2025-03-07T22:12:03.856Z | PASS [ 4.856s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress |
6403 | 2025-03-07T22:12:03.934Z | PASS [ 4.937s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance |
6404 | 2025-03-07T22:12:04.157Z | PASS [ 0.303s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet |
6405 | 2025-03-07T22:12:04.157Z | PASS [ 0.303s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool |
6406 | 2025-03-07T22:12:04.157Z | PASS [ 0.222s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address |
6407 | 2025-03-07T22:12:04.201Z | PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac |
6408 | 2025-03-07T22:12:04.208Z | PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip |
6409 | 2025-03-07T22:12:04.211Z | PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip |
6410 | 2025-03-07T22:12:04.249Z | PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips |
6411 | 2025-03-07T22:12:04.258Z | PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean |
6412 | 2025-03-07T22:12:04.265Z | PASS [ 0.056s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision |
6413 | 2025-03-07T22:12:04.292Z | PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets |
6414 | 2025-03-07T22:12:04.301Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision |
6415 | 2025-03-07T22:12:04.312Z | PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets |
6416 | 2025-03-07T22:12:04.332Z | PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets |
6417 | 2025-03-07T22:12:04.344Z | PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds |
6418 | 2025-03-07T22:12:04.580Z | PASS [ 0.268s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
6419 | 2025-03-07T22:12:04.771Z | PASS [ 0.190s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
6420 | 2025-03-07T22:12:04.998Z | PASS [ 0.227s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
6421 | 2025-03-07T22:12:05.051Z | PASS [ 0.053s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
6422 | 2025-03-07T22:12:05.138Z | PASS [ 0.086s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
6423 | 2025-03-07T22:12:05.284Z | PASS [ 4.369s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch |
6424 | 2025-03-07T22:12:07.156Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6425 | 2025-03-07T22:12:07.156Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6426 | 2025-03-07T22:12:27.691Z | PASS [ 23.340s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets |
6427 | 2025-03-07T22:12:27.907Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
6428 | 2025-03-07T22:12:28.176Z | PASS [ 22.886s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
6429 | 2025-03-07T22:12:44.058Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
6430 | 2025-03-07T22:12:45.937Z | PASS [ 378.042s] oximeter-db client::tests::test_replicated |
6431 | 2025-03-07T22:12:46.057Z | PASS [ 0.117s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1 |
6432 | 2025-03-07T22:12:46.107Z | PASS [ 0.049s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2 |
6433 | 2025-03-07T22:12:46.144Z | PASS [ 0.037s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3 |
6434 | 2025-03-07T22:12:46.183Z | PASS [ 0.038s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none |
6435 | 2025-03-07T22:12:46.227Z | PASS [ 0.042s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success |
6436 | 2025-03-07T22:12:47.046Z | PASS [ 0.818s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
6437 | 2025-03-07T22:12:47.268Z | PASS [ 0.222s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
6438 | 2025-03-07T22:12:47.728Z | PASS [ 0.461s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
6439 | 2025-03-07T22:12:47.967Z | PASS [ 0.237s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
6440 | 2025-03-07T22:12:48.352Z | PASS [ 0.374s] omicron-clickhouse-admin::integration_test test_teardown |
6441 | 2025-03-07T22:12:48.446Z | PASS [ 0.101s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
6442 | 2025-03-07T22:12:50.438Z | PASS [ 22.255s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
6443 | 2025-03-07T22:12:55.444Z | PASS [ 27.746s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
6444 | 2025-03-07T22:13:02.943Z | PASS [ 78.892s] nexus-db-queries policy_test::test_iam_roles_behavior |
6445 | 2025-03-07T22:13:03.266Z | PASS [ 0.322s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
6446 | 2025-03-07T22:13:03.307Z | PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
6447 | 2025-03-07T22:13:03.350Z | PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
6448 | 2025-03-07T22:13:03.418Z | PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool |
6449 | 2025-03-07T22:13:03.518Z | PASS [ 0.100s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
6450 | 2025-03-07T22:13:03.566Z | PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones |
6451 | 2025-03-07T22:13:03.617Z | PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds |
6452 | 2025-03-07T22:13:03.705Z | PASS [ 0.087s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
6453 | 2025-03-07T22:13:03.747Z | PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
6454 | 2025-03-07T22:13:03.814Z | PASS [ 0.067s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff |
6455 | 2025-03-07T22:13:03.872Z | PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
6456 | 2025-03-07T22:13:03.925Z | PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
6457 | 2025-03-07T22:13:03.967Z | PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
6458 | 2025-03-07T22:13:04.012Z | PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
6459 | 2025-03-07T22:13:04.074Z | PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
6460 | 2025-03-07T22:13:04.122Z | PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
6461 | 2025-03-07T22:13:04.159Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
6462 | 2025-03-07T22:13:04.217Z | PASS [ 0.058s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately |
6463 | 2025-03-07T22:13:04.298Z | PASS [ 0.079s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator |
6464 | 2025-03-07T22:13:04.359Z | SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
6465 | 2025-03-07T22:13:05.163Z | SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6466 | 2025-03-07T22:13:07.171Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6467 | 2025-03-07T22:13:07.171Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6468 | 2025-03-07T22:13:09.599Z | PASS [ 19.158s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
6469 | 2025-03-07T22:13:09.668Z | PASS [ 0.068s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator |
6470 | 2025-03-07T22:13:10.213Z | PASS [ 5.915s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator |
6471 | 2025-03-07T22:13:11.079Z | PASS [ 1.411s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging |
6472 | 2025-03-07T22:13:11.382Z | PASS [ 1.168s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool |
6473 | 2025-03-07T22:13:11.695Z | PASS [ 0.312s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets |
6474 | 2025-03-07T22:13:11.735Z | PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic |
6475 | 2025-03-07T22:13:11.816Z | PASS [ 0.079s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
6476 | 2025-03-07T22:13:11.852Z | PASS [ 0.036s] nexus-reconfigurator-planning example::tests::instances_on_examples |
6477 | 2025-03-07T22:13:11.852Z | PASS [ 0.772s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets |
6478 | 2025-03-07T22:13:11.964Z | PASS [ 0.111s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
6479 | 2025-03-07T22:13:12.001Z | PASS [ 0.148s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
6480 | 2025-03-07T22:13:12.028Z | PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
6481 | 2025-03-07T22:13:12.107Z | PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
6482 | 2025-03-07T22:13:12.151Z | PASS [ 67.803s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
6483 | 2025-03-07T22:13:12.161Z | PASS [ 0.157s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
6484 | 2025-03-07T22:13:12.202Z | PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_crucible_pantry |
6485 | 2025-03-07T22:13:12.224Z | PASS [ 16.776s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
6486 | 2025-03-07T22:13:12.234Z | PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place |
6487 | 2025-03-07T22:13:12.249Z | PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission |
6488 | 2025-03-07T22:13:12.263Z | PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
6489 | 2025-03-07T22:13:12.279Z | PASS [ 0.043s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
6490 | 2025-03-07T22:13:12.297Z | PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
6491 | 2025-03-07T22:13:12.350Z | PASS [ 0.100s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
6492 | 2025-03-07T22:13:12.367Z | PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed |
6493 | 2025-03-07T22:13:12.432Z | PASS [ 0.153s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup |
6494 | 2025-03-07T22:13:12.449Z | PASS [ 0.153s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
6495 | 2025-03-07T22:13:12.469Z | PASS [ 0.117s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
6496 | 2025-03-07T22:13:12.477Z | PASS [ 0.110s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
6497 | 2025-03-07T22:13:12.549Z | PASS [ 0.114s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
6498 | 2025-03-07T22:13:12.559Z | PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse |
6499 | 2025-03-07T22:13:12.575Z | PASS [ 0.095s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
6500 | 2025-03-07T22:13:12.577Z | PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
6501 | 2025-03-07T22:13:12.722Z | PASS [ 0.173s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory |
6502 | 2025-03-07T22:13:12.762Z | PASS [ 0.188s] nexus-saga-recovery recovery::test::test_execution_basic |
6503 | 2025-03-07T22:13:12.770Z | PASS [ 0.048s] nexus-saga-recovery recovery::test::test_plan_basic |
6504 | 2025-03-07T22:13:12.805Z | PASS [ 0.042s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
6505 | 2025-03-07T22:13:12.819Z | PASS [ 0.049s] nexus-saga-recovery test::test_basic |
6506 | 2025-03-07T22:13:12.848Z | PASS [ 0.042s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
6507 | 2025-03-07T22:13:12.873Z | PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
6508 | 2025-03-07T22:13:12.908Z | PASS [ 0.059s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
6509 | 2025-03-07T22:13:12.915Z | PASS [ 0.041s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
6510 | 2025-03-07T22:13:12.937Z | PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
6511 | 2025-03-07T22:13:12.946Z | PASS [ 0.028s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
6512 | 2025-03-07T22:13:12.986Z | PASS [ 0.049s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
6513 | 2025-03-07T22:13:13.036Z | PASS [ 0.088s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates |
6514 | 2025-03-07T22:13:13.063Z | PASS [ 0.076s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys |
6515 | 2025-03-07T22:13:14.424Z | PASS [ 1.389s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes |
6516 | 2025-03-07T22:13:14.427Z | PASS [ 1.360s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes |
6517 | 2025-03-07T22:13:14.594Z | PASS [ 0.169s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes |
6518 | 2025-03-07T22:13:14.619Z | PASS [ 0.194s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut |
6519 | 2025-03-07T22:13:14.903Z | PASS [ 0.307s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut |
6520 | 2025-03-07T22:13:14.940Z | PASS [ 0.321s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert |
6521 | 2025-03-07T22:13:15.091Z | PASS [ 0.150s] nexus-types deployment::id_map::tests::serialization_is_transparent |
6522 | 2025-03-07T22:13:15.138Z | PASS [ 0.213s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes |
6523 | 2025-03-07T22:13:15.284Z | PASS [ 0.186s] nexus-types deployment::id_map::tests::serialization_roundtrip |
6524 | 2025-03-07T22:13:15.295Z | PASS [ 0.179s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert |
6525 | 2025-03-07T22:13:15.338Z | PASS [ 0.042s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
6526 | 2025-03-07T22:13:15.445Z | PASS [ 0.167s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert |
6527 | 2025-03-07T22:13:19.959Z | PASS [ 4.060s] nexus-types deployment::tri_map::tests::proptest_permutation_eq |
6528 | 2025-03-07T22:13:21.796Z | PASS [ 494.672s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
6529 | 2025-03-07T22:13:21.827Z | PASS [ 0.031s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
6530 | 2025-03-07T22:13:21.862Z | PASS [ 0.034s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples |
6531 | 2025-03-07T22:13:21.905Z | PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing |
6532 | 2025-03-07T22:13:22.052Z | PASS [ 0.147s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
6533 | 2025-03-07T22:13:22.117Z | PASS [ 0.064s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
6534 | 2025-03-07T22:13:22.181Z | PASS [ 0.063s] omicron-certificates tests::test_cert_extended_key_usage |
6535 | 2025-03-07T22:13:22.245Z | PASS [ 0.064s] omicron-certificates tests::test_common_name_is_validated |
6536 | 2025-03-07T22:13:22.304Z | PASS [ 0.059s] omicron-certificates tests::test_subject_alternate_names_are_validated |
6537 | 2025-03-07T22:13:24.103Z | PASS [ 1.798s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
6538 | 2025-03-07T22:13:24.478Z | PASS [ 79.322s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
6539 | 2025-03-07T22:13:25.219Z | PASS [ 498.094s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
6540 | 2025-03-07T22:13:25.273Z | PASS [ 0.052s] omicron-common address::test::test_dns_subnets |
6541 | 2025-03-07T22:13:25.311Z | PASS [ 0.038s] omicron-common address::test::test_ip_range_checks_non_decreasing |
6542 | 2025-03-07T22:13:25.368Z | PASS [ 0.057s] omicron-common address::test::test_ip_range_enum_deserialization |
6543 | 2025-03-07T22:13:25.396Z | PASS [ 0.027s] omicron-common address::test::test_ip_range_iter |
6544 | 2025-03-07T22:13:25.422Z | PASS [ 0.026s] omicron-common address::test::test_ip_range_length |
6545 | 2025-03-07T22:13:25.450Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from |
6546 | 2025-03-07T22:13:25.488Z | PASS [ 0.038s] omicron-common address::test::test_ipv6_subnet_deserialize |
6547 | 2025-03-07T22:13:25.515Z | PASS [ 0.027s] omicron-common address::test::test_sled_address |
6548 | 2025-03-07T22:13:25.549Z | PASS [ 0.033s] omicron-common api::external::error::test::test_bail_unless |
6549 | 2025-03-07T22:13:25.576Z | PASS [ 0.026s] omicron-common api::external::error::test::test_context |
6550 | 2025-03-07T22:13:25.590Z | PASS [ 1.486s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
6551 | 2025-03-07T22:13:25.621Z | PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_pagination_examples |
6552 | 2025-03-07T22:13:25.658Z | PASS [ 0.067s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
6553 | 2025-03-07T22:13:25.676Z | PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_scan_by_id |
6554 | 2025-03-07T22:13:25.686Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_name |
6555 | 2025-03-07T22:13:25.703Z | PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
6556 | 2025-03-07T22:13:25.712Z | PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
6557 | 2025-03-07T22:13:25.732Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
6558 | 2025-03-07T22:13:25.741Z | PASS [ 0.029s] omicron-common api::external::test::test_bytecount |
6559 | 2025-03-07T22:13:25.765Z | PASS [ 0.033s] omicron-common api::external::test::test_bytecount_display |
6560 | 2025-03-07T22:13:25.793Z | PASS [ 0.052s] omicron-common api::external::test::test_digest |
6561 | 2025-03-07T22:13:25.801Z | PASS [ 0.035s] omicron-common api::external::test::test_firewall_deserialization |
6562 | 2025-03-07T22:13:25.854Z | PASS [ 0.060s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
6563 | 2025-03-07T22:13:25.854Z | PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_target_parse |
6564 | 2025-03-07T22:13:25.873Z | PASS [ 1.394s] omicron-cockroach-admin context::tests::test_node_id |
6565 | 2025-03-07T22:13:25.888Z | PASS [ 0.033s] omicron-common api::external::test::test_generation_display_parse |
6566 | 2025-03-07T22:13:25.899Z | PASS [ 0.045s] omicron-common api::external::test::test_generation_from_int |
6567 | 2025-03-07T22:13:25.917Z | PASS [ 0.028s] omicron-common api::external::test::test_generation_serde |
6568 | 2025-03-07T22:13:25.936Z | PASS [ 0.036s] omicron-common api::external::test::test_hostname_from_str |
6569 | 2025-03-07T22:13:25.946Z | PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str |
6570 | 2025-03-07T22:13:25.963Z | PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str |
6571 | 2025-03-07T22:13:25.971Z | PASS [ 0.024s] omicron-common api::external::test::test_ipv6_net_operations |
6572 | 2025-03-07T22:13:25.997Z | PASS [ 0.033s] omicron-common api::external::test::test_mac_system_iterator |
6573 | 2025-03-07T22:13:26.007Z | PASS [ 0.035s] omicron-common api::external::test::test_mac_to_int_conversions |
6574 | 2025-03-07T22:13:26.029Z | PASS [ 0.032s] omicron-common api::external::test::test_macaddr |
6575 | 2025-03-07T22:13:26.039Z | PASS [ 0.033s] omicron-common api::external::test::test_name_parse |
6576 | 2025-03-07T22:13:26.055Z | PASS [ 0.026s] omicron-common api::external::test::test_name_parse_from_param |
6577 | 2025-03-07T22:13:26.066Z | PASS [ 6.556s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
6578 | 2025-03-07T22:13:26.071Z | PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse |
6579 | 2025-03-07T22:13:26.088Z | PASS [ 0.032s] omicron-common api::external::test::test_role_name_parse |
6580 | 2025-03-07T22:13:26.108Z | PASS [ 0.042s] omicron-common api::external::test::test_route_destination_parse |
6581 | 2025-03-07T22:13:26.114Z | PASS [ 0.042s] omicron-common api::external::test::test_route_target_parse |
6582 | 2025-03-07T22:13:26.125Z | PASS [ 0.036s] omicron-common api::external::test::test_semver_serialize |
6583 | 2025-03-07T22:13:26.136Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
6584 | 2025-03-07T22:13:26.142Z | PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
6585 | 2025-03-07T22:13:26.149Z | PASS [ 0.024s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
6586 | 2025-03-07T22:13:26.160Z | PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
6587 | 2025-03-07T22:13:26.191Z | PASS [ 0.041s] omicron-common ledger::test::test_create_default_ledger |
6588 | 2025-03-07T22:13:26.196Z | PASS [ 0.030s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
6589 | 2025-03-07T22:13:26.205Z | PASS [ 0.055s] omicron-common ledger::test::test_commit_handles_write_failures |
6590 | 2025-03-07T22:13:26.233Z | PASS [ 0.041s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
6591 | 2025-03-07T22:13:26.240Z | PASS [ 0.042s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
6592 | 2025-03-07T22:13:26.243Z | PASS [ 0.032s] omicron-common zpool_name::test::test_parse_external_zpool_name |
6593 | 2025-03-07T22:13:26.259Z | PASS [ 0.026s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
6594 | 2025-03-07T22:13:26.266Z | PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex |
6595 | 2025-03-07T22:13:26.272Z | PASS [ 0.033s] omicron-common zpool_name::test::test_parse_zpool_name_json |
6596 | 2025-03-07T22:13:26.402Z | PASS [ 0.529s] omicron-common api::external::test::test_generation_overflow |
6597 | 2025-03-07T22:13:26.516Z | PASS [ 0.114s] omicron-gateway management_switch::location_map::tests::test_config_validation |
6598 | 2025-03-07T22:13:26.597Z | PASS [ 0.080s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
6599 | 2025-03-07T22:13:27.197Z | PASS [ 0.562s] omicron-gateway::test_all integration_tests::component_list::component_list |
6600 | 2025-03-07T22:13:27.256Z | PASS [ 0.044s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
6601 | 2025-03-07T22:13:27.319Z | PASS [ 1.004s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
6602 | 2025-03-07T22:13:27.319Z | PASS [ 1.011s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
6603 | 2025-03-07T22:13:27.478Z | PASS [ 0.185s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
6604 | 2025-03-07T22:13:27.505Z | PASS [ 0.191s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
6605 | 2025-03-07T22:13:27.521Z | PASS [ 0.293s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
6606 | 2025-03-07T22:13:28.079Z | PASS [ 12.721s] nexus-types deployment::tri_map::tests::proptest_ops |
6607 | 2025-03-07T22:13:30.424Z | PASS [ 17.859s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation |
6608 | 2025-03-07T22:13:30.688Z | PASS [ 18.110s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation |
6609 | 2025-03-07T22:13:43.174Z | PASS [ 16.897s] omicron-dev::test-omicron-dev test_run_all |
6610 | 2025-03-07T22:13:44.968Z | PASS [ 17.466s] omicron-nexus app::background::driver::test::test_driver_basic |
6611 | 2025-03-07T22:13:46.669Z | PASS [ 19.201s] omicron-nexus app::background::driver::test::test_activation_in_progress |
6612 | 2025-03-07T22:13:46.729Z | PASS [ 18.662s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
6613 | 2025-03-07T22:13:48.475Z | SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6614 | 2025-03-07T22:13:49.628Z | PASS [ 22.162s] omicron-ls-apis::test_dependencies test_api_dependencies |
6615 | 2025-03-07T22:13:51.158Z | PASS [ 4.427s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
6616 | 2025-03-07T22:13:55.127Z | PASS [ 24.433s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
6617 | 2025-03-07T22:13:55.136Z | PASS [ 5.510s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
6618 | 2025-03-07T22:13:55.139Z | PASS [ 66.678s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6619 | 2025-03-07T22:13:55.180Z | PASS [ 0.053s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
6620 | 2025-03-07T22:13:55.584Z | PASS [ 25.155s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted |
6621 | 2025-03-07T22:13:56.070Z | PASS [ 4.910s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
6622 | 2025-03-07T22:13:58.564Z | PASS [ 3.427s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
6623 | 2025-03-07T22:14:03.709Z | PASS [ 17.036s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
6624 | 2025-03-07T22:14:05.640Z | PASS [ 20.664s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
6625 | 2025-03-07T22:14:06.128Z | PASS [ 22.948s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
6626 | 2025-03-07T22:14:10.344Z | PASS [ 15.141s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
6627 | 2025-03-07T22:14:11.548Z | PASS [ 15.960s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
6628 | 2025-03-07T22:14:11.569Z | PASS [ 16.421s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
6629 | 2025-03-07T22:14:11.765Z | PASS [ 13.124s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
6630 | 2025-03-07T22:14:13.397Z | PASS [ 17.322s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
6631 | 2025-03-07T22:14:22.633Z | PASS [ 18.912s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
6632 | 2025-03-07T22:14:24.466Z | PASS [ 18.821s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
6633 | 2025-03-07T22:14:29.031Z | PASS [ 17.331s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
6634 | 2025-03-07T22:14:36.348Z | PASS [ 23.027s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
6635 | 2025-03-07T22:14:36.356Z | PASS [ 23.871s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
6636 | 2025-03-07T22:14:39.078Z | PASS [ 14.611s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
6637 | 2025-03-07T22:14:39.704Z | PASS [ 17.073s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
6638 | 2025-03-07T22:14:44.095Z | PASS [ 30.691s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
6639 | 2025-03-07T22:14:47.966Z | PASS [ 41.829s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
6640 | 2025-03-07T22:14:47.987Z | PASS [ 14.624s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
6641 | 2025-03-07T22:14:49.240Z | PASS [ 20.207s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request |
6642 | 2025-03-07T22:14:50.872Z | PASS [ 15.431s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
6643 | 2025-03-07T22:14:56.297Z | PASS [ 16.205s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
6644 | 2025-03-07T22:14:56.478Z | PASS [ 16.770s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
6645 | 2025-03-07T22:15:01.023Z | PASS [ 16.923s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
6646 | 2025-03-07T22:15:04.740Z | PASS [ 16.749s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
6647 | 2025-03-07T22:15:05.158Z | PASS [ 17.187s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
6648 | 2025-03-07T22:15:05.978Z | PASS [ 16.734s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
6649 | 2025-03-07T22:15:07.610Z | PASS [ 2.869s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
6650 | 2025-03-07T22:15:08.971Z | PASS [ 2.993s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
6651 | 2025-03-07T22:15:11.572Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6652 | 2025-03-07T22:15:12.177Z | PASS [ 21.299s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete |
6653 | 2025-03-07T22:15:12.971Z | PASS [ 16.490s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
6654 | 2025-03-07T22:15:17.053Z | PASS [ 21.760s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
6655 | 2025-03-07T22:15:17.420Z | PASS [ 16.393s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
6656 | 2025-03-07T22:15:24.906Z | PASS [ 19.744s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
6657 | 2025-03-07T22:15:26.099Z | PASS [ 18.476s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion |
6658 | 2025-03-07T22:15:28.790Z | PASS [ 19.803s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect |
6659 | 2025-03-07T22:15:30.201Z | PASS [ 18.019s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect |
6660 | 2025-03-07T22:15:30.267Z | PASS [ 0.066s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation |
6661 | 2025-03-07T22:15:30.935Z | PASS [ 0.667s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete |
6662 | 2025-03-07T22:15:31.293Z | PASS [ 79.727s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
6663 | 2025-03-07T22:15:31.597Z | PASS [ 0.662s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled |
6664 | 2025-03-07T22:15:31.639Z | PASS [ 18.662s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection |
6665 | 2025-03-07T22:15:31.769Z | PASS [ 0.476s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing |
6666 | 2025-03-07T22:15:32.083Z | PASS [ 0.487s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy |
6667 | 2025-03-07T22:15:32.179Z | PASS [ 0.094s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
6668 | 2025-03-07T22:15:32.663Z | PASS [ 0.893s] omicron-nexus app::external_endpoints::test::test_authority |
6669 | 2025-03-07T22:15:32.754Z | PASS [ 0.091s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
6670 | 2025-03-07T22:15:32.816Z | PASS [ 0.062s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
6671 | 2025-03-07T22:15:32.872Z | PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
6672 | 2025-03-07T22:15:32.930Z | PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
6673 | 2025-03-07T22:15:32.986Z | PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
6674 | 2025-03-07T22:15:33.052Z | PASS [ 0.066s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
6675 | 2025-03-07T22:15:33.119Z | PASS [ 0.067s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
6676 | 2025-03-07T22:15:33.175Z | PASS [ 0.055s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
6677 | 2025-03-07T22:15:33.311Z | PASS [ 1.672s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate |
6678 | 2025-03-07T22:15:33.332Z | PASS [ 1.153s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
6679 | 2025-03-07T22:15:33.518Z | PASS [ 16.094s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop |
6680 | 2025-03-07T22:15:34.666Z | PASS [ 17.609s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection |
6681 | 2025-03-07T22:15:42.703Z | PASS [ 16.608s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop |
6682 | 2025-03-07T22:15:42.990Z | PASS [ 18.079s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many |
6683 | 2025-03-07T22:15:46.701Z | PASS [ 17.916s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one |
6684 | 2025-03-07T22:15:55.891Z | PASS [ 22.574s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
6685 | 2025-03-07T22:15:55.964Z | PASS [ 22.625s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
6686 | 2025-03-07T22:15:56.268Z | PASS [ 22.744s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
6687 | 2025-03-07T22:15:57.377Z | PASS [ 24.197s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
6688 | 2025-03-07T22:16:06.815Z | PASS [ 32.141s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
6689 | 2025-03-07T22:16:09.219Z | PASS [ 26.509s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
6690 | 2025-03-07T22:16:11.818Z | PASS [ 28.822s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
6691 | 2025-03-07T22:16:14.574Z | PASS [ 27.867s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
6692 | 2025-03-07T22:16:21.965Z | PASS [ 25.996s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
6693 | 2025-03-07T22:16:23.117Z | PASS [ 27.218s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
6694 | 2025-03-07T22:16:24.108Z | PASS [ 27.832s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
6695 | 2025-03-07T22:16:25.535Z | PASS [ 28.134s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
6696 | 2025-03-07T22:16:33.148Z | PASS [ 23.923s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
6697 | 2025-03-07T22:16:33.472Z | PASS [ 26.651s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
6698 | 2025-03-07T22:16:35.175Z | PASS [ 23.345s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
6699 | 2025-03-07T22:16:38.554Z | PASS [ 23.974s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
6700 | 2025-03-07T22:16:47.521Z | PASS [ 24.399s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
6701 | 2025-03-07T22:16:48.829Z | PASS [ 24.716s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
6702 | 2025-03-07T22:16:53.970Z | PASS [ 28.445s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
6703 | 2025-03-07T22:17:00.590Z | PASS [ 27.111s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
6704 | 2025-03-07T22:17:03.761Z | PASS [ 28.585s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
6705 | 2025-03-07T22:17:13.986Z | PASS [ 26.458s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
6706 | 2025-03-07T22:17:16.323Z | PASS [ 27.488s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
6707 | 2025-03-07T22:17:21.993Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6708 | 2025-03-07T22:17:28.155Z | PASS [ 27.558s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
6709 | 2025-03-07T22:17:31.032Z | PASS [ 27.194s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
6710 | 2025-03-07T22:17:33.177Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6711 | 2025-03-07T22:17:38.581Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6712 | 2025-03-07T22:17:44.664Z | PASS [ 28.333s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
6713 | 2025-03-07T22:17:53.996Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6714 | 2025-03-07T22:17:56.372Z | PASS [ 28.210s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
6715 | 2025-03-07T22:18:02.765Z | PASS [ 100.777s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
6716 | 2025-03-07T22:18:11.987Z | PASS [ 27.316s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
6717 | 2025-03-07T22:18:14.011Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6718 | 2025-03-07T22:18:22.800Z | PASS [ 26.423s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
6719 | 2025-03-07T22:18:27.559Z | PASS [ 73.547s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
6720 | 2025-03-07T22:18:30.891Z | PASS [ 112.311s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
6721 | 2025-03-07T22:18:30.986Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6722 | 2025-03-07T22:18:33.192Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6723 | 2025-03-07T22:18:39.597Z | PASS [ 27.604s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
6724 | 2025-03-07T22:18:43.657Z | PASS [ 130.480s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
6725 | 2025-03-07T22:18:51.241Z | PASS [ 28.431s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
6726 | 2025-03-07T22:18:54.215Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6727 | 2025-03-07T22:18:59.382Z | PASS [ 28.484s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
6728 | 2025-03-07T22:19:02.790Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6729 | 2025-03-07T22:19:10.489Z | PASS [ 26.825s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
6730 | 2025-03-07T22:19:15.978Z | PASS [ 73.196s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
6731 | 2025-03-07T22:19:18.613Z | PASS [ 27.369s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
6732 | 2025-03-07T22:19:27.575Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6733 | 2025-03-07T22:19:31.001Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6734 | 2025-03-07T22:19:32.067Z | PASS [ 121.078s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
6735 | 2025-03-07T22:19:32.401Z | PASS [ 16.418s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
6736 | 2025-03-07T22:19:32.579Z | PASS [ 22.085s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
6737 | 2025-03-07T22:19:33.612Z | PASS [ 14.995s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
6738 | 2025-03-07T22:19:33.905Z | PASS [ 159.898s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
6739 | 2025-03-07T22:19:34.004Z | PASS [ 34.611s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
6740 | 2025-03-07T22:19:39.622Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6741 | 2025-03-07T22:19:49.772Z | PASS [ 17.366s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
6742 | 2025-03-07T22:19:52.264Z | PASS [ 18.648s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
6743 | 2025-03-07T22:19:55.559Z | PASS [ 23.486s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
6744 | 2025-03-07T22:19:55.990Z | PASS [ 23.406s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
6745 | 2025-03-07T22:20:01.028Z | PASS [ 27.117s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
6746 | 2025-03-07T22:20:01.103Z | PASS [ 0.075s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
6747 | 2025-03-07T22:20:01.902Z | PASS [ 27.894s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region |
6748 | 2025-03-07T22:20:12.202Z | PASS [ 16.207s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
6749 | 2025-03-07T22:20:14.785Z | PASS [ 24.966s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary |
6750 | 2025-03-07T22:20:17.390Z | PASS [ 25.120s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self |
6751 | 2025-03-07T22:20:20.340Z | PASS [ 24.775s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
6752 | 2025-03-07T22:20:23.499Z | PASS [ 115.923s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
6753 | 2025-03-07T22:20:24.551Z | PASS [ 23.442s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
6754 | 2025-03-07T22:20:30.939Z | PASS [ 16.190s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
6755 | 2025-03-07T22:20:34.108Z | PASS [ 32.199s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
6756 | 2025-03-07T22:20:36.644Z | PASS [ 19.249s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
6757 | 2025-03-07T22:20:38.392Z | PASS [ 18.047s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently |
6758 | 2025-03-07T22:20:38.976Z | PASS [ 119.352s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
6759 | 2025-03-07T22:20:39.027Z | PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_accept_gz |
6760 | 2025-03-07T22:20:39.077Z | PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
6761 | 2025-03-07T22:20:39.134Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
6762 | 2025-03-07T22:20:39.211Z | PASS [ 0.077s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
6763 | 2025-03-07T22:20:39.262Z | PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
6764 | 2025-03-07T22:20:39.322Z | PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
6765 | 2025-03-07T22:20:39.378Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
6766 | 2025-03-07T22:20:39.467Z | PASS [ 0.088s] omicron-nexus external_api::console_api::test::test_relative_uri |
6767 | 2025-03-07T22:20:41.366Z | PASS [ 17.863s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds |
6768 | 2025-03-07T22:20:42.165Z | PASS [ 17.610s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently |
6769 | 2025-03-07T22:20:42.732Z | PASS [ 30.523s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
6770 | 2025-03-07T22:20:43.900Z | PASS [ 5.507s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
6771 | 2025-03-07T22:20:47.786Z | PASS [ 16.843s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds |
6772 | 2025-03-07T22:20:52.815Z | PASS [ 18.703s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently |
6773 | 2025-03-07T22:20:56.006Z | PASS [ 19.357s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds |
6774 | 2025-03-07T22:20:58.806Z | PASS [ 16.637s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
6775 | 2025-03-07T22:20:58.980Z | PASS [ 17.610s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
6776 | 2025-03-07T22:21:07.419Z | PASS [ 24.680s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud |
6777 | 2025-03-07T22:21:09.258Z | PASS [ 1.839s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
6778 | 2025-03-07T22:21:09.728Z | PASS [ 25.819s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector |
6779 | 2025-03-07T22:21:10.298Z | PASS [ 0.571s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
6780 | 2025-03-07T22:21:11.004Z | PASS [ 1.745s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
6781 | 2025-03-07T22:21:14.664Z | PASS [ 21.843s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud |
6782 | 2025-03-07T22:21:17.329Z | PASS [ 18.342s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
6783 | 2025-03-07T22:21:18.584Z | PASS [ 39.103s] omicron-nexus populate::test::test_populators |
6784 | 2025-03-07T22:21:18.878Z | PASS [ 22.866s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector |
6785 | 2025-03-07T22:21:27.425Z | PASS [ 16.418s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
6786 | 2025-03-07T22:21:27.988Z | PASS [ 17.686s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
6787 | 2025-03-07T22:21:29.943Z | PASS [ 42.144s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage |
6788 | 2025-03-07T22:21:32.505Z | PASS [ 17.837s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
6789 | 2025-03-07T22:21:33.668Z | PASS [ 16.336s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
6790 | 2025-03-07T22:21:35.184Z | PASS [ 16.302s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
6791 | 2025-03-07T22:21:36.899Z | PASS [ 18.314s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
6792 | 2025-03-07T22:21:42.101Z | PASS [ 43.284s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage |
6793 | 2025-03-07T22:21:47.141Z | PASS [ 16.648s] omicron-nexus::test_all integration_tests::basic::test_ping |
6794 | 2025-03-07T22:21:49.423Z | PASS [ 16.912s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
6795 | 2025-03-07T22:21:49.894Z | PASS [ 16.222s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
6796 | 2025-03-07T22:21:51.909Z | PASS [ 16.720s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
6797 | 2025-03-07T22:21:52.901Z | PASS [ 0.992s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
6798 | 2025-03-07T22:21:52.937Z | PASS [ 24.943s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
6799 | 2025-03-07T22:21:53.064Z | PASS [ 0.127s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
6800 | 2025-03-07T22:21:53.172Z | PASS [ 16.268s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
6801 | 2025-03-07T22:21:53.796Z | PASS [ 0.894s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
6802 | 2025-03-07T22:21:58.172Z | PASS [ 16.067s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
6803 | 2025-03-07T22:22:01.392Z | PASS [ 31.444s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
6804 | 2025-03-07T22:22:01.755Z | PASS [ 17.672s] omicron-nexus::test_all integration_tests::certificates::test_crud |
6805 | 2025-03-07T22:22:06.253Z | PASS [ 16.826s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
6806 | 2025-03-07T22:22:09.134Z | PASS [ 16.066s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
6807 | 2025-03-07T22:22:09.513Z | PASS [ 16.337s] omicron-nexus::test_all integration_tests::console_api::test_assets |
6808 | 2025-03-07T22:22:09.800Z | PASS [ 15.998s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
6809 | 2025-03-07T22:22:14.344Z | PASS [ 24.442s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
6810 | 2025-03-07T22:22:17.300Z | PASS [ 15.542s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
6811 | 2025-03-07T22:22:19.843Z | PASS [ 21.666s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
6812 | 2025-03-07T22:22:23.314Z | PASS [ 17.055s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
6813 | 2025-03-07T22:22:23.486Z | PASS [ 22.088s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
6814 | 2025-03-07T22:22:25.090Z | PASS [ 15.952s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
6815 | 2025-03-07T22:22:26.466Z | PASS [ 16.665s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
6816 | 2025-03-07T22:22:30.341Z | PASS [ 20.824s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
6817 | 2025-03-07T22:22:47.794Z | PASS [ 33.444s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
6818 | 2025-03-07T22:22:48.756Z | PASS [ 31.448s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
6819 | 2025-03-07T22:22:52.461Z | PASS [ 32.610s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
6820 | 2025-03-07T22:22:55.398Z | PASS [ 32.078s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
6821 | 2025-03-07T22:23:06.297Z | PASS [ 42.801s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done |
6822 | 2025-03-07T22:23:07.229Z | PASS [ 42.129s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested |
6823 | 2025-03-07T22:23:08.809Z | PASS [ 42.333s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2 |
6824 | 2025-03-07T22:23:08.869Z | PASS [ 38.518s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3 |
6825 | 2025-03-07T22:23:28.221Z | PASS [ 21.916s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
6826 | 2025-03-07T22:23:29.502Z | PASS [ 40.737s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step |
6827 | 2025-03-07T22:23:30.903Z | PASS [ 43.098s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running |
6828 | 2025-03-07T22:23:34.120Z | PASS [ 41.650s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume |
6829 | 2025-03-07T22:23:49.572Z | PASS [ 15.448s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
6830 | 2025-03-07T22:23:51.308Z | PASS [ 42.428s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove |
6831 | 2025-03-07T22:23:55.426Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
6832 | 2025-03-07T22:24:00.041Z | PASS [ 64.628s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity |
6833 | 2025-03-07T22:24:06.537Z | PASS [ 16.961s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
6834 | 2025-03-07T22:24:07.255Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
6835 | 2025-03-07T22:24:08.834Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
6836 | 2025-03-07T22:24:12.031Z | PASS [ 64.787s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity |
6837 | 2025-03-07T22:24:12.284Z | PASS [ 44.056s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone |
6838 | 2025-03-07T22:24:17.649Z | PASS [ 26.335s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
6839 | 2025-03-07T22:24:18.152Z | PASS [ 48.639s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity |
6840 | 2025-03-07T22:24:25.202Z | PASS [ 76.376s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2 |
6841 | 2025-03-07T22:24:30.800Z | PASS [ 24.256s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
6842 | 2025-03-07T22:24:30.928Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
6843 | 2025-03-07T22:24:34.804Z | PASS [ 22.513s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
6844 | 2025-03-07T22:24:35.310Z | PASS [ 23.271s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
6845 | 2025-03-07T22:24:35.960Z | PASS [ 35.910s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
6846 | 2025-03-07T22:24:39.934Z | PASS [ 21.770s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
6847 | 2025-03-07T22:24:40.777Z | PASS [ 23.122s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
6848 | 2025-03-07T22:24:56.524Z | PASS [ 21.211s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
6849 | 2025-03-07T22:24:57.745Z | PASS [ 17.812s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
6850 | 2025-03-07T22:24:57.783Z | PASS [ 32.573s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
6851 | 2025-03-07T22:24:58.097Z | PASS [ 22.130s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
6852 | 2025-03-07T22:24:58.130Z | PASS [ 87.203s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice |
6853 | 2025-03-07T22:24:58.277Z | PASS [ 17.496s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
6854 | 2025-03-07T22:25:10.867Z | PASS [ 40.059s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
6855 | 2025-03-07T22:25:15.560Z | PASS [ 17.811s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
6856 | 2025-03-07T22:25:18.855Z | PASS [ 22.326s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
6857 | 2025-03-07T22:25:20.469Z | PASS [ 45.655s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
6858 | 2025-03-07T22:25:20.630Z | PASS [ 22.499s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
6859 | 2025-03-07T22:25:21.063Z | PASS [ 23.274s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
6860 | 2025-03-07T22:25:22.805Z | PASS [ 24.522s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
6861 | 2025-03-07T22:25:36.339Z | PASS [ 38.235s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
6862 | 2025-03-07T22:25:36.605Z | PASS [ 25.732s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
6863 | 2025-03-07T22:25:41.253Z | PASS [ 25.686s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
6864 | 2025-03-07T22:25:42.176Z | PASS [ 23.314s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
6865 | 2025-03-07T22:25:43.724Z | PASS [ 23.089s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
6866 | 2025-03-07T22:25:44.117Z | PASS [ 23.048s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
6867 | 2025-03-07T22:25:44.399Z | PASS [ 21.588s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
6868 | 2025-03-07T22:25:45.377Z | PASS [ 24.901s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
6869 | 2025-03-07T22:25:57.338Z | PASS [ 20.993s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
6870 | 2025-03-07T22:26:00.442Z | PASS [ 23.831s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
6871 | 2025-03-07T22:26:04.450Z | PASS [ 22.803s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
6872 | 2025-03-07T22:26:04.484Z | PASS [ 19.079s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
6873 | 2025-03-07T22:26:09.875Z | PASS [ 27.693s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
6874 | 2025-03-07T22:26:17.007Z | PASS [ 33.273s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
6875 | 2025-03-07T22:26:20.586Z | PASS [ 20.139s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
6876 | 2025-03-07T22:26:22.437Z | PASS [ 17.971s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
6877 | 2025-03-07T22:26:24.511Z | PASS [ 27.167s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
6878 | 2025-03-07T22:26:25.896Z | PASS [ 41.488s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
6879 | 2025-03-07T22:26:26.615Z | PASS [ 42.488s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
6880 | 2025-03-07T22:26:28.013Z | PASS [ 18.133s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
6881 | 2025-03-07T22:26:33.282Z | PASS [ 29.214s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
6882 | 2025-03-07T22:26:35.362Z | PASS [ 18.352s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
6883 | 2025-03-07T22:26:42.054Z | PASS [ 21.463s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
6884 | 2025-03-07T22:26:42.130Z | PASS [ 19.689s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
6885 | 2025-03-07T22:26:44.224Z | PASS [ 19.707s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
6886 | 2025-03-07T22:26:49.271Z | PASS [ 23.368s] omicron-nexus::test_all integration_tests::images::test_image_create |
6887 | 2025-03-07T22:26:51.295Z | PASS [ 24.674s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
6888 | 2025-03-07T22:26:55.458Z | PASS [ 27.440s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
6889 | 2025-03-07T22:26:55.670Z | PASS [ 22.382s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
6890 | 2025-03-07T22:26:56.705Z | PASS [ 21.338s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
6891 | 2025-03-07T22:26:56.978Z | PASS [ 5.679s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
6892 | 2025-03-07T22:26:59.791Z | PASS [ 4.331s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
6893 | 2025-03-07T22:27:00.736Z | PASS [ 18.677s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
6894 | 2025-03-07T22:27:01.095Z | PASS [ 16.867s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
6895 | 2025-03-07T22:27:01.160Z | PASS [ 19.025s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
6896 | 2025-03-07T22:27:02.122Z | PASS [ 6.449s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
6897 | 2025-03-07T22:27:03.052Z | PASS [ 13.778s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
6898 | 2025-03-07T22:27:22.786Z | PASS [ 22.044s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
6899 | 2025-03-07T22:27:24.305Z | PASS [ 23.139s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
6900 | 2025-03-07T22:27:25.071Z | PASS [ 28.359s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
6901 | 2025-03-07T22:27:25.128Z | PASS [ 25.332s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
6902 | 2025-03-07T22:27:25.284Z | PASS [ 24.184s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
6903 | 2025-03-07T22:27:27.027Z | PASS [ 23.969s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
6904 | 2025-03-07T22:27:29.541Z | PASS [ 32.557s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
6905 | 2025-03-07T22:27:40.437Z | PASS [ 38.307s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
6906 | 2025-03-07T22:27:41.513Z | PASS [ 18.722s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
6907 | 2025-03-07T22:27:42.359Z | PASS [ 18.050s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
6908 | 2025-03-07T22:27:43.460Z | PASS [ 18.171s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
6909 | 2025-03-07T22:27:53.775Z | PASS [ 28.697s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
6910 | 2025-03-07T22:27:59.327Z | PASS [ 16.963s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
6911 | 2025-03-07T22:28:00.945Z | PASS [ 35.801s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
6912 | 2025-03-07T22:28:04.209Z | PASS [ 22.691s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
6913 | 2025-03-07T22:28:06.046Z | PASS [ 39.010s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
6914 | 2025-03-07T22:28:10.902Z | PASS [ 27.436s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
6915 | 2025-03-07T22:28:18.633Z | PASS [ 38.179s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
6916 | 2025-03-07T22:28:23.349Z | PASS [ 29.566s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
6917 | 2025-03-07T22:28:27.457Z | PASS [ 57.696s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
6918 | 2025-03-07T22:28:29.661Z | PASS [ 30.327s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
6919 | 2025-03-07T22:28:31.782Z | PASS [ 27.565s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
6920 | 2025-03-07T22:28:32.497Z | PASS [ 31.550s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
6921 | 2025-03-07T22:28:35.686Z | PASS [ 29.633s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
6922 | 2025-03-07T22:28:44.255Z | PASS [ 33.345s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
6923 | 2025-03-07T22:28:46.933Z | PASS [ 23.579s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
6924 | 2025-03-07T22:28:48.870Z | PASS [ 21.614s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
6925 | 2025-03-07T22:28:54.513Z | PASS [ 24.845s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
6926 | 2025-03-07T22:28:58.191Z | PASS [ 26.404s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
6927 | 2025-03-07T22:28:59.161Z | PASS [ 26.659s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
6928 | 2025-03-07T22:29:03.528Z | PASS [ 44.892s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
6929 | 2025-03-07T22:29:04.589Z | PASS [ 28.896s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
6930 | 2025-03-07T22:29:09.683Z | PASS [ 25.421s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
6931 | 2025-03-07T22:29:13.952Z | PASS [ 27.012s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
6932 | 2025-03-07T22:29:29.360Z | PASS [ 34.837s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
6933 | 2025-03-07T22:29:30.892Z | PASS [ 31.723s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
6934 | 2025-03-07T22:29:31.198Z | PASS [ 32.999s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
6935 | 2025-03-07T22:29:33.358Z | PASS [ 19.401s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips |
6936 | 2025-03-07T22:29:35.222Z | PASS [ 31.687s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
6937 | 2025-03-07T22:29:35.349Z | PASS [ 46.468s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
6938 | 2025-03-07T22:29:42.089Z | PASS [ 32.399s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
6939 | 2025-03-07T22:29:42.152Z | PASS [ 37.554s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
6940 | 2025-03-07T22:29:50.004Z | PASS [ 19.106s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
6941 | 2025-03-07T22:29:52.412Z | PASS [ 19.050s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
6942 | 2025-03-07T22:29:58.787Z | PASS [ 23.559s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
6943 | 2025-03-07T22:29:59.346Z | PASS [ 17.251s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
6944 | 2025-03-07T22:29:59.522Z | PASS [ 24.167s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
6945 | 2025-03-07T22:30:03.306Z | PASS [ 32.101s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
6946 | 2025-03-07T22:30:03.605Z | PASS [ 34.240s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
6947 | 2025-03-07T22:30:07.501Z | PASS [ 25.342s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
6948 | 2025-03-07T22:30:15.051Z | PASS [ 25.043s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
6949 | 2025-03-07T22:30:16.034Z | PASS [ 16.508s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
6950 | 2025-03-07T22:30:20.403Z | PASS [ 16.794s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
6951 | 2025-03-07T22:30:21.277Z | PASS [ 17.967s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
6952 | 2025-03-07T22:30:22.978Z | PASS [ 24.185s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
6953 | 2025-03-07T22:30:24.647Z | PASS [ 17.142s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
6954 | 2025-03-07T22:30:26.119Z | PASS [ 26.768s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
6955 | 2025-03-07T22:30:29.490Z | PASS [ 37.070s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
6956 | 2025-03-07T22:30:31.920Z | PASS [ 15.882s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
6957 | 2025-03-07T22:30:43.387Z | PASS [ 28.325s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed |
6958 | 2025-03-07T22:30:46.738Z | PASS [ 17.243s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
6959 | 2025-03-07T22:30:48.142Z | PASS [ 26.858s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user |
6960 | 2025-03-07T22:30:48.690Z | PASS [ 25.705s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
6961 | 2025-03-07T22:30:50.785Z | PASS [ 30.374s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
6962 | 2025-03-07T22:30:51.055Z | PASS [ 19.129s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
6963 | 2025-03-07T22:30:51.941Z | PASS [ 25.815s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
6964 | 2025-03-07T22:30:54.590Z | PASS [ 29.935s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
6965 | 2025-03-07T22:31:02.791Z | PASS [ 19.404s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
6966 | 2025-03-07T22:31:05.133Z | PASS [ 18.380s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
6967 | 2025-03-07T22:31:11.336Z | PASS [ 17.902s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
6968 | 2025-03-07T22:31:11.489Z | PASS [ 17.560s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
6969 | 2025-03-07T22:31:11.489Z | PASS [ 16.648s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
6970 | 2025-03-07T22:31:11.489Z | PASS [ 17.137s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
6971 | 2025-03-07T22:31:11.534Z | PASS [ 19.034s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
6972 | 2025-03-07T22:31:16.091Z | PASS [ 21.496s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
6973 | 2025-03-07T22:31:21.510Z | PASS [ 18.714s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
6974 | 2025-03-07T22:31:23.142Z | PASS [ 16.885s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
6975 | 2025-03-07T22:31:25.489Z | PASS [ 19.434s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
6976 | 2025-03-07T22:31:28.109Z | PASS [ 22.980s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
6977 | 2025-03-07T22:31:35.513Z | PASS [ 28.068s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
6978 | 2025-03-07T22:31:39.339Z | PASS [ 22.761s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
6979 | 2025-03-07T22:31:40.135Z | PASS [ 16.988s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list |
6980 | 2025-03-07T22:31:42.269Z | PASS [ 16.715s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
6981 | 2025-03-07T22:31:45.587Z | PASS [ 37.381s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
6982 | 2025-03-07T22:31:49.500Z | PASS [ 21.386s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
6983 | 2025-03-07T22:31:59.378Z | PASS [ 37.858s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query |
6984 | 2025-03-07T22:32:02.193Z | PASS [ 22.052s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
6985 | 2025-03-07T22:32:03.464Z | PASS [ 52.471s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
6986 | 2025-03-07T22:32:03.882Z | PASS [ 21.670s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
6987 | 2025-03-07T22:32:05.702Z | PASS [ 30.141s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
6988 | 2025-03-07T22:32:08.032Z | PASS [ 22.391s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
6989 | 2025-03-07T22:32:19.957Z | PASS [ 41.091s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
6990 | 2025-03-07T22:32:24.393Z | PASS [ 22.195s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
6991 | 2025-03-07T22:32:28.377Z | PASS [ 38.868s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
6992 | 2025-03-07T22:32:32.115Z | PASS [ 28.226s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
6993 | 2025-03-07T22:32:35.799Z | PASS [ 30.131s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
6994 | 2025-03-07T22:32:36.517Z | PASS [ 37.130s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
6995 | 2025-03-07T22:32:38.871Z | PASS [ 30.882s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
6996 | 2025-03-07T22:32:40.988Z | PASS [ 37.516s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
6997 | 2025-03-07T22:32:41.051Z | PASS [ 21.087s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
6998 | 2025-03-07T22:32:55.258Z | PASS [ 19.276s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
6999 | 2025-03-07T22:32:55.292Z | PASS [ 18.765s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
7000 | 2025-03-07T22:32:56.575Z | PASS [ 17.699s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group |
7001 | 2025-03-07T22:32:59.129Z | PASS [ 18.137s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group |
7002 | 2025-03-07T22:33:03.098Z | PASS [ 22.043s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
7003 | 2025-03-07T22:33:03.465Z | PASS [ 39.063s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
7004 | 2025-03-07T22:33:10.560Z | PASS [ 42.173s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
7005 | 2025-03-07T22:33:14.574Z | PASS [ 19.283s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
7006 | 2025-03-07T22:33:17.381Z | PASS [ 22.295s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
7007 | 2025-03-07T22:33:19.682Z | PASS [ 23.101s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
7008 | 2025-03-07T22:33:22.300Z | PASS [ 18.830s] omicron-nexus::test_all integration_tests::projects::test_projects |
7009 | 2025-03-07T22:33:24.461Z | PASS [ 21.358s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
7010 | 2025-03-07T22:33:26.234Z | PASS [ 27.098s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
7011 | 2025-03-07T22:33:29.266Z | PASS [ 18.695s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
7012 | 2025-03-07T22:33:29.499Z | PASS [ 57.371s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
7013 | 2025-03-07T22:33:32.848Z | PASS [ 15.464s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
7014 | 2025-03-07T22:33:35.947Z | PASS [ 16.232s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
7015 | 2025-03-07T22:33:40.993Z | PASS [ 18.689s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
7016 | 2025-03-07T22:33:42.304Z | PASS [ 17.838s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
7017 | 2025-03-07T22:33:43.977Z | PASS [ 17.739s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
7018 | 2025-03-07T22:33:46.652Z | PASS [ 17.388s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
7019 | 2025-03-07T22:33:48.989Z | PASS [ 19.485s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
7020 | 2025-03-07T22:33:50.320Z | PASS [ 17.444s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
7021 | 2025-03-07T22:33:52.289Z | PASS [ 16.362s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
7022 | 2025-03-07T22:33:52.403Z | PASS [ 0.118s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
7023 | 2025-03-07T22:33:52.543Z | PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
7024 | 2025-03-07T22:33:52.652Z | PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
7025 | 2025-03-07T22:33:52.752Z | PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
7026 | 2025-03-07T22:33:52.851Z | PASS [ 0.098s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
7027 | 2025-03-07T22:33:59.788Z | PASS [ 18.789s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
7028 | 2025-03-07T22:34:02.843Z | PASS [ 20.534s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
7029 | 2025-03-07T22:34:03.715Z | PASS [ 49.129s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
7030 | 2025-03-07T22:34:05.220Z | PASS [ 20.447s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
7031 | 2025-03-07T22:34:07.947Z | PASS [ 18.954s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
7032 | 2025-03-07T22:34:13.195Z | PASS [ 16.722s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
7033 | 2025-03-07T22:34:13.456Z | PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
7034 | 2025-03-07T22:34:13.610Z | PASS [ 20.217s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
7035 | 2025-03-07T22:34:14.599Z | PASS [ 27.941s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
7036 | 2025-03-07T22:34:14.699Z | PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
7037 | 2025-03-07T22:34:14.789Z | PASS [ 0.090s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
7038 | 2025-03-07T22:34:17.725Z | PASS [ 17.934s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
7039 | 2025-03-07T22:34:19.337Z | PASS [ 16.490s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
7040 | 2025-03-07T22:34:20.184Z | PASS [ 16.463s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
7041 | 2025-03-07T22:34:22.637Z | PASS [ 18.204s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
7042 | 2025-03-07T22:34:24.952Z | PASS [ 17.001s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
7043 | 2025-03-07T22:34:27.516Z | PASS [ 17.826s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
7044 | 2025-03-07T22:34:27.630Z | PASS [ 17.107s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
7045 | 2025-03-07T22:34:29.420Z | PASS [ 14.627s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
7046 | 2025-03-07T22:34:30.241Z | PASS [ 12.514s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
7047 | 2025-03-07T22:34:30.500Z | PASS [ 2.869s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
7048 | 2025-03-07T22:34:30.844Z | PASS [ 11.504s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
7049 | 2025-03-07T22:34:31.312Z | PASS [ 11.128s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
7050 | 2025-03-07T22:34:32.479Z | PASS [ 1.978s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
7051 | 2025-03-07T22:34:33.045Z | PASS [ 1.732s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
7052 | 2025-03-07T22:34:34.211Z | PASS [ 1.731s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
7053 | 2025-03-07T22:34:34.882Z | PASS [ 1.818s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
7054 | 2025-03-07T22:34:36.011Z | PASS [ 1.799s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
7055 | 2025-03-07T22:34:37.247Z | PASS [ 1.235s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
7056 | 2025-03-07T22:35:07.314Z | PASS [ 30.060s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
7057 | 2025-03-07T22:35:17.858Z | PASS [ 42.984s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
7058 | 2025-03-07T22:35:32.381Z | PASS [ 25.061s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
7059 | 2025-03-07T22:35:44.113Z | PASS [ 26.249s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
7060 | 2025-03-07T22:35:54.822Z | PASS [ 10.706s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
7061 | 2025-03-07T22:35:55.002Z | PASS [ 10.886s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
7062 | 2025-03-07T22:35:55.068Z | PASS [ 10.952s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
7063 | 2025-03-07T22:35:55.378Z | PASS [ 11.262s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
7064 | 2025-03-07T22:36:05.676Z | PASS [ 10.851s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
7065 | 2025-03-07T22:36:06.088Z | PASS [ 11.083s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
7066 | 2025-03-07T22:36:06.323Z | PASS [ 11.252s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
7067 | 2025-03-07T22:36:06.418Z | PASS [ 11.037s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
7068 | 2025-03-07T22:36:14.143Z | PASS [ 41.753s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
7069 | 2025-03-07T22:36:18.405Z | PASS [ 12.314s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
7070 | 2025-03-07T22:36:18.438Z | PASS [ 12.112s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
7071 | 2025-03-07T22:36:21.475Z | PASS [ 15.037s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
7072 | 2025-03-07T22:36:22.328Z | PASS [ 16.648s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
7073 | 2025-03-07T22:36:32.623Z | PASS [ 18.475s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
7074 | 2025-03-07T22:36:33.059Z | PASS [ 18.910s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
7075 | 2025-03-07T22:36:33.198Z | PASS [ 19.049s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
7076 | 2025-03-07T22:36:36.289Z | PASS [ 17.846s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
7077 | 2025-03-07T22:36:38.619Z | PASS [ 20.208s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
7078 | 2025-03-07T22:36:38.852Z | PASS [ 24.703s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
7079 | 2025-03-07T22:36:39.032Z | PASS [ 17.568s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
7080 | 2025-03-07T22:36:39.743Z | PASS [ 17.409s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
7081 | 2025-03-07T22:36:50.529Z | PASS [ 17.901s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
7082 | 2025-03-07T22:36:50.890Z | PASS [ 17.827s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
7083 | 2025-03-07T22:36:54.885Z | PASS [ 21.682s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
7084 | 2025-03-07T22:36:57.989Z | PASS [ 18.951s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
7085 | 2025-03-07T22:36:58.157Z | PASS [ 19.534s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
7086 | 2025-03-07T22:37:02.250Z | PASS [ 25.955s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
7087 | 2025-03-07T22:37:02.903Z | PASS [ 24.045s] omicron-nexus::test_all integration_tests::silos::test_silos |
7088 | 2025-03-07T22:37:08.743Z | PASS [ 28.994s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
7089 | 2025-03-07T22:37:10.094Z | PASS [ 19.560s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
7090 | 2025-03-07T22:37:13.713Z | PASS [ 22.817s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
7091 | 2025-03-07T22:37:14.029Z | PASS [ 19.140s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
7092 | 2025-03-07T22:37:19.015Z | PASS [ 16.108s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
7093 | 2025-03-07T22:37:26.433Z | PASS [ 28.439s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
7094 | 2025-03-07T22:37:27.428Z | PASS [ 18.680s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
7095 | 2025-03-07T22:37:28.126Z | PASS [ 29.962s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
7096 | 2025-03-07T22:37:28.951Z | PASS [ 26.695s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
7097 | 2025-03-07T22:37:29.103Z | PASS [ 19.002s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
7098 | 2025-03-07T22:37:32.019Z | PASS [ 18.301s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
7099 | 2025-03-07T22:37:43.660Z | PASS [ 24.640s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
7100 | 2025-03-07T22:37:46.190Z | PASS [ 32.153s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
7101 | 2025-03-07T22:37:46.863Z | PASS [ 17.908s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
7102 | 2025-03-07T22:37:54.061Z | PASS [ 25.928s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
7103 | 2025-03-07T22:37:55.183Z | PASS [ 1.122s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
7104 | 2025-03-07T22:37:55.252Z | PASS [ 23.228s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle |
7105 | 2025-03-07T22:37:55.338Z | PASS [ 28.897s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
7106 | 2025-03-07T22:37:55.352Z | PASS [ 27.918s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
7107 | 2025-03-07T22:37:59.428Z | PASS [ 13.234s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release |
7108 | 2025-03-07T22:38:00.652Z | PASS [ 16.987s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found |
7109 | 2025-03-07T22:38:01.726Z | PASS [ 32.617s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
7110 | 2025-03-07T22:38:10.105Z | PASS [ 14.763s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured |
7111 | 2025-03-07T22:38:12.926Z | PASS [ 17.570s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
7112 | 2025-03-07T22:38:12.992Z | PASS [ 17.805s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
7113 | 2025-03-07T22:38:17.792Z | PASS [ 22.534s] omicron-nexus::test_all integration_tests::updates::test_repo_upload |
7114 | 2025-03-07T22:38:27.302Z | PASS [ 26.644s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
7115 | 2025-03-07T22:38:29.219Z | PASS [ 29.784s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
7116 | 2025-03-07T22:38:29.409Z | PASS [ 27.676s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
7117 | 2025-03-07T22:38:30.909Z | PASS [ 20.798s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
7118 | 2025-03-07T22:38:39.988Z | PASS [ 27.054s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
7119 | 2025-03-07T22:38:40.860Z | PASS [ 27.861s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
7120 | 2025-03-07T22:38:43.862Z | PASS [ 26.064s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
7121 | 2025-03-07T22:38:46.887Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7122 | 2025-03-07T22:38:54.612Z | PASS [ 27.304s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
7123 | 2025-03-07T22:38:55.581Z | PASS [ 26.166s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
7124 | 2025-03-07T22:38:56.381Z | PASS [ 27.155s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
7125 | 2025-03-07T22:38:57.794Z | PASS [ 26.880s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
7126 | 2025-03-07T22:39:02.512Z | PASS [ 22.519s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
7127 | 2025-03-07T22:39:14.806Z | PASS [ 20.189s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
7128 | 2025-03-07T22:39:16.880Z | PASS [ 20.494s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting |
7129 | 2025-03-07T22:39:22.799Z | PASS [ 27.177s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records |
7130 | 2025-03-07T22:39:23.974Z | PASS [ 26.173s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume |
7131 | 2025-03-07T22:39:30.559Z | PASS [ 46.685s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete |
7132 | 2025-03-07T22:39:30.900Z | PASS [ 50.028s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2 |
7133 | 2025-03-07T22:39:32.591Z | PASS [ 30.072s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
7134 | 2025-03-07T22:39:43.045Z | PASS [ 116.155s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
7135 | 2025-03-07T22:39:43.662Z | PASS [ 28.849s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
7136 | 2025-03-07T22:39:50.966Z | PASS [ 34.077s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
7137 | 2025-03-07T22:39:56.021Z | PASS [ 32.039s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
7138 | 2025-03-07T22:39:56.324Z | PASS [ 33.552s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
7139 | 2025-03-07T22:39:56.695Z | PASS [ 25.788s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions |
7140 | 2025-03-07T22:40:00.470Z | PASS [ 27.872s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions |
7141 | 2025-03-07T22:40:05.896Z | PASS [ 35.323s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
7142 | 2025-03-07T22:40:15.636Z | PASS [ 32.584s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots |
7143 | 2025-03-07T22:40:17.909Z | PASS [ 21.562s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi |
7144 | 2025-03-07T22:40:18.735Z | PASS [ 22.036s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop |
7145 | 2025-03-07T22:40:21.978Z | PASS [ 21.502s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi |
7146 | 2025-03-07T22:40:29.033Z | PASS [ 23.138s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity |
7147 | 2025-03-07T22:40:34.569Z | PASS [ 43.587s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting |
7148 | 2025-03-07T22:40:38.164Z | PASS [ 16.105s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
7149 | 2025-03-07T22:40:39.815Z | PASS [ 24.136s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
7150 | 2025-03-07T22:40:43.731Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
7151 | 2025-03-07T22:40:44.093Z | PASS [ 14.997s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
7152 | 2025-03-07T22:40:44.206Z | PASS [ 48.150s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers |
7153 | 2025-03-07T22:40:46.202Z | PASS [ 26.310s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
7154 | 2025-03-07T22:40:46.895Z | PASS [ 28.948s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
7155 | 2025-03-07T22:40:51.424Z | PASS [ 16.851s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
7156 | 2025-03-07T22:40:55.883Z | PASS [ 17.791s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
7157 | 2025-03-07T22:40:57.760Z | PASS [ 17.964s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
7158 | 2025-03-07T22:41:01.738Z | PASS [ 17.550s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
7159 | 2025-03-07T22:41:01.752Z | PASS [ 17.708s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
7160 | 2025-03-07T22:41:02.416Z | PASS [ 17.351s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
7161 | 2025-03-07T22:41:04.189Z | PASS [ 17.319s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
7162 | 2025-03-07T22:41:12.462Z | PASS [ 20.915s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
7163 | 2025-03-07T22:41:12.615Z | PASS [ 16.552s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
7164 | 2025-03-07T22:41:18.077Z | PASS [ 16.511s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
7165 | 2025-03-07T22:41:19.384Z | PASS [ 91.085s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy |
7166 | 2025-03-07T22:41:19.510Z | PASS [ 16.271s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
7167 | 2025-03-07T22:41:19.510Z | PASS [ 16.078s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
7168 | 2025-03-07T22:41:19.573Z | PASS [ 17.821s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
7169 | 2025-03-07T22:41:20.800Z | PASS [ 16.627s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
7170 | 2025-03-07T22:41:28.884Z | PASS [ 16.517s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
7171 | 2025-03-07T22:41:29.759Z | PASS [ 17.315s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
7172 | 2025-03-07T22:41:31.923Z | PASS [ 17.656s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
7173 | 2025-03-07T22:41:31.958Z | PASS [ 17.186s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
7174 | 2025-03-07T22:41:34.829Z | PASS [ 16.805s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
7175 | 2025-03-07T22:41:35.596Z | PASS [ 17.100s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
7176 | 2025-03-07T22:41:46.220Z | PASS [ 17.346s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
7177 | 2025-03-07T22:41:47.252Z | PASS [ 17.320s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
7178 | 2025-03-07T22:41:48.254Z | PASS [ 16.326s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
7179 | 2025-03-07T22:41:48.907Z | PASS [ 29.338s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting |
7180 | 2025-03-07T22:41:49.062Z | PASS [ 17.100s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
7181 | 2025-03-07T22:41:50.431Z | PASS [ 29.624s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others |
7182 | 2025-03-07T22:41:51.173Z | PASS [ 16.338s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
7183 | 2025-03-07T22:42:03.595Z | PASS [ 27.996s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting |
7184 | 2025-03-07T22:42:05.195Z | PASS [ 18.108s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
7185 | 2025-03-07T22:42:07.919Z | PASS [ 20.218s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
7186 | 2025-03-07T22:42:08.925Z | PASS [ 20.666s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
7187 | 2025-03-07T22:42:11.226Z | PASS [ 22.159s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
7188 | 2025-03-07T22:42:13.834Z | PASS [ 24.919s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
7189 | 2025-03-07T22:42:13.900Z | PASS [ 0.068s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only |
7190 | 2025-03-07T22:42:13.943Z | PASS [ 0.043s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure |
7191 | 2025-03-07T22:42:14.025Z | PASS [ 0.081s] omicron-package config::tests::multi_preset_arg |
7192 | 2025-03-07T22:42:14.100Z | PASS [ 0.075s] omicron-package dot::test::test_bad_dependency |
7193 | 2025-03-07T22:42:14.151Z | PASS [ 0.051s] omicron-package dot::test::test_dot_output |
7194 | 2025-03-07T22:42:18.560Z | PASS [ 27.382s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
7195 | 2025-03-07T22:42:18.587Z | PASS [ 0.027s] omicron-passwords test::test_password_constraints |
7196 | 2025-03-07T22:42:19.457Z | PASS [ 8.228s] omicron-omdb::test_all_output test_omdb_usage_errors |
7197 | 2025-03-07T22:42:21.472Z | PASS [ 2.885s] omicron-passwords test::test_reproducible |
7198 | 2025-03-07T22:42:21.521Z | PASS [ 0.048s] omicron-passwords test::test_stable |
7199 | 2025-03-07T22:42:21.549Z | PASS [ 0.028s] omicron-passwords test::test_weak_hashes |
7200 | 2025-03-07T22:42:21.579Z | PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path |
7201 | 2025-03-07T22:42:21.604Z | PASS [ 7.451s] omicron-passwords test::test_compatible |
7202 | 2025-03-07T22:42:21.629Z | PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath |
7203 | 2025-03-07T22:42:21.644Z | PASS [ 0.064s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
7204 | 2025-03-07T22:42:22.125Z | PASS [ 0.480s] omicron-sled-agent artifact_store::test::no_dataset |
7205 | 2025-03-07T22:42:22.282Z | PASS [ 0.652s] omicron-sled-agent artifact_store::test::list_get_put_delete |
7206 | 2025-03-07T22:42:22.371Z | PASS [ 0.245s] omicron-sled-agent artifact_store::test::wrong_hash |
7207 | 2025-03-07T22:42:22.433Z | PASS [ 0.151s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
7208 | 2025-03-07T22:42:22.539Z | PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
7209 | 2025-03-07T22:42:22.691Z | PASS [ 0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
7210 | 2025-03-07T22:42:22.799Z | PASS [ 0.107s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
7211 | 2025-03-07T22:42:22.987Z | PASS [ 0.616s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
7212 | 2025-03-07T22:42:23.064Z | PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
7213 | 2025-03-07T22:42:23.120Z | PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
7214 | 2025-03-07T22:42:23.188Z | PASS [ 0.068s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
7215 | 2025-03-07T22:42:23.231Z | PASS [ 0.042s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
7216 | 2025-03-07T22:42:23.280Z | PASS [ 0.048s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
7217 | 2025-03-07T22:42:23.321Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
7218 | 2025-03-07T22:42:23.360Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
7219 | 2025-03-07T22:42:23.374Z | PASS [ 0.574s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
7220 | 2025-03-07T22:42:23.395Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
7221 | 2025-03-07T22:42:23.406Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
7222 | 2025-03-07T22:42:23.462Z | PASS [ 0.066s] omicron-sled-agent config::test::test_smf_configs |
7223 | 2025-03-07T22:42:23.471Z | PASS [ 0.064s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
7224 | 2025-03-07T22:42:23.503Z | PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
7225 | 2025-03-07T22:42:23.513Z | PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
7226 | 2025-03-07T22:42:23.547Z | PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
7227 | 2025-03-07T22:42:23.562Z | PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
7228 | 2025-03-07T22:42:23.590Z | PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
7229 | 2025-03-07T22:42:24.007Z | PASS [ 20.406s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
7230 | 2025-03-07T22:42:24.364Z | PASS [ 19.164s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
7231 | 2025-03-07T22:42:27.198Z | PASS [ 3.633s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
7232 | 2025-03-07T22:42:27.405Z | PASS [ 3.026s] omicron-sled-agent instance::tests::test_instance_manager_creation |
7233 | 2025-03-07T22:42:28.486Z | PASS [ 38.046s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
7234 | 2025-03-07T22:42:28.523Z | PASS [ 0.037s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
7235 | 2025-03-07T22:42:28.560Z | PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile |
7236 | 2025-03-07T22:42:28.580Z | PASS [ 4.566s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
7237 | 2025-03-07T22:42:28.593Z | PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance |
7238 | 2025-03-07T22:42:28.614Z | PASS [ 0.033s] omicron-sled-agent profile::tests::test_instance |
7239 | 2025-03-07T22:42:28.629Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple |
7240 | 2025-03-07T22:42:28.637Z | PASS [ 0.027s] omicron-sled-agent profile::tests::test_property |
7241 | 2025-03-07T22:42:28.665Z | PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group |
7242 | 2025-03-07T22:42:28.673Z | PASS [ 0.035s] omicron-sled-agent profile::tests::test_service |
7243 | 2025-03-07T22:42:28.702Z | PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
7244 | 2025-03-07T22:42:28.703Z | PASS [ 0.037s] omicron-sled-agent profile::tests::test_service_property_group |
7245 | 2025-03-07T22:42:28.737Z | PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
7246 | 2025-03-07T22:42:28.748Z | PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
7247 | 2025-03-07T22:42:28.786Z | PASS [ 0.049s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count |
7248 | 2025-03-07T22:42:28.803Z | PASS [ 0.054s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean |
7249 | 2025-03-07T22:42:28.831Z | PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
7250 | 2025-03-07T22:42:29.195Z | PASS [ 5.604s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
7251 | 2025-03-07T22:42:30.189Z | PASS [ 2.991s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout |
7252 | 2025-03-07T22:42:30.897Z | PASS [ 24.458s] omicron-omdb::test_all_output test_omdb_env_settings |
7253 | 2025-03-07T22:42:31.450Z | PASS [ 2.616s] omicron-sled-agent services::illumos_tests::test_ensure_service |
7254 | 2025-03-07T22:42:31.503Z | PASS [ 2.699s] omicron-sled-agent services::illumos_tests::test_bad_generations |
7255 | 2025-03-07T22:42:31.552Z | PASS [ 0.049s] omicron-sled-agent services::test::test_all_zones_requests_schema |
7256 | 2025-03-07T22:42:31.589Z | PASS [ 0.036s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
7257 | 2025-03-07T22:42:31.631Z | PASS [ 0.041s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation |
7258 | 2025-03-07T22:42:31.673Z | PASS [ 0.041s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
7259 | 2025-03-07T22:42:31.713Z | PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
7260 | 2025-03-07T22:42:31.720Z | PASS [ 2.523s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync |
7261 | 2025-03-07T22:42:31.756Z | PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
7262 | 2025-03-07T22:42:31.762Z | PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
7263 | 2025-03-07T22:42:31.800Z | PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
7264 | 2025-03-07T22:42:31.805Z | PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
7265 | 2025-03-07T22:42:31.838Z | PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
7266 | 2025-03-07T22:42:31.879Z | PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
7267 | 2025-03-07T22:42:31.922Z | PASS [ 0.043s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
7268 | 2025-03-07T22:42:31.963Z | PASS [ 0.039s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
7269 | 2025-03-07T22:42:32.008Z | PASS [ 0.046s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
7270 | 2025-03-07T22:42:32.051Z | PASS [ 0.042s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
7271 | 2025-03-07T22:42:32.095Z | PASS [ 0.044s] omicron-sled-agent sim::storage::test::nested_dataset |
7272 | 2025-03-07T22:42:32.132Z | PASS [ 0.036s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship |
7273 | 2025-03-07T22:42:32.170Z | PASS [ 0.036s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset |
7274 | 2025-03-07T22:42:32.213Z | PASS [ 0.039s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
7275 | 2025-03-07T22:42:32.252Z | PASS [ 0.043s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
7276 | 2025-03-07T22:42:32.604Z | PASS [ 13.144s] omicron-passwords test::test_smoke |
7277 | 2025-03-07T22:42:32.862Z | PASS [ 2.673s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists |
7278 | 2025-03-07T22:42:33.595Z | PASS [ 2.697s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot |
7279 | 2025-03-07T22:42:33.877Z | PASS [ 2.426s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config |
7280 | 2025-03-07T22:42:34.623Z | PASS [ 2.816s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
7281 | 2025-03-07T22:42:35.806Z | PASS [ 3.552s] omicron-sled-agent support_bundle::storage::tests::basic_crud |
7282 | 2025-03-07T22:42:35.847Z | PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components |
7283 | 2025-03-07T22:42:35.890Z | PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version |
7284 | 2025-03-07T22:42:35.932Z | PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version |
7285 | 2025-03-07T22:42:35.971Z | PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
7286 | 2025-03-07T22:42:36.051Z | PASS [ 3.446s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash |
7287 | 2025-03-07T22:42:36.801Z | PASS [ 3.937s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable |
7288 | 2025-03-07T22:42:36.847Z | PASS [ 0.044s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
7289 | 2025-03-07T22:42:37.221Z | PASS [ 3.625s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency |
7290 | 2025-03-07T22:42:37.834Z | PASS [ 3.953s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset |
7291 | 2025-03-07T22:42:38.444Z | PASS [ 29.511s] omicron-omdb::test_all_output test_omdb_success_cases |
7292 | 2025-03-07T22:42:38.497Z | PASS [ 0.052s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
7293 | 2025-03-07T22:42:38.539Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_dir_size |
7294 | 2025-03-07T22:42:38.589Z | PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
7295 | 2025-03-07T22:42:38.679Z | PASS [ 4.054s] omicron-sled-agent support_bundle::storage::tests::ranges |
7296 | 2025-03-07T22:42:38.932Z | PASS [ 2.880s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
7297 | 2025-03-07T22:42:39.083Z | PASS [ 3.092s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
7298 | 2025-03-07T22:42:39.095Z | PASS [ 0.161s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
7299 | 2025-03-07T22:42:39.134Z | PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
7300 | 2025-03-07T22:42:39.161Z | PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
7301 | 2025-03-07T22:42:39.216Z | PASS [ 0.628s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
7302 | 2025-03-07T22:42:39.259Z | PASS [ 0.580s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
7303 | 2025-03-07T22:42:39.685Z | PASS [ 2.463s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
7304 | 2025-03-07T22:42:39.710Z | PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
7305 | 2025-03-07T22:42:39.716Z | PASS [ 2.869s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
7306 | 2025-03-07T22:42:39.738Z | PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
7307 | 2025-03-07T22:42:39.747Z | PASS [ 0.529s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
7308 | 2025-03-07T22:42:39.751Z | PASS [ 0.585s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
7309 | 2025-03-07T22:42:39.848Z | PASS [ 0.131s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
7310 | 2025-03-07T22:42:39.871Z | PASS [ 0.809s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled |
7311 | 2025-03-07T22:42:39.980Z | PASS [ 0.233s] omicron-test-utils dev::db::test::test_bad_cmd |
7312 | 2025-03-07T22:42:40.013Z | PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
7313 | 2025-03-07T22:42:40.039Z | PASS [ 0.027s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
7314 | 2025-03-07T22:42:40.074Z | PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
7315 | 2025-03-07T22:42:40.114Z | PASS [ 0.039s] omicron-test-utils dev::db::test::test_process_exit_normal |
7316 | 2025-03-07T22:42:40.138Z | PASS [ 0.266s] omicron-test-utils dev::db::test::test_database_start_hang |
7317 | 2025-03-07T22:42:40.172Z | PASS [ 0.425s] omicron-test-utils dev::db::test::test_cmd_fails |
7318 | 2025-03-07T22:42:40.181Z | PASS [ 0.444s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
7319 | 2025-03-07T22:42:40.212Z | PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir |
7320 | 2025-03-07T22:42:40.259Z | PASS [ 0.047s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
7321 | 2025-03-07T22:42:40.289Z | PASS [ 1.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
7322 | 2025-03-07T22:42:40.299Z | PASS [ 0.039s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
7323 | 2025-03-07T22:42:40.328Z | PASS [ 0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
7324 | 2025-03-07T22:42:40.361Z | PASS [ 0.061s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
7325 | 2025-03-07T22:42:40.391Z | PASS [ 2.559s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
7326 | 2025-03-07T22:42:40.394Z | PASS [ 0.064s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
7327 | 2025-03-07T22:42:40.434Z | PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_section |
7328 | 2025-03-07T22:42:40.502Z | PASS [ 0.068s] openapi-manager cmd::dispatch::test::test_arg_parsing |
7329 | 2025-03-07T22:42:40.537Z | PASS [ 0.034s] openapi-manager cmd::dispatch::test::test_blessed_args |
7330 | 2025-03-07T22:42:40.564Z | PASS [ 0.026s] openapi-manager cmd::dispatch::test::test_generated_args |
7331 | 2025-03-07T22:42:40.571Z | LEAK [ 0.456s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
7332 | 2025-03-07T22:42:40.598Z | PASS [ 0.034s] openapi-manager cmd::dispatch::test::test_local_args |
7333 | 2025-03-07T22:42:40.614Z | PASS [ 0.042s] openapi-manager iter_only::test::test_basic |
7334 | 2025-03-07T22:42:40.651Z | PASS [ 0.036s] openapi-manager spec_files_generic::test::test_parse_name_lockstep |
7335 | 2025-03-07T22:42:40.654Z | PASS [ 0.052s] openapi-manager resolved::test::test_displayable_vec |
7336 | 2025-03-07T22:42:40.686Z | PASS [ 0.034s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail |
7337 | 2025-03-07T22:42:40.698Z | PASS [ 0.047s] openapi-manager spec_files_generic::test::test_parse_name_versioned |
7338 | 2025-03-07T22:42:40.761Z | PASS [ 0.075s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail |
7339 | 2025-03-07T22:42:40.970Z | PASS [ 0.208s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
7340 | 2025-03-07T22:42:41.010Z | PASS [ 0.618s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
7341 | 2025-03-07T22:42:41.235Z | PASS [ 0.536s] oximeter test::timeseries_schema_consistency |
7342 | 2025-03-07T22:42:41.369Z | PASS [ 0.133s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
7343 | 2025-03-07T22:42:41.388Z | PASS [ 1.215s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
7344 | 2025-03-07T22:42:41.504Z | PASS [ 0.135s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from |
7345 | 2025-03-07T22:42:41.511Z | PASS [ 1.661s] omicron-test-utils dev::db::test::test_database_concurrent |
7346 | 2025-03-07T22:42:41.536Z | PASS [ 0.032s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different |
7347 | 2025-03-07T22:42:41.544Z | PASS [ 0.032s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
7348 | 2025-03-07T22:42:41.570Z | PASS [ 0.026s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
7349 | 2025-03-07T22:42:41.597Z | PASS [ 0.027s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
7350 | 2025-03-07T22:42:41.624Z | PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
7351 | 2025-03-07T22:42:41.648Z | PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
7352 | 2025-03-07T22:42:41.672Z | PASS [ 0.023s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
7353 | 2025-03-07T22:42:42.032Z | PASS [ 0.495s] oximeter-collector::test_commands test_oximeter_no_args |
7354 | 2025-03-07T22:42:42.446Z | PASS [ 2.054s] openapi-manager cmd::check::test::check_apis_up_to_date |
7355 | 2025-03-07T22:42:42.454Z | PASS [ 1.065s] oximeter-collector agent::tests::verify_producer_details |
7356 | 2025-03-07T22:42:42.528Z | FAIL [ 1.555s] oximeter-collector agent::tests::test_self_stat_collection_count |
7357 | 2025-03-07T22:42:42.529Z | ──── STDOUT: oximeter-collector agent::tests::test_self_stat_collection_count |
7358 | 2025-03-07T22:42:42.529Z | |
7359 | 2025-03-07T22:42:42.529Z | running 1 test |
7360 | 2025-03-07T22:42:42.529Z | test agent::tests::test_self_stat_collection_count ... FAILED |
7361 | 2025-03-07T22:42:42.529Z | |
7362 | 2025-03-07T22:42:42.529Z | failures: |
7363 | 2025-03-07T22:42:42.529Z | |
7364 | 2025-03-07T22:42:42.529Z | failures: |
7365 | 2025-03-07T22:42:42.529Z | agent::tests::test_self_stat_collection_count |
7366 | 2025-03-07T22:42:42.529Z | |
7367 | 2025-03-07T22:42:42.529Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 7 filtered out; finished in 1.49s |
7368 | 2025-03-07T22:42:42.529Z | |
7369 | 2025-03-07T22:42:42.529Z | ──── STDERR: oximeter-collector agent::tests::test_self_stat_collection_count |
7370 | 2025-03-07T22:42:42.529Z | log file: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_collection_count.191.0.log |
7371 | 2025-03-07T22:42:42.529Z | note: configured to log to "/var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_collection_count.191.0.log" |
7372 | 2025-03-07T22:42:42.529Z | |
7373 | 2025-03-07T22:42:42.529Z | thread 'agent::tests::test_self_stat_collection_count' panicked at oximeter/collector/src/agent.rs:843:9: |
7374 | 2025-03-07T22:42:42.529Z | assertion failed: stats.failed_collections.is_empty() |
7375 | 2025-03-07T22:42:42.529Z | stack backtrace: |
7376 | 2025-03-07T22:42:42.529Z | 0: rust_begin_unwind |
7377 | 2025-03-07T22:42:42.529Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 |
7378 | 2025-03-07T22:42:42.529Z | 1: core::panicking::panic_fmt |
7379 | 2025-03-07T22:42:42.530Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 |
7380 | 2025-03-07T22:42:42.530Z | 2: core::panicking::panic |
7381 | 2025-03-07T22:42:42.530Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:145:5 |
7382 | 2025-03-07T22:42:42.530Z | 3: {async_block#0} |
7383 | 2025-03-07T22:42:42.530Z | at ./src/agent.rs:843:9 |
7384 | 2025-03-07T22:42:42.530Z | 4: poll<&mut dyn core::future::future::Future<Output=()>> |
7385 | 2025-03-07T22:42:42.530Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 |
7386 | 2025-03-07T22:42:42.530Z | 5: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7387 | 2025-03-07T22:42:42.530Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 |
7388 | 2025-03-07T22:42:42.530Z | 6: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7389 | 2025-03-07T22:42:42.531Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:57 |
7390 | 2025-03-07T22:42:42.531Z | 7: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
7391 | 2025-03-07T22:42:42.531Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5 |
7392 | 2025-03-07T22:42:42.531Z | 8: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
7393 | 2025-03-07T22:42:42.531Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5 |
7394 | 2025-03-07T22:42:42.531Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7395 | 2025-03-07T22:42:42.531Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25 |
7396 | 2025-03-07T22:42:42.531Z | 10: tokio::runtime::scheduler::current_thread::Context::enter |
7397 | 2025-03-07T22:42:42.531Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19 |
7398 | 2025-03-07T22:42:42.531Z | 11: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7399 | 2025-03-07T22:42:42.536Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:36 |
7400 | 2025-03-07T22:42:42.536Z | 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
7401 | 2025-03-07T22:42:42.536Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68 |
7402 | 2025-03-07T22:42:42.536Z | 13: tokio::runtime::context::scoped::Scoped<T>::set |
7403 | 2025-03-07T22:42:42.536Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9 |
7404 | 2025-03-07T22:42:42.536Z | 14: tokio::runtime::context::set_scheduler::{{closure}} |
7405 | 2025-03-07T22:42:42.536Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:26 |
7406 | 2025-03-07T22:42:42.536Z | 15: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
7407 | 2025-03-07T22:42:42.536Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 |
7408 | 2025-03-07T22:42:42.536Z | 16: std::thread::local::LocalKey<T>::with |
7409 | 2025-03-07T22:42:42.536Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 |
7410 | 2025-03-07T22:42:42.536Z | 17: tokio::runtime::context::set_scheduler |
7411 | 2025-03-07T22:42:42.537Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:9 |
7412 | 2025-03-07T22:42:42.537Z | 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
7413 | 2025-03-07T22:42:42.537Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27 |
7414 | 2025-03-07T22:42:42.538Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
7415 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:19 |
7416 | 2025-03-07T22:42:42.538Z | 20: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7417 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:28 |
7418 | 2025-03-07T22:42:42.538Z | 21: tokio::runtime::context::runtime::enter_runtime |
7419 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16 |
7420 | 2025-03-07T22:42:42.538Z | 22: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7421 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9 |
7422 | 2025-03-07T22:42:42.538Z | 23: tokio::runtime::runtime::Runtime::block_on_inner |
7423 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:47 |
7424 | 2025-03-07T22:42:42.538Z | 24: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7425 | 2025-03-07T22:42:42.538Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:342:13 |
7426 | 2025-03-07T22:42:42.538Z | 25: test_self_stat_collection_count |
7427 | 2025-03-07T22:42:42.538Z | at ./src/agent.rs:844:9 |
7428 | 2025-03-07T22:42:42.538Z | 26: oximeter_collector::agent::tests::test_self_stat_collection_count::{{closure}} |
7429 | 2025-03-07T22:42:42.538Z | at ./src/agent.rs:774:47 |
7430 | 2025-03-07T22:42:42.538Z | 27: core::ops::function::FnOnce::call_once |
7431 | 2025-03-07T22:42:42.538Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 |
7432 | 2025-03-07T22:42:42.538Z | 28: core::ops::function::FnOnce::call_once |
7433 | 2025-03-07T22:42:42.538Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 |
7434 | 2025-03-07T22:42:42.539Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
7435 | 2025-03-07T22:42:42.539Z | |
7436 | 2025-03-07T22:42:42.539Z | FAIL [ 1.516s] oximeter-collector agent::tests::test_self_stat_error_counter |
7437 | 2025-03-07T22:42:42.539Z | ──── STDOUT: oximeter-collector agent::tests::test_self_stat_error_counter |
7438 | 2025-03-07T22:42:42.539Z | |
7439 | 2025-03-07T22:42:42.539Z | running 1 test |
7440 | 2025-03-07T22:42:42.539Z | test agent::tests::test_self_stat_error_counter ... FAILED |
7441 | 2025-03-07T22:42:42.539Z | |
7442 | 2025-03-07T22:42:42.539Z | failures: |
7443 | 2025-03-07T22:42:42.539Z | |
7444 | 2025-03-07T22:42:42.539Z | failures: |
7445 | 2025-03-07T22:42:42.540Z | agent::tests::test_self_stat_error_counter |
7446 | 2025-03-07T22:42:42.540Z | |
7447 | 2025-03-07T22:42:42.540Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 7 filtered out; finished in 1.45s |
7448 | 2025-03-07T22:42:42.540Z | |
7449 | 2025-03-07T22:42:42.540Z | ──── STDERR: oximeter-collector agent::tests::test_self_stat_error_counter |
7450 | 2025-03-07T22:42:42.540Z | log file: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_error_counter.194.0.log |
7451 | 2025-03-07T22:42:42.540Z | note: configured to log to "/var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_error_counter.194.0.log" |
7452 | 2025-03-07T22:42:42.540Z | |
7453 | 2025-03-07T22:42:42.540Z | thread 'agent::tests::test_self_stat_error_counter' panicked at oximeter/collector/src/agent.rs:997:9: |
7454 | 2025-03-07T22:42:42.540Z | assertion `left == right` failed: unexpected failed_collections content: {CollectionsInProgress: FailedCollections { base_route: "", producer_id: fc166174-20ea-45f9-a9fb-42d4087c92e6, producer_ip: 127.0.0.1, producer_port: 44635, reason: "collections in progress", datum: Cumulative { start_time: 2025-03-07T22:42:38.926553188Z, value: 1 } }, Other(500): FailedCollections { base_route: "", producer_id: fc166174-20ea-45f9-a9fb-42d4087c92e6, producer_ip: 127.0.0.1, producer_port: 44635, reason: "500", datum: Cumulative { start_time: 2025-03-07T22:42:38.947121100Z, value: 4 } }} |
7455 | 2025-03-07T22:42:42.540Z | left: 2 |
7456 | 2025-03-07T22:42:42.540Z | right: 1 |
7457 | 2025-03-07T22:42:42.540Z | stack backtrace: |
7458 | 2025-03-07T22:42:42.540Z | 0: rust_begin_unwind |
7459 | 2025-03-07T22:42:42.540Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 |
7460 | 2025-03-07T22:42:42.540Z | 1: core::panicking::panic_fmt |
7461 | 2025-03-07T22:42:42.540Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 |
7462 | 2025-03-07T22:42:42.540Z | 2: core::panicking::assert_failed_inner |
7463 | 2025-03-07T22:42:42.540Z | 3: core::panicking::assert_failed |
7464 | 2025-03-07T22:42:42.540Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:364:5 |
7465 | 2025-03-07T22:42:42.540Z | 4: {async_block#0} |
7466 | 2025-03-07T22:42:42.540Z | at ./src/agent.rs:997:9 |
7467 | 2025-03-07T22:42:42.540Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
7468 | 2025-03-07T22:42:42.540Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 |
7469 | 2025-03-07T22:42:42.540Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7470 | 2025-03-07T22:42:42.540Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/future/future.rs:124:9 |
7471 | 2025-03-07T22:42:42.540Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7472 | 2025-03-07T22:42:42.540Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:57 |
7473 | 2025-03-07T22:42:42.540Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
7474 | 2025-03-07T22:42:42.540Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:107:5 |
7475 | 2025-03-07T22:42:42.540Z | 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
7476 | 2025-03-07T22:42:42.540Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/coop.rs:73:5 |
7477 | 2025-03-07T22:42:42.540Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7478 | 2025-03-07T22:42:42.540Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:729:25 |
7479 | 2025-03-07T22:42:42.540Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
7480 | 2025-03-07T22:42:42.540Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:428:19 |
7481 | 2025-03-07T22:42:42.541Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
7482 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:728:36 |
7483 | 2025-03-07T22:42:42.541Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
7484 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:68 |
7485 | 2025-03-07T22:42:42.541Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
7486 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/scoped.rs:40:9 |
7487 | 2025-03-07T22:42:42.541Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
7488 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:26 |
7489 | 2025-03-07T22:42:42.541Z | 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
7490 | 2025-03-07T22:42:42.541Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:308:12 |
7491 | 2025-03-07T22:42:42.541Z | 17: std::thread::local::LocalKey<T>::with |
7492 | 2025-03-07T22:42:42.541Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/local.rs:272:9 |
7493 | 2025-03-07T22:42:42.541Z | 18: tokio::runtime::context::set_scheduler |
7494 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context.rs:180:9 |
7495 | 2025-03-07T22:42:42.541Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
7496 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:807:27 |
7497 | 2025-03-07T22:42:42.541Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
7498 | 2025-03-07T22:42:42.541Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:716:19 |
7499 | 2025-03-07T22:42:42.547Z | 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7500 | 2025-03-07T22:42:42.547Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:196:28 |
7501 | 2025-03-07T22:42:42.547Z | 22: tokio::runtime::context::runtime::enter_runtime |
7502 | 2025-03-07T22:42:42.547Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/context/runtime.rs:65:16 |
7503 | 2025-03-07T22:42:42.547Z | 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7504 | 2025-03-07T22:42:42.547Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/scheduler/current_thread/mod.rs:184:9 |
7505 | 2025-03-07T22:42:42.547Z | 24: tokio::runtime::runtime::Runtime::block_on_inner |
7506 | 2025-03-07T22:42:42.547Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:368:47 |
7507 | 2025-03-07T22:42:42.547Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
7508 | 2025-03-07T22:42:42.547Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/runtime.rs:342:13 |
7509 | 2025-03-07T22:42:42.548Z | 26: test_self_stat_error_counter |
7510 | 2025-03-07T22:42:42.548Z | at ./src/agent.rs:1003:9 |
7511 | 2025-03-07T22:42:42.548Z | 27: oximeter_collector::agent::tests::test_self_stat_error_counter::{{closure}} |
7512 | 2025-03-07T22:42:42.548Z | at ./src/agent.rs:913:44 |
7513 | 2025-03-07T22:42:42.548Z | 28: core::ops::function::FnOnce::call_once |
7514 | 2025-03-07T22:42:42.548Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 |
7515 | 2025-03-07T22:42:42.548Z | 29: core::ops::function::FnOnce::call_once |
7516 | 2025-03-07T22:42:42.548Z | at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 |
7517 | 2025-03-07T22:42:42.548Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
7518 | 2025-03-07T22:42:42.548Z | |
7519 | 2025-03-07T22:42:42.646Z | PASS [ 0.973s] oximeter-db client::oxql::tests::test_get_entire_table |
7520 | 2025-03-07T22:42:42.717Z | PASS [ 0.070s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
7521 | 2025-03-07T22:42:43.129Z | PASS [ 0.602s] oximeter-db client::tests::can_ping_clickhouse |
7522 | 2025-03-07T22:42:43.152Z | PASS [ 1.119s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
7523 | 2025-03-07T22:42:43.408Z | PASS [ 0.952s] oximeter-db client::oxql::tests::test_limit_operations |
7524 | 2025-03-07T22:42:43.431Z | PASS [ 0.984s] oximeter-db client::oxql::tests::test_get_one_timeseries |
7525 | 2025-03-07T22:42:43.877Z | PASS [ 0.723s] oximeter-db client::tests::read_latest_version_reports_max |
7526 | 2025-03-07T22:42:44.037Z | PASS [ 0.602s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero |
7527 | 2025-03-07T22:42:44.227Z | PASS [ 0.777s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero |
7528 | 2025-03-07T22:42:44.745Z | PASS [ 0.868s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero |
7529 | 2025-03-07T22:42:44.803Z | PASS [ 0.614s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
7530 | 2025-03-07T22:42:44.918Z | PASS [ 0.881s] oximeter-db client::tests::select_timeseries_with_select_one |
7531 | 2025-03-07T22:42:45.113Z | PASS [ 2.395s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
7532 | 2025-03-07T22:42:45.423Z | PASS [ 2.293s] oximeter-db client::tests::insert_samples_fails_fast |
7533 | 2025-03-07T22:42:45.542Z | PASS [ 0.798s] oximeter-db client::tests::test_client_select_timeseries_one |
7534 | 2025-03-07T22:42:45.581Z | PASS [ 0.781s] oximeter-db client::tests::test_database_version_update_is_idempotent |
7535 | 2025-03-07T22:42:45.651Z | PASS [ 0.735s] oximeter-db client::tests::test_database_version_will_not_downgrade |
7536 | 2025-03-07T22:42:45.850Z | PASS [ 0.736s] oximeter-db client::tests::test_database_version_will_not_upgrade |
7537 | 2025-03-07T22:42:46.317Z | PASS [ 0.894s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
7538 | 2025-03-07T22:42:46.355Z | PASS [ 0.812s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
7539 | 2025-03-07T22:42:46.370Z | PASS [ 0.788s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
7540 | 2025-03-07T22:42:46.394Z | PASS [ 0.742s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
7541 | 2025-03-07T22:42:47.142Z | PASS [ 0.823s] oximeter-db client::tests::test_field_record_count |
7542 | 2025-03-07T22:42:47.175Z | PASS [ 0.820s] oximeter-db client::tests::test_get_schema_no_new_values |
7543 | 2025-03-07T22:42:47.245Z | PASS [ 0.851s] oximeter-db client::tests::test_is_oximeter_cluster |
7544 | 2025-03-07T22:42:47.249Z | PASS [ 0.874s] oximeter-db client::tests::test_insert_samples |
7545 | 2025-03-07T22:42:47.283Z | PASS [ 0.036s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
7546 | 2025-03-07T22:42:47.289Z | PASS [ 0.043s] oximeter-db client::tests::test_read_timeseries_to_delete |
7547 | 2025-03-07T22:42:47.308Z | PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
7548 | 2025-03-07T22:42:47.315Z | PASS [ 0.025s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
7549 | 2025-03-07T22:42:47.323Z | PASS [ 1.473s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
7550 | 2025-03-07T22:42:47.368Z | PASS [ 7.228s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
7551 | 2025-03-07T22:42:47.893Z | PASS [ 0.718s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
7552 | 2025-03-07T22:42:47.896Z | PASS [ 0.751s] oximeter-db client::tests::test_list_timeseries |
7553 | 2025-03-07T22:42:48.535Z | PASS [ 0.728s] oximeter-db client::tests::test_schema_mismatch |
7554 | 2025-03-07T22:42:48.542Z | PASS [ 0.745s] oximeter-db client::tests::test_schema_update |
7555 | 2025-03-07T22:42:48.542Z | PASS [ 0.818s] oximeter-db client::tests::test_select_all_datum_types |
7556 | 2025-03-07T22:42:48.542Z | PASS [ 1.121s] oximeter-db client::tests::test_recall_of_all_fields |
7557 | 2025-03-07T22:42:49.407Z | PASS [ 0.759s] oximeter-db client::tests::test_select_all_field_types |
7558 | 2025-03-07T22:42:49.446Z | PASS [ 0.801s] oximeter-db client::tests::test_select_timeseries_with_all |
7559 | 2025-03-07T22:42:49.446Z | PASS [ 0.812s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
7560 | 2025-03-07T22:42:49.446Z | PASS [ 1.024s] oximeter-db client::tests::test_select_timeseries_with_limit |
7561 | 2025-03-07T22:42:49.446Z | PASS [ 0.998s] oximeter-db client::tests::test_select_timeseries_with_order |
7562 | 2025-03-07T22:42:49.446Z | PASS [ 0.024s] oximeter-db client::tests::test_unravel_index |
7563 | 2025-03-07T22:42:49.446Z | PASS [ 0.035s] oximeter-db client::tests::test_verify_schema_upgrades |
7564 | 2025-03-07T22:42:49.446Z | PASS [ 0.026s] oximeter-db model::fields::tests::test_extract_fields_as_block |
7565 | 2025-03-07T22:42:49.446Z | PASS [ 0.029s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns |
7566 | 2025-03-07T22:42:49.446Z | PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative |
7567 | 2025-03-07T22:42:49.446Z | PASS [ 0.808s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
7568 | 2025-03-07T22:42:49.446Z | PASS [ 0.034s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge |
7569 | 2025-03-07T22:42:49.446Z | PASS [ 0.039s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram |
7570 | 2025-03-07T22:42:49.446Z | PASS [ 0.038s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar |
7571 | 2025-03-07T22:42:49.446Z | PASS [ 0.027s] oximeter-db native::block::tests::concat_blocks |
7572 | 2025-03-07T22:42:49.446Z | PASS [ 0.026s] oximeter-db native::block::tests::datetime64_scale_checks_range |
7573 | 2025-03-07T22:42:49.446Z | PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time |
7574 | 2025-03-07T22:42:49.446Z | PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time64 |
7575 | 2025-03-07T22:42:49.446Z | PASS [ 0.026s] oximeter-db native::block::tests::parse_escaped_date_time64 |
7576 | 2025-03-07T22:42:49.446Z | PASS [ 0.026s] oximeter-db native::block::tests::test_data_type_to_string |
7577 | 2025-03-07T22:42:49.446Z | PASS [ 0.024s] oximeter-db native::block::tests::test_datetime64_conversions |
7578 | 2025-03-07T22:42:49.446Z | PASS [ 0.023s] oximeter-db native::block::tests::test_parse_all_known_timezones |
7579 | 2025-03-07T22:42:49.461Z | PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes |
7580 | 2025-03-07T22:42:49.461Z | PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes |
7581 | 2025-03-07T22:42:49.461Z | PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum8 |
7582 | 2025-03-07T22:42:49.461Z | PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum_variant |
7583 | 2025-03-07T22:42:49.466Z | PASS [ 0.022s] oximeter-db native::block::tests::test_parse_invalid_data_type |
7584 | 2025-03-07T22:42:49.478Z | PASS [ 0.823s] oximeter-db client::tests::test_select_timeseries_with_start_time |
7585 | 2025-03-07T22:42:51.716Z | PASS [ 0.752s] oximeter-db client::tests::test_timeseries_schema_list |
7586 | 2025-03-07T22:42:51.779Z | PASS [ 0.750s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
7587 | 2025-03-07T22:42:51.779Z | PASS [ 1.276s] oximeter-db client::tests::test_sql_query_output |
7588 | 2025-03-07T22:42:51.779Z | PASS [ 0.583s] oximeter-db native::connection::tests::test_basic_select_query |
7589 | 2025-03-07T22:42:51.779Z | PASS [ 0.575s] oximeter-db native::connection::tests::test_exchange_hello |
7590 | 2025-03-07T22:42:51.779Z | PASS [ 0.681s] oximeter-db native::connection::tests::test_can_cancel_query |
7591 | 2025-03-07T22:42:51.869Z | PASS [ 0.580s] oximeter-db native::connection::tests::test_insert_and_select_data |
7592 | 2025-03-07T22:42:51.869Z | PASS [ 0.022s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
7593 | 2025-03-07T22:42:51.869Z | PASS [ 0.022s] oximeter-db native::io::block::tests::test_decode_full_block |
7594 | 2025-03-07T22:42:51.869Z | PASS [ 0.574s] oximeter-db native::connection::tests::test_insert_and_select_uuid |
7595 | 2025-03-07T22:42:51.869Z | PASS [ 0.022s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode |
7596 | 2025-03-07T22:42:51.869Z | PASS [ 0.021s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column |
7597 | 2025-03-07T22:42:51.869Z | PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
7598 | 2025-03-07T22:42:51.869Z | PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
7599 | 2025-03-07T22:42:51.869Z | PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_string_column |
7600 | 2025-03-07T22:42:51.869Z | PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uint64_column |
7601 | 2025-03-07T22:42:51.869Z | PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uint8_column |
7602 | 2025-03-07T22:42:51.869Z | PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uuid_column |
7603 | 2025-03-07T22:42:51.869Z | PASS [ 0.017s] oximeter-db native::io::column::tests::test_encode_decode_column |
7604 | 2025-03-07T22:42:51.869Z | PASS [ 0.015s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
7605 | 2025-03-07T22:42:51.869Z | PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
7606 | 2025-03-07T22:42:51.869Z | PASS [ 0.015s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
7607 | 2025-03-07T22:42:51.869Z | PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
7608 | 2025-03-07T22:42:51.869Z | PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
7609 | 2025-03-07T22:42:51.869Z | PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_pong |
7610 | 2025-03-07T22:42:51.869Z | PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
7611 | 2025-03-07T22:42:51.869Z | PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
7612 | 2025-03-07T22:42:51.870Z | PASS [ 0.577s] oximeter-db native::connection::tests::test_select_array_column |
7613 | 2025-03-07T22:42:51.870Z | PASS [ 0.018s] oximeter-db native::io::string::test::test_encode_decode |
7614 | 2025-03-07T22:42:51.870Z | PASS [ 0.019s] oximeter-db native::io::string::test::test_encode_hello_world |
7615 | 2025-03-07T22:42:51.870Z | PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count |
7616 | 2025-03-07T22:42:51.870Z | PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name |
7617 | 2025-03-07T22:42:51.870Z | PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts |
7618 | 2025-03-07T22:42:51.870Z | PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_description_with_default |
7619 | 2025-03-07T22:42:51.870Z | PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_descriptions |
7620 | 2025-03-07T22:42:51.871Z | PASS [ 0.020s] oximeter-db native::io::varuint::test_encode_decode_varuint |
7621 | 2025-03-07T22:42:51.871Z | PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
7622 | 2025-03-07T22:42:51.871Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
7623 | 2025-03-07T22:42:51.871Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
7624 | 2025-03-07T22:42:51.871Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_comparison |
7625 | 2025-03-07T22:42:51.871Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
7626 | 2025-03-07T22:42:51.871Z | PASS [ 0.578s] oximeter-db native::connection::tests::test_select_nullable_column |
7627 | 2025-03-07T22:42:51.871Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
7628 | 2025-03-07T22:42:51.871Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
7629 | 2025-03-07T22:42:51.871Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
7630 | 2025-03-07T22:42:51.871Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
7631 | 2025-03-07T22:42:51.871Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
7632 | 2025-03-07T22:42:51.871Z | PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
7633 | 2025-03-07T22:42:51.871Z | PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
7634 | 2025-03-07T22:42:51.871Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
7635 | 2025-03-07T22:42:51.871Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
7636 | 2025-03-07T22:42:51.872Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_group_by |
7637 | 2025-03-07T22:42:51.872Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
7638 | 2025-03-07T22:42:51.872Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_ident |
7639 | 2025-03-07T22:42:51.872Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
7640 | 2025-03-07T22:42:51.872Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
7641 | 2025-03-07T22:42:51.872Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
7642 | 2025-03-07T22:42:51.872Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
7643 | 2025-03-07T22:42:51.872Z | PASS [ 0.576s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
7644 | 2025-03-07T22:42:51.872Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
7645 | 2025-03-07T22:42:51.872Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
7646 | 2025-03-07T22:42:51.872Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
7647 | 2025-03-07T22:42:51.872Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
7648 | 2025-03-07T22:42:51.872Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
7649 | 2025-03-07T22:42:51.872Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query |
7650 | 2025-03-07T22:42:51.872Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
7651 | 2025-03-07T22:42:51.872Z | PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
7652 | 2025-03-07T22:42:51.872Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
7653 | 2025-03-07T22:42:51.872Z | PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
7654 | 2025-03-07T22:42:51.872Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer |
7655 | 2025-03-07T22:42:51.872Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
7656 | 2025-03-07T22:42:51.872Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
7657 | 2025-03-07T22:42:51.872Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
7658 | 2025-03-07T22:42:51.872Z | PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
7659 | 2025-03-07T22:42:51.872Z | PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
7660 | 2025-03-07T22:42:51.872Z | PASS [ 0.028s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
7661 | 2025-03-07T22:42:51.872Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
7662 | 2025-03-07T22:42:51.872Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
7663 | 2025-03-07T22:42:51.873Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
7664 | 2025-03-07T22:42:51.873Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
7665 | 2025-03-07T22:42:51.873Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
7666 | 2025-03-07T22:42:51.873Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
7667 | 2025-03-07T22:42:51.873Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
7668 | 2025-03-07T22:42:51.873Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
7669 | 2025-03-07T22:42:51.873Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
7670 | 2025-03-07T22:42:51.873Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
7671 | 2025-03-07T22:42:51.873Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
7672 | 2025-03-07T22:42:51.873Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
7673 | 2025-03-07T22:42:51.873Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
7674 | 2025-03-07T22:42:51.873Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
7675 | 2025-03-07T22:42:51.873Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types |
7676 | 2025-03-07T22:42:51.873Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display |
7677 | 2025-03-07T22:42:51.873Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
7678 | 2025-03-07T22:42:51.873Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
7679 | 2025-03-07T22:42:51.873Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
7680 | 2025-03-07T22:42:51.873Z | PASS [ 0.019s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
7681 | 2025-03-07T22:42:51.873Z | PASS [ 0.018s] oximeter-db oxql::plan::align::test::test_align_input_schema |
7682 | 2025-03-07T22:42:51.873Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display |
7683 | 2025-03-07T22:42:51.873Z | PASS [ 0.096s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables |
7684 | 2025-03-07T22:42:51.873Z | PASS [ 0.091s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables |
7685 | 2025-03-07T22:42:51.873Z | PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables |
7686 | 2025-03-07T22:42:51.873Z | PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types |
7687 | 2025-03-07T22:42:51.873Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table |
7688 | 2025-03-07T22:42:51.873Z | PASS [ 0.086s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema |
7689 | 2025-03-07T22:42:51.873Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables |
7690 | 2025-03-07T22:42:51.873Z | PASS [ 0.091s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node |
7691 | 2025-03-07T22:42:51.925Z | PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes |
7692 | 2025-03-07T22:42:51.925Z | PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields |
7693 | 2025-03-07T22:42:51.925Z | PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema |
7694 | 2025-03-07T22:42:51.926Z | PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align |
7695 | 2025-03-07T22:42:51.926Z | PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes |
7696 | 2025-03-07T22:42:51.926Z | PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by |
7697 | 2025-03-07T22:42:51.926Z | PASS [ 0.120s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries |
7698 | 2025-03-07T22:42:51.926Z | PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join |
7699 | 2025-03-07T22:42:51.926Z | PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan |
7700 | 2025-03-07T22:42:51.926Z | PASS [ 0.095s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables |
7701 | 2025-03-07T22:42:51.926Z | PASS [ 0.108s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment |
7702 | 2025-03-07T22:42:51.926Z | PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment |
7703 | 2025-03-07T22:42:51.926Z | PASS [ 0.019s] oximeter-db oxql::query::tests::test_coalesce_limits |
7704 | 2025-03-07T22:42:51.926Z | PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
7705 | 2025-03-07T22:42:51.926Z | PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
7706 | 2025-03-07T22:42:51.926Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
7707 | 2025-03-07T22:42:51.926Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
7708 | 2025-03-07T22:42:51.926Z | PASS [ 0.104s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently |
7709 | 2025-03-07T22:42:51.926Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
7710 | 2025-03-07T22:42:51.926Z | PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment |
7711 | 2025-03-07T22:42:51.926Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
7712 | 2025-03-07T22:42:51.926Z | PASS [ 0.114s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment |
7713 | 2025-03-07T22:42:51.926Z | PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates |
7714 | 2025-03-07T22:42:51.926Z | PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
7715 | 2025-03-07T22:42:51.926Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
7716 | 2025-03-07T22:42:51.926Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
7717 | 2025-03-07T22:42:51.927Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
7718 | 2025-03-07T22:42:51.927Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
7719 | 2025-03-07T22:42:51.927Z | PASS [ 0.020s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
7720 | 2025-03-07T22:42:51.927Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time |
7721 | 2025-03-07T22:42:51.927Z | PASS [ 0.019s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
7722 | 2025-03-07T22:42:51.927Z | PASS [ 0.020s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
7723 | 2025-03-07T22:42:51.927Z | PASS [ 0.018s] oximeter-db query::tests::test_field_cmp |
7724 | 2025-03-07T22:42:51.927Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_split_query |
7725 | 2025-03-07T22:42:51.927Z | PASS [ 0.020s] oximeter-db query::tests::test_field_selector_as_query |
7726 | 2025-03-07T22:42:51.927Z | PASS [ 0.024s] oximeter-db query::tests::test_field_value_as_db_str |
7727 | 2025-03-07T22:42:51.927Z | PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_field_selectors |
7728 | 2025-03-07T22:42:51.927Z | PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts |
7729 | 2025-03-07T22:42:51.927Z | PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_filter_raw |
7730 | 2025-03-07T22:42:51.927Z | PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_full |
7731 | 2025-03-07T22:42:51.927Z | PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_limit_offset |
7732 | 2025-03-07T22:42:51.927Z | PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_fields |
7733 | 2025-03-07T22:42:51.927Z | PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_selectors |
7734 | 2025-03-07T22:42:51.927Z | PASS [ 0.027s] oximeter-db query::tests::test_string_field_selector |
7735 | 2025-03-07T22:42:51.927Z | PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset |
7736 | 2025-03-07T22:42:51.927Z | PASS [ 0.027s] oximeter-db query::tests::test_time_range |
7737 | 2025-03-07T22:42:51.927Z | PASS [ 0.028s] oximeter-db sql::tests::test_allow_subqueries |
7738 | 2025-03-07T22:42:51.928Z | PASS [ 0.022s] oximeter-db sql::tests::test_cannot_name_database |
7739 | 2025-03-07T22:42:51.928Z | PASS [ 0.025s] oximeter-db sql::tests::test_ctes_are_not_supported |
7740 | 2025-03-07T22:42:51.928Z | PASS [ 0.025s] oximeter-db sql::tests::test_function_allow_list |
7741 | 2025-03-07T22:42:51.928Z | PASS [ 0.022s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
7742 | 2025-03-07T22:42:51.929Z | PASS [ 0.024s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
7743 | 2025-03-07T22:42:51.929Z | PASS [ 0.034s] oximeter-db sql::tests::test_query_must_be_select_statement |
7744 | 2025-03-07T22:42:51.929Z | PASS [ 0.028s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
7745 | 2025-03-07T22:42:51.929Z | PASS [ 0.053s] oximeter-db sql::tests::test_join_must_be_inner |
7746 | 2025-03-07T22:42:51.929Z | PASS [ 0.022s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
7747 | 2025-03-07T22:42:51.929Z | PASS [ 0.022s] oximeter-db tests::test_timeseries_key_field_stability |
7748 | 2025-03-07T22:42:51.929Z | PASS [ 0.028s] oximeter-db sql::tests::test_with_comma_join_fails |
7749 | 2025-03-07T22:42:51.929Z | PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability |
7750 | 2025-03-07T22:42:51.929Z | PASS [ 0.056s] oximeter-instruments http::tests::test_latency_tracker |
7751 | 2025-03-07T22:42:51.929Z | PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_kstat_interested |
7752 | 2025-03-07T22:42:53.016Z | PASS [ 0.299s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
7753 | 2025-03-07T22:42:53.115Z | PASS [ 0.343s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
7754 | 2025-03-07T22:42:53.115Z | PASS [ 0.296s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
7755 | 2025-03-07T22:42:53.115Z | PASS [ 0.057s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
7756 | 2025-03-07T22:42:53.115Z | PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
7757 | 2025-03-07T22:42:53.115Z | PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
7758 | 2025-03-07T22:42:53.115Z | PASS [ 0.040s] oximeter-instruments kstat::link::tests::test_sled_datalink |
7759 | 2025-03-07T22:42:53.116Z | PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
7760 | 2025-03-07T22:42:53.116Z | PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
7761 | 2025-03-07T22:42:53.116Z | PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
7762 | 2025-03-07T22:42:53.116Z | PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
7763 | 2025-03-07T22:42:53.116Z | PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
7764 | 2025-03-07T22:42:53.116Z | PASS [ 0.021s] oximeter-macro-impl tests::test_metric_annotated_field |
7765 | 2025-03-07T22:42:53.116Z | PASS [ 0.021s] oximeter-macro-impl tests::test_metric_enum |
7766 | 2025-03-07T22:42:53.116Z | PASS [ 0.026s] oximeter-macro-impl tests::test_metric_datum_field |
7767 | 2025-03-07T22:42:53.116Z | PASS [ 0.019s] oximeter-macro-impl tests::test_metric_without_datum_field |
7768 | 2025-03-07T22:42:53.116Z | PASS [ 0.018s] oximeter-macro-impl tests::test_target |
7769 | 2025-03-07T22:42:53.116Z | PASS [ 0.018s] oximeter-macro-impl tests::test_target_empty_struct |
7770 | 2025-03-07T22:42:53.116Z | PASS [ 0.017s] oximeter-macro-impl tests::test_target_enum |
7771 | 2025-03-07T22:42:53.116Z | PASS [ 1.435s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
7772 | 2025-03-07T22:42:53.116Z | PASS [ 0.018s] oximeter-macro-impl tests::test_target_unit_struct |
7773 | 2025-03-07T22:42:53.116Z | PASS [ 0.022s] oximeter-macro-impl tests::test_target_with_datum_field |
7774 | 2025-03-07T22:42:53.116Z | PASS [ 0.083s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
7775 | 2025-03-07T22:42:53.116Z | PASS [ 0.089s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
7776 | 2025-03-07T22:42:53.116Z | PASS [ 0.079s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
7777 | 2025-03-07T22:42:53.116Z | PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
7778 | 2025-03-07T22:42:53.116Z | PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
7779 | 2025-03-07T22:42:53.116Z | PASS [ 0.039s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
7780 | 2025-03-07T22:42:53.116Z | PASS [ 0.025s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
7781 | 2025-03-07T22:42:53.116Z | PASS [ 0.041s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
7782 | 2025-03-07T22:42:53.116Z | PASS [ 0.031s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
7783 | 2025-03-07T22:42:53.116Z | PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
7784 | 2025-03-07T22:42:53.116Z | PASS [ 0.022s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
7785 | 2025-03-07T22:42:53.116Z | PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
7786 | 2025-03-07T22:42:53.116Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
7787 | 2025-03-07T22:42:53.116Z | PASS [ 0.048s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
7788 | 2025-03-07T22:42:53.116Z | PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
7789 | 2025-03-07T22:42:53.116Z | PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
7790 | 2025-03-07T22:42:53.116Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
7791 | 2025-03-07T22:42:53.116Z | PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_descriptions |
7792 | 2025-03-07T22:42:53.116Z | PASS [ 0.031s] oximeter-schema ir::tests::fail_on_empty_metric_name |
7793 | 2025-03-07T22:42:53.117Z | PASS [ 0.030s] oximeter-schema ir::tests::fail_on_empty_target_name |
7794 | 2025-03-07T22:42:53.117Z | PASS [ 0.027s] oximeter-schema ir::tests::fail_on_very_long_field_names |
7795 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
7796 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
7797 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
7798 | 2025-03-07T22:42:53.117Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
7799 | 2025-03-07T22:42:53.117Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
7800 | 2025-03-07T22:42:53.117Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
7801 | 2025-03-07T22:42:53.117Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
7802 | 2025-03-07T22:42:53.117Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
7803 | 2025-03-07T22:42:53.117Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
7804 | 2025-03-07T22:42:53.117Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
7805 | 2025-03-07T22:42:53.117Z | PASS [ 0.030s] oximeter-schema ir::tests::only_support_format_version_1 |
7806 | 2025-03-07T22:42:53.117Z | PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
7807 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
7808 | 2025-03-07T22:42:53.117Z | PASS [ 0.083s] oximeter-test-utils tests::test_sample_struct |
7809 | 2025-03-07T22:42:53.117Z | PASS [ 0.072s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
7810 | 2025-03-07T22:42:53.117Z | PASS [ 0.090s] oximeter-test-utils tests::test_gen_test_samples |
7811 | 2025-03-07T22:42:53.117Z | PASS [ 0.027s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
7812 | 2025-03-07T22:42:53.117Z | PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range |
7813 | 2025-03-07T22:42:53.117Z | PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
7814 | 2025-03-07T22:42:53.117Z | PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range_from |
7815 | 2025-03-07T22:42:53.117Z | PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_to |
7816 | 2025-03-07T22:42:53.117Z | PASS [ 0.030s] oximeter-types histogram::tests::test_empty_bins_not_supported |
7817 | 2025-03-07T22:42:53.117Z | PASS [ 0.019s] oximeter-types histogram::tests::test_ensure_finite |
7818 | 2025-03-07T22:42:53.117Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_construct_with |
7819 | 2025-03-07T22:42:53.117Z | PASS [ 0.033s] oximeter-types histogram::tests::test_histogram |
7820 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_extreme_bins |
7821 | 2025-03-07T22:42:53.117Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_samples |
7822 | 2025-03-07T22:42:53.117Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_float_bins |
7823 | 2025-03-07T22:42:53.117Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
7824 | 2025-03-07T22:42:53.117Z | PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
7825 | 2025-03-07T22:42:53.117Z | PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_bins |
7826 | 2025-03-07T22:42:53.117Z | PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
7827 | 2025-03-07T22:42:53.117Z | PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
7828 | 2025-03-07T22:42:53.117Z | PASS [ 0.025s] oximeter-types histogram::tests::test_log_bins_u64 |
7829 | 2025-03-07T22:42:53.118Z | PASS [ 0.031s] oximeter-types histogram::tests::test_log_bins_u8 |
7830 | 2025-03-07T22:42:53.118Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
7831 | 2025-03-07T22:42:53.118Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
7832 | 2025-03-07T22:42:53.118Z | PASS [ 0.046s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
7833 | 2025-03-07T22:42:53.118Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
7834 | 2025-03-07T22:42:53.118Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
7835 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
7836 | 2025-03-07T22:42:53.118Z | PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
7837 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
7838 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
7839 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades |
7840 | 2025-03-07T22:42:53.118Z | PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
7841 | 2025-03-07T22:42:53.118Z | PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
7842 | 2025-03-07T22:42:53.118Z | PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
7843 | 2025-03-07T22:42:53.118Z | PASS [ 0.020s] oximeter-types quantile::tests::test_default_percentiles |
7844 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types quantile::tests::test_empty_observations |
7845 | 2025-03-07T22:42:53.118Z | PASS [ 0.020s] oximeter-types quantile::tests::test_find_cells |
7846 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types quantile::tests::test_float_observations |
7847 | 2025-03-07T22:42:53.118Z | PASS [ 0.021s] oximeter-types quantile::tests::test_integer_observations |
7848 | 2025-03-07T22:42:53.118Z | PASS [ 0.019s] oximeter-types quantile::tests::test_invalid_p_value |
7849 | 2025-03-07T22:42:53.118Z | PASS [ 0.018s] oximeter-types quantile::tests::test_max_p |
7850 | 2025-03-07T22:42:53.118Z | PASS [ 0.020s] oximeter-types quantile::tests::test_min_p |
7851 | 2025-03-07T22:42:53.118Z | PASS [ 0.019s] oximeter-types quantile::tests::test_non_filled_observations |
7852 | 2025-03-07T22:42:53.118Z | PASS [ 0.026s] oximeter-types quantile::tests::test_rounding |
7853 | 2025-03-07T22:42:53.332Z | PASS [ 0.026s] oximeter-types schema::tests::test_field_schema_ordering |
7854 | 2025-03-07T22:42:53.332Z | PASS [ 0.038s] oximeter-types schema::tests::test_timeseries_name |
7855 | 2025-03-07T22:42:53.332Z | PASS [ 0.031s] oximeter-types schema::tests::test_timeseries_name_from_str |
7856 | 2025-03-07T22:42:53.333Z | PASS [ 0.029s] oximeter-types traits::tests::test_metric_trait |
7857 | 2025-03-07T22:42:53.333Z | PASS [ 0.026s] oximeter-types traits::tests::test_producer_trait |
7858 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64 |
7859 | 2025-03-07T22:42:53.333Z | PASS [ 0.025s] oximeter-types traits::tests::test_target_trait |
7860 | 2025-03-07T22:42:53.333Z | PASS [ 0.023s] oximeter-types types::tests::test_cumulative_i64 |
7861 | 2025-03-07T22:42:53.333Z | PASS [ 0.024s] oximeter-types types::tests::test_datum |
7862 | 2025-03-07T22:42:53.333Z | PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
7863 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
7864 | 2025-03-07T22:42:53.333Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
7865 | 2025-03-07T22:42:53.333Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
7866 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
7867 | 2025-03-07T22:42:53.333Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
7868 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
7869 | 2025-03-07T22:42:53.333Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
7870 | 2025-03-07T22:42:53.333Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
7871 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
7872 | 2025-03-07T22:42:53.333Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
7873 | 2025-03-07T22:42:53.333Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
7874 | 2025-03-07T22:42:53.333Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
7875 | 2025-03-07T22:42:53.333Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
7876 | 2025-03-07T22:42:53.333Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
7877 | 2025-03-07T22:42:53.333Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
7878 | 2025-03-07T22:42:53.333Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
7879 | 2025-03-07T22:42:53.333Z | PASS [ 0.022s] oximeter-types types::tests::test_measurement |
7880 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oximeter-types types::tests::test_verify_field_names |
7881 | 2025-03-07T22:42:53.333Z | PASS [ 0.019s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
7882 | 2025-03-07T22:42:53.333Z | PASS [ 0.026s] oxlog tests::test_is_oxide_smf_log_file |
7883 | 2025-03-07T22:42:53.333Z | PASS [ 0.020s] oxlog tests::test_sort_logs |
7884 | 2025-03-07T22:42:53.333Z | PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double_distribution |
7885 | 2025-03-07T22:42:53.333Z | PASS [ 0.062s] oxql-types point::tests::test_cast_points_from_bool |
7886 | 2025-03-07T22:42:53.333Z | PASS [ 0.062s] oxql-types point::tests::test_cast_points_from_double |
7887 | 2025-03-07T22:42:53.333Z | PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_integer |
7888 | 2025-03-07T22:42:53.333Z | PASS [ 0.032s] oxql-types point::tests::test_cast_points_from_int_distribution |
7889 | 2025-03-07T22:42:53.333Z | PASS [ 0.037s] oxql-types point::tests::test_cast_points_from_string |
7890 | 2025-03-07T22:42:53.341Z | PASS [ 0.024s] oxql-types point::tests::test_join_point_arrays |
7891 | 2025-03-07T22:42:53.341Z | PASS [ 0.023s] oxql-types point::tests::test_point_delta_between |
7892 | 2025-03-07T22:42:53.341Z | PASS [ 0.024s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
7893 | 2025-03-07T22:42:53.346Z | PASS [ 0.021s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
7894 | 2025-03-07T22:42:53.346Z | PASS [ 0.020s] oxql-types point::tests::test_push_concrete_values |
7895 | 2025-03-07T22:42:53.356Z | PASS [ 0.024s] oxql-types point::tests::test_sub_between_histogram_distributions |
7896 | 2025-03-07T22:42:53.372Z | PASS [ 0.016s] range-requests test::invalid_ranges |
7897 | 2025-03-07T22:42:53.387Z | PASS [ 0.015s] range-requests test::parse_range_invalid |
7898 | 2025-03-07T22:42:53.396Z | PASS [ 0.057s] range-requests test::get_response_no_range |
7899 | 2025-03-07T22:42:53.403Z | PASS [ 0.058s] range-requests test::get_response_with_range |
7900 | 2025-03-07T22:42:53.524Z | PASS [ 0.021s] range-requests test::parse_range_valid |
7901 | 2025-03-07T22:42:53.534Z | PASS [ 0.021s] range-requests test::single_range_parsing_does_not_crash |
7902 | 2025-03-07T22:42:53.534Z | PASS [ 0.034s] range-requests test::potential_range_parsing_does_not_crash |
7903 | 2025-03-07T22:42:54.353Z | PASS [ 0.835s] reconfigurator-cli::test_basic test_example |
7904 | 2025-03-07T22:42:54.353Z | PASS [ 0.856s] reconfigurator-cli::test_basic test_basic |
7905 | 2025-03-07T22:42:54.638Z | PASS [ 0.126s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns |
7906 | 2025-03-07T22:42:54.661Z | PASS [ 0.153s] reconfigurator-cli::test_basic test_set_zone_images |
7907 | 2025-03-07T22:42:54.661Z | PASS [ 0.133s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
7908 | 2025-03-07T22:42:54.661Z | PASS [ 0.107s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
7909 | 2025-03-07T22:42:54.661Z | PASS [ 0.044s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
7910 | 2025-03-07T22:42:54.661Z | PASS [ 0.051s] sled-agent-types rack_init::tests::parse_rack_initialization |
7911 | 2025-03-07T22:42:54.661Z | PASS [ 0.020s] sled-agent-types rack_init::tests::test_subnets |
7912 | 2025-03-07T22:42:54.662Z | PASS [ 0.052s] sled-agent-types rack_init::tests::test_extra_certs |
7913 | 2025-03-07T22:42:54.662Z | PASS [ 0.041s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
7914 | 2025-03-07T22:42:54.668Z | PASS [ 0.023s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
7915 | 2025-03-07T22:42:54.668Z | PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_compare_bundles |
7916 | 2025-03-07T22:42:54.679Z | PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_priority_dimension |
7917 | 2025-03-07T22:42:54.694Z | PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
7918 | 2025-03-07T22:42:54.694Z | PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
7919 | 2025-03-07T22:42:54.718Z | PASS [ 0.028s] sled-diagnostics queries::test::test_command_stdout_is_correct |
7920 | 2025-03-07T22:42:54.725Z | PASS [ 0.043s] sled-diagnostics queries::test::test_command_stderr_is_correct |
7921 | 2025-03-07T22:42:54.759Z | PASS [ 0.025s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved |
7922 | 2025-03-07T22:42:54.784Z | PASS [ 0.041s] sled-hardware disk::test::test_disk_paths |
7923 | 2025-03-07T22:42:54.805Z | PASS [ 0.021s] sled-hardware disk::test::test_partition_device_paths |
7924 | 2025-03-07T22:42:55.842Z | PASS [ 0.072s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
7925 | 2025-03-07T22:42:56.635Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
7926 | 2025-03-07T22:42:56.635Z | PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
7927 | 2025-03-07T22:42:56.635Z | PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
7928 | 2025-03-07T22:42:56.635Z | PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
7929 | 2025-03-07T22:42:56.635Z | PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
7930 | 2025-03-07T22:42:56.635Z | PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
7931 | 2025-03-07T22:42:56.635Z | PASS [ 0.020s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
7932 | 2025-03-07T22:42:56.635Z | PASS [ 0.061s] sled-storage dataset::test::serialize_dataset_name |
7933 | 2025-03-07T22:42:56.635Z | PASS [ 0.085s] sled-storage manager::test::test_datasets_schema |
7934 | 2025-03-07T22:42:56.635Z | PASS [ 0.022s] sled-storage manager::test::test_omicron_physical_disks_schema |
7935 | 2025-03-07T22:42:56.726Z | PASS [ 3.080s] oximeter-producer tests::test_producer_registration_task |
7936 | 2025-03-07T22:42:56.726Z | PASS [ 0.521s] sled-diagnostics queries::test::test_long_running_command_is_aborted |
7937 | 2025-03-07T22:42:56.726Z | PASS [ 0.081s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
7938 | 2025-03-07T22:42:56.726Z | PASS [ 1.039s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
7939 | 2025-03-07T22:42:56.907Z | PASS [ 1.698s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
7940 | 2025-03-07T22:42:57.667Z | PASS [ 2.315s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
7941 | 2025-03-07T22:42:57.737Z | PASS [ 0.044s] sled-storage manager::tests::ensure_using_exactly_these_disks |
7942 | 2025-03-07T22:42:58.811Z | PASS [ 1.990s] sled-storage manager::tests::ensure_datasets |
7943 | 2025-03-07T22:42:59.581Z | PASS [ 32.141s] omicron-sled-agent nexus::test::nexus_self_notification_test |
7944 | 2025-03-07T22:43:00.200Z | PASS [ 2.274s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
7945 | 2025-03-07T22:43:00.939Z | PASS [ 2.668s] sled-storage manager::tests::nested_dataset |
7946 | 2025-03-07T22:43:01.061Z | PASS [ 1.096s] sled-storage manager::tests::update_rawdisk_firmware |
7947 | 2025-03-07T22:43:02.282Z | PASS [ 2.740s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
7948 | 2025-03-07T22:43:03.315Z | PASS [ 2.253s] sled-storage manager::tests::upsert_filesystem_no_uuid |
7949 | 2025-03-07T22:43:03.364Z | PASS [ 2.424s] sled-storage manager::tests::upsert_filesystem |
7950 | 2025-03-07T22:43:03.423Z | PASS [ 1.141s] sled-storage manager::tests::wait_for_boot_disk |
7951 | 2025-03-07T22:43:04.041Z | PASS [ 0.676s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split |
7952 | 2025-03-07T22:43:04.043Z | PASS [ 0.725s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
7953 | 2025-03-07T22:43:04.100Z | PASS [ 0.059s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
7954 | 2025-03-07T22:43:04.117Z | PASS [ 0.075s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
7955 | 2025-03-07T22:43:04.179Z | PASS [ 0.078s] update-common artifacts::update_plan::tests::test_multi_rot_bord |
7956 | 2025-03-07T22:43:04.208Z | PASS [ 0.091s] update-common artifacts::update_plan::tests::test_multi_rot_version |
7957 | 2025-03-07T22:43:04.221Z | PASS [ 0.042s] update-common artifacts::update_plan::tests::test_split_control_plane |
7958 | 2025-03-07T22:43:04.247Z | PASS [ 0.038s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders |
7959 | 2025-03-07T22:43:04.285Z | PASS [ 0.063s] update-common artifacts::update_plan::tests::test_too_many_rot_bord |
7960 | 2025-03-07T22:43:04.329Z | PASS [ 0.082s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
7961 | 2025-03-07T22:43:04.502Z | PASS [ 0.172s] update-engine display::group_display::tests::test_stats |
7962 | 2025-03-07T22:43:04.530Z | PASS [ 0.027s] update-engine display::line_display_shared::tests::test_format_progress_counter |
7963 | 2025-03-07T22:43:04.563Z | PASS [ 0.033s] update-engine display::line_display_shared::tests::test_start_line |
7964 | 2025-03-07T22:43:04.593Z | PASS [ 0.030s] update-engine engine::tests::error_exits_early |
7965 | 2025-03-07T22:43:04.636Z | PASS [ 0.042s] update-engine events::tests::progress_event_parse_unknown |
7966 | 2025-03-07T22:43:04.645Z | PASS [ 0.358s] update-engine buffer::tests::test_buffer |
7967 | 2025-03-07T22:43:04.664Z | PASS [ 0.027s] update-engine events::tests::step_event_parse_unknown |
7968 | 2025-03-07T22:43:04.671Z | PASS [ 0.027s] update-engine spec::tests::test_merge_anyhow_list |
7969 | 2025-03-07T22:43:04.708Z | PASS [ 0.036s] wicket state::inventory::tests::component_id_display |
7970 | 2025-03-07T22:43:04.742Z | PASS [ 0.034s] wicket state::rack::tests::prev_next_are_opposites |
7971 | 2025-03-07T22:43:04.771Z | PASS [ 0.028s] wicket state::rack::tests::up_down_are_opposites |
7972 | 2025-03-07T22:43:04.881Z | PASS [ 0.216s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
7973 | 2025-03-07T22:43:04.998Z | PASS [ 0.116s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
7974 | 2025-03-07T22:43:05.197Z | PASS [ 0.199s] wicketd installinator_progress::tests::test_states |
7975 | 2025-03-07T22:43:05.299Z | PASS [ 0.102s] wicketd rss_config::tests::test_bgp_auth_key_states |
7976 | 2025-03-07T22:43:05.361Z | PASS [ 0.590s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
7977 | 2025-03-07T22:43:06.077Z | PASS [ 14.461s] oximeter-db::integration_test test_schemas_disjoint |
7978 | 2025-03-07T22:43:06.506Z | PASS [ 3.080s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
7979 | 2025-03-07T22:43:06.775Z | PASS [ 1.475s] wicketd::mod integration_tests::inventory::test_inventory |
7980 | 2025-03-07T22:43:07.233Z | PASS [ 1.156s] wicketd::mod integration_tests::updates::test_update_races |
7981 | 2025-03-07T22:43:07.742Z | PASS [ 10.834s] sled-storage manager::tests::ensure_many_datasets |
7982 | 2025-03-07T22:43:08.623Z | PASS [ 2.118s] wicketd::mod integration_tests::updates::test_updates |
7983 | 2025-03-07T22:43:09.141Z | PASS [ 3.778s] wicketd::mod integration_tests::updates::test_installinator_fetch |
7984 | 2025-03-07T22:43:10.521Z | PASS [ 17.092s] reconfigurator-cli::test_basic test_blueprint_edit |
7985 | 2025-03-07T22:43:10.830Z | PASS [ 19.214s] oximeter-db::integration_test test_cluster |
7986 | 2025-03-07T22:43:12.571Z | PASS [ 30.036s] oximeter-db client::tests::cannot_ping_nonexistent_server |
7987 | 2025-03-07T22:43:12.574Z | ──────────── |
7988 | 2025-03-07T22:43:12.574Z | Summary [2327.277s] 1909 tests run: 1907 passed (26 slow, 1 leaky), 2 failed, 4 skipped |
7989 | 2025-03-07T22:43:12.574Z | FAIL [ 1.555s] oximeter-collector agent::tests::test_self_stat_collection_count |
7990 | 2025-03-07T22:43:12.574Z | FAIL [ 1.516s] oximeter-collector agent::tests::test_self_stat_error_counter |
7991 | 2025-03-07T22:43:12.896Z | error: test run failed |
7992 | 2025-03-07T22:43:12.911Z | |
7993 | 2025-03-07T22:43:12.912Z | real 39:07.702809331 |
7994 | 2025-03-07T22:43:12.912Z | user 4:02:59.091624971 |
7995 | 2025-03-07T22:43:12.912Z | sys 43:01.946606074 |
7996 | 2025-03-07T22:43:12.912Z | trap 3:36.288172565 |
7997 | 2025-03-07T22:43:12.912Z | tflt 40.592638266 |
7998 | 2025-03-07T22:43:12.912Z | dflt 2:13.503276617 |
7999 | 2025-03-07T22:43:12.912Z | kflt 0.422258925 |
8000 | 2025-03-07T22:43:12.912Z | lock 1335:02:41.192410624 |
8001 | 2025-03-07T22:43:12.912Z | slp 107:31:21.687423986 |
8002 | 2025-03-07T22:43:12.912Z | lat 5:41:23.506422258 |
8003 | 2025-03-07T22:43:12.912Z | stop 1:10:11.285762017 |
8004 | 2025-03-07T22:43:13.404Z | process exited: duration 4131484 ms, exit code 100 |
|
8005 | 2025-03-07T22:43:13.420Z | found 5 output files |
8006 | 2025-03-07T22:43:13.420Z | uploading: /work/crate-build-timings.json (610458 bytes) |
8007 | 2025-03-07T22:43:14.481Z | uploaded: /work/crate-build-timings.json |
8008 | 2025-03-07T22:43:14.486Z | uploading: /work/environment.json (108 bytes) |
8009 | 2025-03-07T22:43:15.504Z | uploaded: /work/environment.json |
8010 | 2025-03-07T22:43:15.504Z | uploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (404903 bytes) |
8011 | 2025-03-07T22:43:16.522Z | uploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml |
8012 | 2025-03-07T22:43:16.525Z | uploading: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_collection_count.191.0.log (17122 bytes) |
8013 | 2025-03-07T22:43:17.534Z | uploaded: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_collection_count.191.0.log |
8014 | 2025-03-07T22:43:17.537Z | uploading: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_error_counter.194.0.log (15663 bytes) |
8015 | 2025-03-07T22:43:18.954Z | uploaded: /var/tmp/omicron_tmp/oximeter_collector-f75dff7e76d0dcd5-test_self_stat_error_counter.194.0.log |