|
|
|
1 | 2024-10-10T19:49:12.664Z | job assigned to worker 01J9VZKF4PWZ14YJGHPYP8STVK (queued for 52 s) |
|
2 | 2024-10-10T19:49:19.844Z | starting task 0: "setup" |
3 | 2024-10-10T19:49:19.853Z | ++ uname -s |
4 | 2024-10-10T19:49:19.856Z | + kern=SunOS |
5 | 2024-10-10T19:49:19.856Z | + case "$kern" in |
6 | 2024-10-10T19:49:19.856Z | + groupadd -g 12345 build |
7 | 2024-10-10T19:49:19.859Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-10T19:49:21.869Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-10T19:49:21.984Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-10T19:49:21.986Z | + home_fs=zfs |
11 | 2024-10-10T19:49:21.986Z | + [[ zfs == autofs ]] |
12 | 2024-10-10T19:49:21.986Z | + mkdir -p /home/build |
13 | 2024-10-10T19:49:21.989Z | + chown build:build /home/build /work |
14 | 2024-10-10T19:49:23.991Z | + chmod 0700 /home/build /work |
15 | 2024-10-10T19:49:23.993Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-10-10T19:49:23.999Z | starting task 1: "rust-toolchain" |
17 | 2024-10-10T19:49:24.005Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-10T19:49:24.005Z | ' 1.80.1 |
19 | 2024-10-10T19:49:24.007Z | * toolchain channel = "1.80.1" |
20 | 2024-10-10T19:49:24.008Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-10T19:49:24.008Z | ' default |
22 | 2024-10-10T19:49:24.008Z | * toolchain profile = "default" |
23 | 2024-10-10T19:49:24.008Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-10T19:49:24.008Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-10T19:49:24.126Z | info: downloading installer |
26 | 2024-10-10T19:49:25.287Z | info: profile set to 'default' |
27 | 2024-10-10T19:49:25.288Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-10T19:49:25.291Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-10T19:49:25.436Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-10T19:49:25.436Z | info: downloading component 'cargo' |
31 | 2024-10-10T19:49:26.267Z | info: downloading component 'clippy' |
32 | 2024-10-10T19:49:26.567Z | info: downloading component 'rust-docs' |
33 | 2024-10-10T19:49:27.817Z | info: downloading component 'rust-std' |
34 | 2024-10-10T19:49:29.449Z | info: downloading component 'rustc' |
35 | 2024-10-10T19:49:34.008Z | info: downloading component 'rustfmt' |
36 | 2024-10-10T19:49:34.250Z | info: installing component 'cargo' |
37 | 2024-10-10T19:49:35.092Z | info: installing component 'clippy' |
38 | 2024-10-10T19:49:35.465Z | info: installing component 'rust-docs' |
39 | 2024-10-10T19:49:37.080Z | info: installing component 'rust-std' |
40 | 2024-10-10T19:49:38.738Z | info: installing component 'rustc' |
41 | 2024-10-10T19:49:43.051Z | info: installing component 'rustfmt' |
42 | 2024-10-10T19:49:43.387Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-10T19:49:43.387Z | |
44 | 2024-10-10T19:49:43.637Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-10T19:49:43.637Z | |
46 | 2024-10-10T19:49:43.640Z | |
47 | 2024-10-10T19:49:43.640Z | Rust is installed now. Great! |
48 | 2024-10-10T19:49:43.640Z | |
49 | 2024-10-10T19:49:43.640Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-10T19:49:43.640Z | environment variable. This has not been done automatically. |
51 | 2024-10-10T19:49:43.640Z | |
52 | 2024-10-10T19:49:43.640Z | To configure your current shell, you need to source |
53 | 2024-10-10T19:49:43.640Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-10T19:49:43.640Z | |
55 | 2024-10-10T19:49:43.640Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-10T19:49:43.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-10T19:49:43.640Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-10T19:49:43.687Z | + rustc --version |
59 | 2024-10-10T19:49:43.750Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-10T19:49:43.753Z | process exited: duration 19749 ms, exit code 0 |
|
61 | 2024-10-10T19:49:43.758Z | starting task 2: "authentication" |
62 | 2024-10-10T19:49:43.778Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-10T19:49:43.783Z | starting task 3: "clone repository" |
64 | 2024-10-10T19:49:43.789Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-10T19:49:43.792Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-10T19:49:43.927Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-10T19:49:50.073Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-10T19:49:50.073Z | + git fetch origin b7e85bf63249cdc815c66b15a2ffbd9fc8930bac |
69 | 2024-10-10T19:49:50.381Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-10T19:49:50.381Z | * branch b7e85bf63249cdc815c66b15a2ffbd9fc8930bac -> FETCH_HEAD |
71 | 2024-10-10T19:49:50.391Z | + [[ -n sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client ]] |
72 | 2024-10-10T19:49:50.393Z | ++ git branch --show-current |
73 | 2024-10-10T19:49:50.395Z | + current=main |
74 | 2024-10-10T19:49:50.395Z | + [[ main != sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client ]] |
75 | 2024-10-10T19:49:50.395Z | + git branch -f sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client b7e85bf63249cdc815c66b15a2ffbd9fc8930bac |
76 | 2024-10-10T19:49:50.398Z | + git checkout -f sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client |
77 | 2024-10-10T19:49:50.563Z | Switched to branch 'sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client' |
78 | 2024-10-10T19:49:50.565Z | + git reset --hard b7e85bf63249cdc815c66b15a2ffbd9fc8930bac |
79 | 2024-10-10T19:49:50.595Z | HEAD is now at b7e85bf63 review |
80 | 2024-10-10T19:49:50.600Z | process exited: duration 6810 ms, exit code 0 |
|
81 | 2024-10-10T19:49:50.609Z | starting task 4: "build" |
82 | 2024-10-10T19:49:50.616Z | + source ./env.sh |
83 | 2024-10-10T19:49:50.616Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-10T19:49:50.616Z | ++ set -o xtrace |
85 | 2024-10-10T19:49:50.619Z | ++++ dirname ./env.sh |
86 | 2024-10-10T19:49:50.621Z | +++ readlink -f . |
87 | 2024-10-10T19:49:50.624Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-10T19:49:50.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-10T19:49:50.624Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-10T19:49:50.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-10T19:49:50.624Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-10-10T19:49:50.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-10T19:49:50.624Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-10T19:49:50.624Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-10-10T19:49:50.624Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-10T19:49:50.624Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-10T19:49:50.624Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-10T19:49:50.624Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-10T19:49:50.624Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-10T19:49:50.624Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-10T19:49:50.624Z | + target_os=illumos |
102 | 2024-10-10T19:49:50.624Z | + NEXTEST_VERSION=0.9.78 |
103 | 2024-10-10T19:49:50.624Z | + cargo --version |
104 | 2024-10-10T19:49:50.676Z | cargo 1.80.1 (376290515 2024-07-16) |
105 | 2024-10-10T19:49:50.679Z | + rustc --version |
106 | 2024-10-10T19:49:50.737Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
107 | 2024-10-10T19:49:50.740Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos |
108 | 2024-10-10T19:49:50.742Z | + gunzip |
109 | 2024-10-10T19:49:50.742Z | + tar -xvf - -C /home/build/.cargo/bin |
110 | 2024-10-10T19:49:51.804Z | x cargo-nextest, 16059952 bytes, 31368 tape blocks |
111 | 2024-10-10T19:49:51.807Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
112 | 2024-10-10T19:49:51.808Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
113 | 2024-10-10T19:49:51.808Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
114 | 2024-10-10T19:49:51.808Z | + mkdir /var/tmp/omicron_tmp |
115 | 2024-10-10T19:49:51.808Z | + OUTPUT_DIR=/work |
116 | 2024-10-10T19:49:51.809Z | + echo 'tests will store non-ephemeral output in /work' |
117 | 2024-10-10T19:49:51.809Z | tests will store non-ephemeral output in /work |
118 | 2024-10-10T19:49:51.809Z | + mkdir -p /work |
119 | 2024-10-10T19:49:51.812Z | + banner prerequisites |
120 | 2024-10-10T19:49:51.812Z | |
121 | 2024-10-10T19:49:51.812Z | ##### ##### ###### ##### ###### #### # # # #### # |
122 | 2024-10-10T19:49:51.812Z | # # # # # # # # # # # # # # # |
123 | 2024-10-10T19:49:51.812Z | # # # # ##### # # ##### # # # # # #### # |
124 | 2024-10-10T19:49:51.812Z | ##### ##### # ##### # # # # # # # # # |
125 | 2024-10-10T19:49:51.812Z | # # # # # # # # # # # # # # # |
126 | 2024-10-10T19:49:51.812Z | # # # ###### # # ###### ### # #### # #### # |
127 | 2024-10-10T19:49:51.812Z | |
128 | 2024-10-10T19:49:51.813Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
129 | 2024-10-10T19:49:58.405Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2024-10-10T19:50:01.540Z | Startup: Caching catalogs ... Done |
131 | 2024-10-10T19:50:06.620Z | Planning: Solver setup ... Done (4.328s) |
132 | 2024-10-10T19:50:06.689Z | Planning: Running solver ... Done (0.069s) |
133 | 2024-10-10T19:50:06.874Z | Planning: Finding local manifests ... Done (0.126s) |
134 | 2024-10-10T19:50:06.887Z | Planning: Fetching manifests: 0/5 0% complete |
135 | 2024-10-10T19:50:07.099Z | Planning: Fetching manifests: 5/5 100% complete |
136 | 2024-10-10T19:50:07.494Z | Planning: Package planning ... Done (0.394s) |
137 | 2024-10-10T19:50:07.549Z | Planning: Merging actions ... Done (0.056s) |
138 | 2024-10-10T19:50:08.322Z | Planning: Checking for conflicting actions ... Done (0.772s) |
139 | 2024-10-10T19:50:14.315Z | Planning: Consolidating action changes ... Done (5.992s) |
140 | 2024-10-10T19:50:14.855Z | Planning: Evaluating mediators ... Done (0.535s) |
141 | 2024-10-10T19:50:14.933Z | Planning: Planning completed in 13.31 seconds |
142 | 2024-10-10T19:50:14.947Z | Packages to install: 4 |
143 | 2024-10-10T19:50:14.948Z | Packages to update: 1 |
144 | 2024-10-10T19:50:14.956Z | Mediators to change: 2 |
145 | 2024-10-10T19:50:14.956Z | Services to change: 1 |
146 | 2024-10-10T19:50:14.956Z | Estimated space available: 155.70 GB |
147 | 2024-10-10T19:50:14.956Z | Estimated space to be consumed: 1.56 GB |
148 | 2024-10-10T19:50:14.957Z | Create boot environment: No |
149 | 2024-10-10T19:50:14.957Z | Create backup boot environment: Yes |
150 | 2024-10-10T19:50:14.957Z | Rebuild boot archive: No |
151 | 2024-10-10T19:50:14.957Z | |
152 | 2024-10-10T19:50:14.957Z | Changed mediators: |
153 | 2024-10-10T19:50:14.957Z | mediator clang: |
154 | 2024-10-10T19:50:14.957Z | version: None -> 15 (system default) |
155 | 2024-10-10T19:50:14.957Z | |
156 | 2024-10-10T19:50:14.957Z | mediator llvm: |
157 | 2024-10-10T19:50:14.957Z | version: 14 (system default) -> 15 (system default) |
158 | 2024-10-10T19:50:14.957Z | |
159 | 2024-10-10T19:50:14.957Z | Changed packages: |
160 | 2024-10-10T19:50:14.957Z | helios-dev |
161 | 2024-10-10T19:50:14.957Z | developer/build-essential |
162 | 2024-10-10T19:50:14.957Z | None -> 11-2.0 |
163 | 2024-10-10T19:50:14.957Z | library/libxmlsec1 |
164 | 2024-10-10T19:50:14.958Z | None -> 1.2.35-2.0 |
165 | 2024-10-10T19:50:14.958Z | ooce/developer/clang-15 |
166 | 2024-10-10T19:50:14.958Z | None -> 15.0.7-2.0 |
167 | 2024-10-10T19:50:14.958Z | ooce/developer/llvm-15 |
168 | 2024-10-10T19:50:14.958Z | None -> 15.0.7-2.0 |
169 | 2024-10-10T19:50:14.958Z | package/pkg |
170 | 2024-10-10T19:50:14.958Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
171 | 2024-10-10T19:50:14.958Z | |
172 | 2024-10-10T19:50:14.958Z | Services: |
173 | 2024-10-10T19:50:14.958Z | restart_fmri: |
174 | 2024-10-10T19:50:14.958Z | svc:/system/update-man-index:default |
175 | 2024-10-10T19:50:14.959Z | |
176 | 2024-10-10T19:50:14.959Z | Editable files to change: |
177 | 2024-10-10T19:50:14.959Z | Update: |
178 | 2024-10-10T19:50:14.959Z | usr/share/lib/pkg/web/config.shtml |
179 | 2024-10-10T19:50:15.293Z | |
180 | 2024-10-10T19:50:15.293Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
181 | 2024-10-10T19:50:20.298Z | Download: 403/4281 items 16.5/220.6MB 7% complete (3.4M/s) |
182 | 2024-10-10T19:50:25.301Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.5M/s) |
183 | 2024-10-10T19:50:30.338Z | Download: 1736/4281 items 117.3/220.6MB 53% complete (10.1M/s) |
184 | 2024-10-10T19:50:35.345Z | Download: 2237/4281 items 119.3/220.6MB 54% complete (3.6M/s) |
185 | 2024-10-10T19:50:40.348Z | Download: 3064/4281 items 121.4/220.6MB 55% complete (415k/s) |
186 | 2024-10-10T19:50:45.493Z | Download: 3325/4281 items 212.7/220.6MB 96% complete (9.4M/s) |
187 | 2024-10-10T19:50:51.144Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.9M/s) |
188 | 2024-10-10T19:50:51.248Z | Download: Completed 220.60 MB in 35.95 seconds (6.1M/s) |
189 | 2024-10-10T19:50:53.381Z | Actions: 1/5063 actions (Removing old actions) |
190 | 2024-10-10T19:50:53.399Z | Actions: 194/5063 actions (Installing new actions) |
191 | 2024-10-10T19:50:58.034Z | Actions: 4226/5063 actions (Updating modified actions) |
192 | 2024-10-10T19:50:58.335Z | Actions: Completed 5063 actions in 4.95 seconds. |
193 | 2024-10-10T19:50:58.521Z | Done (0.180s) |
194 | 2024-10-10T19:50:58.524Z | Done (0.000s) |
195 | 2024-10-10T19:50:58.970Z | Done (0.447s) |
196 | 2024-10-10T19:51:03.275Z | Done (4.117s) |
197 | 2024-10-10T19:51:03.363Z | Done (0.017s) |
198 | 2024-10-10T19:51:03.366Z | Done (0.000s) |
199 | 2024-10-10T19:51:03.562Z | Done (0.000s) |
200 | 2024-10-10T19:51:04.183Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-10-10T19:51:04.342Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-10T19:51:04.345Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-10T19:51:04.609Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-10T19:51:04.611Z | Planning: Planning completed in 0.43 seconds |
205 | 2024-10-10T19:51:04.647Z | Mediators to change: 2 |
206 | 2024-10-10T19:51:04.647Z | Create boot environment: No |
207 | 2024-10-10T19:51:04.650Z | Create backup boot environment: No |
208 | 2024-10-10T19:51:04.714Z | Done |
209 | 2024-10-10T19:51:04.715Z | Done |
210 | 2024-10-10T19:51:05.010Z | Done |
211 | 2024-10-10T19:51:08.731Z | Done |
212 | 2024-10-10T19:51:08.818Z | Done |
213 | 2024-10-10T19:51:08.820Z | Done |
214 | 2024-10-10T19:51:08.920Z | Done |
215 | 2024-10-10T19:51:09.523Z | Planning: Evaluating mediator changes ... Done |
216 | 2024-10-10T19:51:09.526Z | Planning: Merging actions ... Done |
217 | 2024-10-10T19:51:09.711Z | Planning: Checking for conflicting actions ... Done |
218 | 2024-10-10T19:51:09.713Z | Planning: Consolidating action changes ... Done |
219 | 2024-10-10T19:51:09.974Z | Planning: Evaluating mediators ... Done |
220 | 2024-10-10T19:51:10.028Z | Planning: Planning completed in 0.75 seconds |
221 | 2024-10-10T19:51:10.069Z | Packages to change: 1 |
222 | 2024-10-10T19:51:10.069Z | Mediators to change: 1 |
223 | 2024-10-10T19:51:10.071Z | Services to change: 1 |
224 | 2024-10-10T19:51:10.071Z | Create boot environment: No |
225 | 2024-10-10T19:51:10.071Z | Create backup boot environment: Yes |
226 | 2024-10-10T19:51:11.907Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2024-10-10T19:51:11.918Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2024-10-10T19:51:11.918Z | Done |
229 | 2024-10-10T19:51:11.918Z | Done |
230 | 2024-10-10T19:51:12.003Z | Done |
231 | 2024-10-10T19:51:15.512Z | Done |
232 | 2024-10-10T19:51:15.601Z | Done |
233 | 2024-10-10T19:51:15.604Z | Done |
234 | 2024-10-10T19:51:15.742Z | Done |
235 | 2024-10-10T19:51:16.164Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2024-10-10T19:51:16.164Z | clang system 15 system |
237 | 2024-10-10T19:51:16.164Z | csh system system illumos |
238 | 2024-10-10T19:51:16.164Z | ctags system system illumos |
239 | 2024-10-10T19:51:16.164Z | gcc vendor 12 vendor |
240 | 2024-10-10T19:51:16.164Z | gcc system 10 system |
241 | 2024-10-10T19:51:16.164Z | gcc system 7 system |
242 | 2024-10-10T19:51:16.164Z | go system 1.20 system |
243 | 2024-10-10T19:51:16.164Z | go system 1.19 system |
244 | 2024-10-10T19:51:16.164Z | llvm system 15 system |
245 | 2024-10-10T19:51:16.164Z | llvm system 14 system |
246 | 2024-10-10T19:51:16.164Z | mariadb system 10.6 system |
247 | 2024-10-10T19:51:16.164Z | mta vendor vendor dma |
248 | 2024-10-10T19:51:16.164Z | openjdk system 17 system |
249 | 2024-10-10T19:51:16.164Z | openjdk system 11 system |
250 | 2024-10-10T19:51:16.164Z | openjdk system 1.8 system |
251 | 2024-10-10T19:51:16.164Z | openssl vendor 3 vendor |
252 | 2024-10-10T19:51:16.164Z | perl system 5.36 system |
253 | 2024-10-10T19:51:16.164Z | postgresql system 15 system |
254 | 2024-10-10T19:51:16.164Z | postgresql system 13 system |
255 | 2024-10-10T19:51:16.164Z | python vendor 3 vendor |
256 | 2024-10-10T19:51:16.164Z | python system 2 system |
257 | 2024-10-10T19:51:16.164Z | python3 system 3.11 system |
258 | 2024-10-10T19:51:16.164Z | ruby system 3.0 system |
259 | 2024-10-10T19:51:16.164Z | words vendor vendor american-english |
260 | 2024-10-10T19:51:16.165Z | words system system australian-english |
261 | 2024-10-10T19:51:16.165Z | words system system british-english |
262 | 2024-10-10T19:51:16.165Z | words system system canadian-english |
263 | 2024-10-10T19:51:16.165Z | words system system french |
264 | 2024-10-10T19:51:16.165Z | words system system italian |
265 | 2024-10-10T19:51:16.165Z | words system system ngerman |
266 | 2024-10-10T19:51:16.165Z | words system system ogerman |
267 | 2024-10-10T19:51:16.165Z | words system system spanish |
268 | 2024-10-10T19:51:17.494Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2024-10-10T19:51:17.494Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2024-10-10T19:51:18.593Z | FMRI IFO |
271 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
281 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
283 | 2024-10-10T19:51:18.593Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2024-10-10T19:51:19.247Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2024-10-10T19:51:19.509Z | Updating crates.io index |
286 | 2024-10-10T19:51:19.552Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2024-10-10T19:51:20.296Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
288 | 2024-10-10T19:51:20.544Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
289 | 2024-10-10T19:51:20.769Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
290 | 2024-10-10T19:51:21.017Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2024-10-10T19:51:21.777Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2024-10-10T19:51:23.939Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2024-10-10T19:51:24.850Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2024-10-10T19:51:25.576Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2024-10-10T19:51:25.822Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2024-10-10T19:51:26.045Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2024-10-10T19:51:26.606Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
298 | 2024-10-10T19:51:26.917Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
299 | 2024-10-10T19:51:27.219Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
300 | 2024-10-10T19:51:27.562Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2024-10-10T19:51:27.820Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2024-10-10T19:51:28.160Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2024-10-10T19:51:28.381Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2024-10-10T19:51:28.582Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2024-10-10T19:51:28.863Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2024-10-10T19:51:29.174Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2024-10-10T19:51:29.506Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2024-10-10T19:51:29.737Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-10-10T19:51:31.289Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2024-10-10T19:51:31.757Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2024-10-10T19:51:32.068Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2024-10-10T19:51:32.408Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2024-10-10T19:51:32.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2024-10-10T19:51:33.005Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2024-10-10T19:51:33.261Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2024-10-10T19:51:34.442Z | Downloading crates ... |
317 | 2024-10-10T19:51:34.502Z | Downloaded bytecount v0.6.8 |
318 | 2024-10-10T19:51:34.507Z | Downloaded anstream v0.6.14 |
319 | 2024-10-10T19:51:34.511Z | Downloaded camino v1.1.9 |
320 | 2024-10-10T19:51:34.514Z | Downloaded equivalent v1.0.1 |
321 | 2024-10-10T19:51:34.514Z | Downloaded colorchoice v1.0.1 |
322 | 2024-10-10T19:51:34.518Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-10-10T19:51:34.521Z | Downloaded is_terminal_polyfill v1.70.0 |
324 | 2024-10-10T19:51:34.521Z | Downloaded scroll_derive v0.12.0 |
325 | 2024-10-10T19:51:34.523Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-10-10T19:51:34.532Z | Downloaded anstyle-parse v0.2.4 |
327 | 2024-10-10T19:51:34.535Z | Downloaded cargo-platform v0.1.8 |
328 | 2024-10-10T19:51:34.538Z | Downloaded strsim v0.11.1 |
329 | 2024-10-10T19:51:34.541Z | Downloaded memmap v0.7.0 |
330 | 2024-10-10T19:51:34.541Z | Downloaded cfg-if v1.0.0 |
331 | 2024-10-10T19:51:34.548Z | Downloaded autocfg v1.3.0 |
332 | 2024-10-10T19:51:34.548Z | Downloaded anstyle-query v1.0.3 |
333 | 2024-10-10T19:51:34.550Z | Downloaded heck v0.5.0 |
334 | 2024-10-10T19:51:34.550Z | Downloaded macaddr v1.0.1 |
335 | 2024-10-10T19:51:34.550Z | Downloaded generic-array v0.14.7 |
336 | 2024-10-10T19:51:34.550Z | Downloaded thiserror-impl v1.0.64 |
337 | 2024-10-10T19:51:34.550Z | Downloaded serde_spanned v0.6.7 |
338 | 2024-10-10T19:51:34.553Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-10-10T19:51:34.553Z | Downloaded fnv v1.0.7 |
340 | 2024-10-10T19:51:34.553Z | Downloaded anstyle v1.0.8 |
341 | 2024-10-10T19:51:34.568Z | Downloaded utf8parse v0.2.1 |
342 | 2024-10-10T19:51:34.570Z | Downloaded cargo_metadata v0.18.1 |
343 | 2024-10-10T19:51:34.573Z | Downloaded dof v0.3.0 |
344 | 2024-10-10T19:51:34.580Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-10-10T19:51:34.583Z | Downloaded block-buffer v0.10.4 |
346 | 2024-10-10T19:51:34.585Z | Downloaded pest_derive v2.7.10 |
347 | 2024-10-10T19:51:34.588Z | Downloaded quote v1.0.37 |
348 | 2024-10-10T19:51:34.590Z | Downloaded byteorder v1.5.0 |
349 | 2024-10-10T19:51:34.592Z | Downloaded sha2 v0.10.8 |
350 | 2024-10-10T19:51:34.595Z | Downloaded anyhow v1.0.89 |
351 | 2024-10-10T19:51:34.603Z | Downloaded swrite v0.1.0 |
352 | 2024-10-10T19:51:34.605Z | Downloaded usdt-macro v0.5.0 |
353 | 2024-10-10T19:51:34.608Z | Downloaded cargo_toml v0.20.5 |
354 | 2024-10-10T19:51:34.608Z | Downloaded errno v0.3.9 |
355 | 2024-10-10T19:51:34.610Z | Downloaded crypto-common v0.1.6 |
356 | 2024-10-10T19:51:34.613Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-10-10T19:51:34.616Z | Downloaded zerocopy-derive v0.7.34 |
358 | 2024-10-10T19:51:34.620Z | Downloaded fs-err v2.11.0 |
359 | 2024-10-10T19:51:34.623Z | Downloaded digest v0.10.7 |
360 | 2024-10-10T19:51:34.626Z | Downloaded fastrand v2.1.1 |
361 | 2024-10-10T19:51:34.626Z | Downloaded heck v0.4.1 |
362 | 2024-10-10T19:51:34.628Z | Downloaded cpufeatures v0.2.12 |
363 | 2024-10-10T19:51:34.628Z | Downloaded papergrid v0.11.0 |
364 | 2024-10-10T19:51:34.631Z | Downloaded bitflags v2.6.0 |
365 | 2024-10-10T19:51:34.635Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-10-10T19:51:34.637Z | Downloaded ucd-trie v0.1.6 |
367 | 2024-10-10T19:51:34.640Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2024-10-10T19:51:34.643Z | Downloaded tempfile v3.13.0 |
369 | 2024-10-10T19:51:34.643Z | Downloaded version_check v0.9.5 |
370 | 2024-10-10T19:51:34.645Z | Downloaded toml_datetime v0.6.8 |
371 | 2024-10-10T19:51:34.645Z | Downloaded thiserror v1.0.64 |
372 | 2024-10-10T19:51:34.649Z | Downloaded tabled_derive v0.7.0 |
373 | 2024-10-10T19:51:34.651Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2024-10-10T19:51:34.651Z | Downloaded pest_generator v2.7.10 |
375 | 2024-10-10T19:51:34.654Z | Downloaded terminal_size v0.4.0 |
376 | 2024-10-10T19:51:34.654Z | Downloaded pest_meta v2.7.10 |
377 | 2024-10-10T19:51:34.656Z | Downloaded ryu v1.0.18 |
378 | 2024-10-10T19:51:34.659Z | Downloaded toml v0.8.19 |
379 | 2024-10-10T19:51:34.661Z | Downloaded usdt v0.5.0 |
380 | 2024-10-10T19:51:34.661Z | Downloaded once_cell v1.19.0 |
381 | 2024-10-10T19:51:34.663Z | Downloaded itoa v1.0.11 |
382 | 2024-10-10T19:51:34.666Z | Downloaded clap_derive v4.5.18 |
383 | 2024-10-10T19:51:34.668Z | Downloaded clap v4.5.20 |
384 | 2024-10-10T19:51:34.676Z | Downloaded proc-macro-error v1.0.4 |
385 | 2024-10-10T19:51:34.679Z | Downloaded smawk v0.3.2 |
386 | 2024-10-10T19:51:34.681Z | Downloaded scroll v0.12.0 |
387 | 2024-10-10T19:51:34.681Z | Downloaded thread-id v4.2.1 |
388 | 2024-10-10T19:51:34.681Z | Downloaded textwrap v0.16.1 |
389 | 2024-10-10T19:51:34.684Z | Downloaded plain v0.2.3 |
390 | 2024-10-10T19:51:34.686Z | Downloaded proc-macro2 v1.0.86 |
391 | 2024-10-10T19:51:34.686Z | Downloaded dtrace-parser v0.2.0 |
392 | 2024-10-10T19:51:34.689Z | Downloaded clap_lex v0.7.0 |
393 | 2024-10-10T19:51:34.689Z | Downloaded semver v1.0.23 |
394 | 2024-10-10T19:51:34.691Z | Downloaded log v0.4.22 |
395 | 2024-10-10T19:51:34.693Z | Downloaded typenum v1.17.0 |
396 | 2024-10-10T19:51:34.696Z | Downloaded serde_derive v1.0.210 |
397 | 2024-10-10T19:51:34.702Z | Downloaded serde v1.0.210 |
398 | 2024-10-10T19:51:34.722Z | Downloaded indexmap v2.5.0 |
399 | 2024-10-10T19:51:34.726Z | Downloaded toml_edit v0.22.22 |
400 | 2024-10-10T19:51:34.747Z | Downloaded memchr v2.7.2 |
401 | 2024-10-10T19:51:34.755Z | Downloaded hashbrown v0.14.5 |
402 | 2024-10-10T19:51:34.772Z | Downloaded serde_json v1.0.128 |
403 | 2024-10-10T19:51:34.780Z | Downloaded pest v2.7.10 |
404 | 2024-10-10T19:51:34.784Z | Downloaded clap_builder v4.5.20 |
405 | 2024-10-10T19:51:34.791Z | Downloaded winnow v0.6.18 |
406 | 2024-10-10T19:51:34.799Z | Downloaded zerocopy v0.7.34 |
407 | 2024-10-10T19:51:34.813Z | Downloaded goblin v0.8.2 |
408 | 2024-10-10T19:51:34.819Z | Downloaded tabled v0.15.0 |
409 | 2024-10-10T19:51:34.833Z | Downloaded syn v2.0.79 |
410 | 2024-10-10T19:51:34.843Z | Downloaded syn v1.0.109 |
411 | 2024-10-10T19:51:34.855Z | Downloaded rustix v0.38.37 |
412 | 2024-10-10T19:51:34.878Z | Downloaded unicode-width v0.1.13 |
413 | 2024-10-10T19:51:34.893Z | Downloaded libc v0.2.159 |
414 | 2024-10-10T19:51:35.194Z | Compiling proc-macro2 v1.0.86 |
415 | 2024-10-10T19:51:35.194Z | Compiling unicode-ident v1.0.13 |
416 | 2024-10-10T19:51:35.198Z | Compiling serde v1.0.210 |
417 | 2024-10-10T19:51:35.198Z | Compiling version_check v0.9.5 |
418 | 2024-10-10T19:51:35.198Z | Compiling memchr v2.7.2 |
419 | 2024-10-10T19:51:35.198Z | Compiling thiserror v1.0.64 |
420 | 2024-10-10T19:51:35.198Z | Compiling libc v0.2.159 |
421 | 2024-10-10T19:51:35.198Z | Compiling ucd-trie v0.1.6 |
422 | 2024-10-10T19:51:35.536Z | Compiling itoa v1.0.11 |
423 | 2024-10-10T19:51:35.801Z | Compiling ryu v1.0.18 |
424 | 2024-10-10T19:51:35.984Z | Compiling once_cell v1.19.0 |
425 | 2024-10-10T19:51:36.067Z | Compiling byteorder v1.5.0 |
426 | 2024-10-10T19:51:36.139Z | Compiling rustix v0.38.37 |
427 | 2024-10-10T19:51:36.389Z | Compiling serde_json v1.0.128 |
428 | 2024-10-10T19:51:36.519Z | Compiling bitflags v2.6.0 |
429 | 2024-10-10T19:51:36.747Z | Compiling usdt-impl v0.5.0 |
430 | 2024-10-10T19:51:36.911Z | Compiling quote v1.0.37 |
431 | 2024-10-10T19:51:36.943Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2024-10-10T19:51:37.061Z | Compiling syn v1.0.109 |
433 | 2024-10-10T19:51:37.107Z | Compiling proc-macro-error v1.0.4 |
434 | 2024-10-10T19:51:37.237Z | Compiling equivalent v1.0.1 |
435 | 2024-10-10T19:51:37.331Z | Compiling syn v2.0.79 |
436 | 2024-10-10T19:51:37.358Z | Compiling errno v0.3.9 |
437 | 2024-10-10T19:51:37.401Z | Compiling log v0.4.22 |
438 | 2024-10-10T19:51:37.627Z | Compiling plain v0.2.3 |
439 | 2024-10-10T19:51:37.658Z | Compiling hashbrown v0.14.5 |
440 | 2024-10-10T19:51:37.752Z | Compiling thread-id v4.2.1 |
441 | 2024-10-10T19:51:37.776Z | Compiling camino v1.1.9 |
442 | 2024-10-10T19:51:37.800Z | Compiling utf8parse v0.2.1 |
443 | 2024-10-10T19:51:37.938Z | Compiling anstyle-parse v0.2.4 |
444 | 2024-10-10T19:51:38.282Z | Compiling anstyle v1.0.8 |
445 | 2024-10-10T19:51:38.342Z | Compiling pretty-hex v0.4.1 |
446 | 2024-10-10T19:51:38.495Z | Compiling winnow v0.6.18 |
447 | 2024-10-10T19:51:38.544Z | Compiling is_terminal_polyfill v1.70.0 |
448 | 2024-10-10T19:51:38.668Z | Compiling unicode-width v0.1.13 |
449 | 2024-10-10T19:51:38.706Z | Compiling autocfg v1.3.0 |
450 | 2024-10-10T19:51:38.728Z | Compiling colorchoice v1.0.1 |
451 | 2024-10-10T19:51:38.880Z | Compiling indexmap v2.5.0 |
452 | 2024-10-10T19:51:38.906Z | Compiling semver v1.0.23 |
453 | 2024-10-10T19:51:38.982Z | Compiling anstyle-query v1.0.3 |
454 | 2024-10-10T19:51:39.139Z | Compiling anstream v0.6.14 |
455 | 2024-10-10T19:51:39.658Z | Compiling fs-err v2.11.0 |
456 | 2024-10-10T19:51:39.681Z | Compiling terminal_size v0.4.0 |
457 | 2024-10-10T19:51:39.910Z | Compiling strsim v0.11.1 |
458 | 2024-10-10T19:51:39.950Z | Compiling heck v0.5.0 |
459 | 2024-10-10T19:51:40.330Z | Compiling heck v0.4.1 |
460 | 2024-10-10T19:51:40.393Z | Compiling cfg-if v1.0.0 |
461 | 2024-10-10T19:51:40.427Z | Compiling anyhow v1.0.89 |
462 | 2024-10-10T19:51:40.458Z | Compiling bytecount v0.6.8 |
463 | 2024-10-10T19:51:40.492Z | Compiling fastrand v2.1.1 |
464 | 2024-10-10T19:51:40.708Z | Compiling fnv v1.0.7 |
465 | 2024-10-10T19:51:40.858Z | Compiling clap_lex v0.7.0 |
466 | 2024-10-10T19:51:40.861Z | Compiling papergrid v0.11.0 |
467 | 2024-10-10T19:51:41.128Z | Compiling tempfile v3.13.0 |
468 | 2024-10-10T19:51:41.286Z | Compiling clap_builder v4.5.20 |
469 | 2024-10-10T19:51:41.522Z | Compiling memmap v0.7.0 |
470 | 2024-10-10T19:51:41.525Z | Compiling unicode-linebreak v0.1.5 |
471 | 2024-10-10T19:51:41.869Z | Compiling smawk v0.3.2 |
472 | 2024-10-10T19:51:42.081Z | Compiling textwrap v0.16.1 |
473 | 2024-10-10T19:51:42.290Z | Compiling swrite v0.1.0 |
474 | 2024-10-10T19:51:43.626Z | Compiling tabled_derive v0.7.0 |
475 | 2024-10-10T19:51:45.071Z | Compiling tabled v0.15.0 |
476 | 2024-10-10T19:51:46.016Z | Compiling serde_derive v1.0.210 |
477 | 2024-10-10T19:51:46.018Z | Compiling thiserror-impl v1.0.64 |
478 | 2024-10-10T19:51:46.018Z | Compiling zerocopy-derive v0.7.34 |
479 | 2024-10-10T19:51:46.018Z | Compiling scroll_derive v0.12.0 |
480 | 2024-10-10T19:51:46.154Z | Compiling clap_derive v4.5.18 |
481 | 2024-10-10T19:51:47.666Z | Compiling scroll v0.12.0 |
482 | 2024-10-10T19:51:47.854Z | Compiling goblin v0.8.2 |
483 | 2024-10-10T19:51:48.148Z | Compiling zerocopy v0.7.34 |
484 | 2024-10-10T19:51:48.921Z | Compiling pest v2.7.10 |
485 | 2024-10-10T19:51:49.897Z | Compiling clap v4.5.20 |
486 | 2024-10-10T19:51:51.137Z | Compiling pest_meta v2.7.10 |
487 | 2024-10-10T19:51:51.978Z | Compiling pest_generator v2.7.10 |
488 | 2024-10-10T19:51:53.844Z | Compiling pest_derive v2.7.10 |
489 | 2024-10-10T19:51:54.544Z | Compiling dtrace-parser v0.2.0 |
490 | 2024-10-10T19:51:56.148Z | Compiling serde_spanned v0.6.7 |
491 | 2024-10-10T19:51:56.148Z | Compiling toml_datetime v0.6.8 |
492 | 2024-10-10T19:51:56.150Z | Compiling cargo-platform v0.1.8 |
493 | 2024-10-10T19:51:56.536Z | Compiling serde_tokenstream v0.2.2 |
494 | 2024-10-10T19:51:56.563Z | Compiling toml_edit v0.22.22 |
495 | 2024-10-10T19:51:56.756Z | Compiling camino-tempfile v1.1.1 |
496 | 2024-10-10T19:51:56.783Z | Compiling macaddr v1.0.1 |
497 | 2024-10-10T19:51:57.560Z | Compiling dof v0.3.0 |
498 | 2024-10-10T19:51:57.560Z | Compiling cargo_metadata v0.18.1 |
499 | 2024-10-10T19:51:59.343Z | Compiling toml v0.8.19 |
500 | 2024-10-10T19:51:59.544Z | Compiling usdt-attr-macro v0.5.0 |
501 | 2024-10-10T19:51:59.544Z | Compiling usdt-macro v0.5.0 |
502 | 2024-10-10T19:52:00.168Z | Compiling cargo_toml v0.20.5 |
503 | 2024-10-10T19:52:00.976Z | Compiling usdt v0.5.0 |
504 | 2024-10-10T19:52:04.098Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
505 | 2024-10-10T19:52:08.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s |
506 | 2024-10-10T19:52:08.547Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
507 | 2024-10-10T19:52:09.125Z | Downloading crates ... |
508 | 2024-10-10T19:52:09.242Z | Downloaded adler2 v2.0.0 |
509 | 2024-10-10T19:52:09.247Z | Downloaded bb8 v0.8.5 |
510 | 2024-10-10T19:52:09.250Z | Downloaded adler v1.0.2 |
511 | 2024-10-10T19:52:09.254Z | Downloaded bit-set v0.5.3 |
512 | 2024-10-10T19:52:09.254Z | Downloaded addr2line v0.21.0 |
513 | 2024-10-10T19:52:09.263Z | Downloaded cstr-argument v0.1.2 |
514 | 2024-10-10T19:52:09.266Z | Downloaded crunchy v0.2.2 |
515 | 2024-10-10T19:52:09.269Z | Downloaded backoff v0.4.0 |
516 | 2024-10-10T19:52:09.271Z | Downloaded async-recursion v1.1.1 |
517 | 2024-10-10T19:52:09.274Z | Downloaded constant_time_eq v0.3.0 |
518 | 2024-10-10T19:52:09.278Z | Downloaded http-body-util v0.1.2 |
519 | 2024-10-10T19:52:09.281Z | Downloaded humantime v2.1.0 |
520 | 2024-10-10T19:52:09.281Z | Downloaded http-body v0.4.6 |
521 | 2024-10-10T19:52:09.284Z | Downloaded buf-list v1.0.3 |
522 | 2024-10-10T19:52:09.286Z | Downloaded md5 v0.7.0 |
523 | 2024-10-10T19:52:09.289Z | Downloaded data-encoding v2.6.0 |
524 | 2024-10-10T19:52:09.291Z | Downloaded crc-catalog v2.4.0 |
525 | 2024-10-10T19:52:09.291Z | Downloaded is_ci v1.2.0 |
526 | 2024-10-10T19:52:09.294Z | Downloaded array-init v0.0.4 |
527 | 2024-10-10T19:52:09.296Z | Downloaded newtype_derive v0.1.6 |
528 | 2024-10-10T19:52:09.297Z | Downloaded match_cfg v0.1.0 |
529 | 2024-10-10T19:52:09.299Z | Downloaded colored v2.1.0 |
530 | 2024-10-10T19:52:09.299Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2024-10-10T19:52:09.302Z | Downloaded newline-converter v0.3.0 |
532 | 2024-10-10T19:52:09.306Z | Downloaded new_debug_unreachable v1.0.6 |
533 | 2024-10-10T19:52:09.306Z | Downloaded base16ct v0.2.0 |
534 | 2024-10-10T19:52:09.310Z | Downloaded console v0.15.8 |
535 | 2024-10-10T19:52:09.313Z | Downloaded managed v0.8.0 |
536 | 2024-10-10T19:52:09.313Z | Downloaded mime v0.3.17 |
537 | 2024-10-10T19:52:09.316Z | Downloaded csv-core v0.1.11 |
538 | 2024-10-10T19:52:09.316Z | Downloaded bcs v0.1.6 |
539 | 2024-10-10T19:52:09.319Z | Downloaded indent_write v2.2.0 |
540 | 2024-10-10T19:52:09.322Z | Downloaded num v0.4.3 |
541 | 2024-10-10T19:52:09.322Z | Downloaded lru v0.12.3 |
542 | 2024-10-10T19:52:09.325Z | Downloaded ipnetwork v0.20.0 |
543 | 2024-10-10T19:52:09.327Z | Downloaded nanorand v0.7.0 |
544 | 2024-10-10T19:52:09.330Z | Downloaded crossbeam-utils v0.8.19 |
545 | 2024-10-10T19:52:09.332Z | Downloaded cookie v0.18.1 |
546 | 2024-10-10T19:52:09.336Z | Downloaded maybe-uninit v2.0.0 |
547 | 2024-10-10T19:52:09.339Z | Downloaded memmap2 v0.9.4 |
548 | 2024-10-10T19:52:09.339Z | Downloaded http-body v1.0.0 |
549 | 2024-10-10T19:52:09.341Z | Downloaded nu-ansi-term v0.50.0 |
550 | 2024-10-10T19:52:09.344Z | Downloaded crucible-workspace-hack v0.1.0 |
551 | 2024-10-10T19:52:09.346Z | Downloaded multer v3.1.0 |
552 | 2024-10-10T19:52:09.349Z | Downloaded hubpack_derive v0.1.1 |
553 | 2024-10-10T19:52:09.349Z | Downloaded http-range v0.1.5 |
554 | 2024-10-10T19:52:09.353Z | Downloaded darling_macro v0.20.9 |
555 | 2024-10-10T19:52:09.353Z | Downloaded libloading v0.8.3 |
556 | 2024-10-10T19:52:09.360Z | Downloaded iana-time-zone v0.1.60 |
557 | 2024-10-10T19:52:09.364Z | Downloaded ciborium-io v0.2.2 |
558 | 2024-10-10T19:52:09.364Z | Downloaded ascii-canvas v3.0.0 |
559 | 2024-10-10T19:52:09.364Z | Downloaded arrayref v0.3.7 |
560 | 2024-10-10T19:52:09.364Z | Downloaded cfg_aliases v0.1.1 |
561 | 2024-10-10T19:52:09.364Z | Downloaded atty v0.2.14 |
562 | 2024-10-10T19:52:09.364Z | Downloaded allocator-api2 v0.2.18 |
563 | 2024-10-10T19:52:09.368Z | Downloaded time-core v0.1.2 |
564 | 2024-10-10T19:52:09.372Z | Downloaded instant v0.1.12 |
565 | 2024-10-10T19:52:09.372Z | Downloaded sqlparser_derive v0.2.2 |
566 | 2024-10-10T19:52:09.372Z | Downloaded indicatif v0.17.8 |
567 | 2024-10-10T19:52:09.377Z | Downloaded chacha20 v0.9.1 |
568 | 2024-10-10T19:52:09.380Z | Downloaded toolchain_find v0.4.0 |
569 | 2024-10-10T19:52:09.383Z | Downloaded cobs v0.2.3 |
570 | 2024-10-10T19:52:09.383Z | Downloaded matches v0.1.10 |
571 | 2024-10-10T19:52:09.383Z | Downloaded is-terminal v0.4.12 |
572 | 2024-10-10T19:52:09.387Z | Downloaded ctr v0.9.2 |
573 | 2024-10-10T19:52:09.391Z | Downloaded const_format_proc_macros v0.2.33 |
574 | 2024-10-10T19:52:09.391Z | Downloaded base64 v0.13.1 |
575 | 2024-10-10T19:52:09.394Z | Downloaded downcast v0.11.0 |
576 | 2024-10-10T19:52:09.397Z | Downloaded scheduled-thread-pool v0.2.7 |
577 | 2024-10-10T19:52:09.397Z | Downloaded base64 v0.22.1 |
578 | 2024-10-10T19:52:09.400Z | Downloaded tokio-native-tls v0.3.1 |
579 | 2024-10-10T19:52:09.402Z | Downloaded const_format v0.2.33 |
580 | 2024-10-10T19:52:09.407Z | Downloaded convert_case v0.4.0 |
581 | 2024-10-10T19:52:09.410Z | Downloaded untrusted v0.9.0 |
582 | 2024-10-10T19:52:09.413Z | Downloaded impl-trait-for-tuples v0.2.2 |
583 | 2024-10-10T19:52:09.418Z | Downloaded base64ct v1.6.0 |
584 | 2024-10-10T19:52:09.418Z | Downloaded rustls-pemfile v2.1.3 |
585 | 2024-10-10T19:52:09.427Z | Downloaded ssh-cipher v0.2.0 |
586 | 2024-10-10T19:52:09.427Z | Downloaded termcolor v1.4.1 |
587 | 2024-10-10T19:52:09.435Z | Downloaded sqlformat v0.2.6 |
588 | 2024-10-10T19:52:09.435Z | Downloaded ssh-encoding v0.2.0 |
589 | 2024-10-10T19:52:09.435Z | Downloaded aead v0.5.2 |
590 | 2024-10-10T19:52:09.435Z | Downloaded hex-literal v0.4.1 |
591 | 2024-10-10T19:52:09.435Z | Downloaded rustls-pemfile v1.0.4 |
592 | 2024-10-10T19:52:09.435Z | Downloaded bit-vec v0.6.3 |
593 | 2024-10-10T19:52:09.440Z | Downloaded normalize-line-endings v0.3.0 |
594 | 2024-10-10T19:52:09.440Z | Downloaded lru-cache v0.1.2 |
595 | 2024-10-10T19:52:09.440Z | Downloaded rustc-demangle v0.1.24 |
596 | 2024-10-10T19:52:09.440Z | Downloaded md-5 v0.10.6 |
597 | 2024-10-10T19:52:09.440Z | Downloaded crossbeam-deque v0.8.5 |
598 | 2024-10-10T19:52:09.442Z | Downloaded want v0.3.1 |
599 | 2024-10-10T19:52:09.442Z | Downloaded unarray v0.1.4 |
600 | 2024-10-10T19:52:09.442Z | Downloaded darling_core v0.20.9 |
601 | 2024-10-10T19:52:09.446Z | Downloaded zone v0.1.8 |
602 | 2024-10-10T19:52:09.448Z | Downloaded dirs-next v2.0.0 |
603 | 2024-10-10T19:52:09.451Z | Downloaded pretty-hex v0.2.1 |
604 | 2024-10-10T19:52:09.451Z | Downloaded memoffset v0.9.1 |
605 | 2024-10-10T19:52:09.454Z | Downloaded maplit v1.0.2 |
606 | 2024-10-10T19:52:09.454Z | Downloaded darling v0.20.9 |
607 | 2024-10-10T19:52:09.457Z | Downloaded num_threads v0.1.7 |
608 | 2024-10-10T19:52:09.459Z | Downloaded fixedbitset v0.4.2 |
609 | 2024-10-10T19:52:09.461Z | Downloaded display-error-chain v0.2.1 |
610 | 2024-10-10T19:52:09.461Z | Downloaded russh-keys v0.45.0 |
611 | 2024-10-10T19:52:09.464Z | Downloaded crossbeam-channel v0.5.12 |
612 | 2024-10-10T19:52:09.469Z | Downloaded waitgroup v0.1.2 |
613 | 2024-10-10T19:52:09.472Z | Downloaded sigpipe v0.1.3 |
614 | 2024-10-10T19:52:09.472Z | Downloaded hex v0.4.3 |
615 | 2024-10-10T19:52:09.474Z | Downloaded futures-executor v0.3.31 |
616 | 2024-10-10T19:52:09.474Z | Downloaded nibble_vec v0.1.0 |
617 | 2024-10-10T19:52:09.477Z | Downloaded futures-macro v0.3.31 |
618 | 2024-10-10T19:52:09.479Z | Downloaded async-bb8-diesel v0.2.1 |
619 | 2024-10-10T19:52:09.481Z | Downloaded spin v0.5.2 |
620 | 2024-10-10T19:52:09.481Z | Downloaded nodrop v0.1.14 |
621 | 2024-10-10T19:52:09.484Z | Downloaded newtype-uuid v1.1.0 |
622 | 2024-10-10T19:52:09.484Z | Downloaded num_enum v0.5.11 |
623 | 2024-10-10T19:52:09.488Z | Downloaded const-oid v0.9.6 |
624 | 2024-10-10T19:52:09.491Z | Downloaded tokio-stream v0.1.16 |
625 | 2024-10-10T19:52:09.496Z | Downloaded num_enum_derive v0.5.11 |
626 | 2024-10-10T19:52:09.498Z | Downloaded thread_local v1.1.8 |
627 | 2024-10-10T19:52:09.500Z | Downloaded walkdir v2.5.0 |
628 | 2024-10-10T19:52:09.503Z | Downloaded arc-swap v1.7.1 |
629 | 2024-10-10T19:52:09.505Z | Downloaded stable_deref_trait v1.2.0 |
630 | 2024-10-10T19:52:09.508Z | Downloaded libefi-sys v0.1.0 |
631 | 2024-10-10T19:52:09.508Z | Downloaded ipnet v2.10.0 |
632 | 2024-10-10T19:52:09.510Z | Downloaded phf v0.11.2 |
633 | 2024-10-10T19:52:09.512Z | Downloaded env_logger v0.11.5 |
634 | 2024-10-10T19:52:09.515Z | Downloaded mime_guess v2.0.4 |
635 | 2024-10-10T19:52:09.517Z | Downloaded rustfmt-wrapper v0.2.1 |
636 | 2024-10-10T19:52:09.517Z | Downloaded dhcproto-macros v0.1.0 |
637 | 2024-10-10T19:52:09.520Z | Downloaded zone_cfg_derive v0.3.0 |
638 | 2024-10-10T19:52:09.520Z | Downloaded zone_cfg_derive v0.1.2 |
639 | 2024-10-10T19:52:09.520Z | Downloaded serde_path_to_error v0.1.16 |
640 | 2024-10-10T19:52:09.523Z | Downloaded topological-sort v0.2.2 |
641 | 2024-10-10T19:52:09.523Z | Downloaded ref-cast-impl v1.0.23 |
642 | 2024-10-10T19:52:09.525Z | Downloaded percent-encoding v2.3.1 |
643 | 2024-10-10T19:52:09.525Z | Downloaded packed_struct v0.10.1 |
644 | 2024-10-10T19:52:09.528Z | Downloaded futures-io v0.3.31 |
645 | 2024-10-10T19:52:09.531Z | Downloaded indexmap v1.9.3 |
646 | 2024-10-10T19:52:09.534Z | Downloaded dirs-sys-next v0.1.2 |
647 | 2024-10-10T19:52:09.534Z | Downloaded string_cache v0.8.7 |
648 | 2024-10-10T19:52:09.536Z | Downloaded serde_plain v1.0.2 |
649 | 2024-10-10T19:52:09.536Z | Downloaded num-rational v0.4.2 |
650 | 2024-10-10T19:52:09.539Z | Downloaded num-complex v0.4.6 |
651 | 2024-10-10T19:52:09.541Z | Downloaded ron v0.8.1 |
652 | 2024-10-10T19:52:09.545Z | Downloaded foreign-types v0.3.2 |
653 | 2024-10-10T19:52:09.548Z | Downloaded enum-as-inner v0.6.0 |
654 | 2024-10-10T19:52:09.550Z | Downloaded pem-rfc7468 v0.7.0 |
655 | 2024-10-10T19:52:09.553Z | Downloaded uzers v0.11.3 |
656 | 2024-10-10T19:52:09.553Z | Downloaded tokio-macros v2.4.0 |
657 | 2024-10-10T19:52:09.555Z | Downloaded jobserver v0.1.32 |
658 | 2024-10-10T19:52:09.558Z | Downloaded tls_codec_derive v0.4.1 |
659 | 2024-10-10T19:52:09.558Z | Downloaded password-hash v0.4.2 |
660 | 2024-10-10T19:52:09.562Z | Downloaded schemars v0.8.21 |
661 | 2024-10-10T19:52:09.572Z | Downloaded base64 v0.21.7 |
662 | 2024-10-10T19:52:09.576Z | Downloaded salsa20 v0.10.2 |
663 | 2024-10-10T19:52:09.579Z | Downloaded wyz v0.5.1 |
664 | 2024-10-10T19:52:09.581Z | Downloaded termios v0.3.3 |
665 | 2024-10-10T19:52:09.581Z | Downloaded structmeta-derive v0.2.0 |
666 | 2024-10-10T19:52:09.583Z | Downloaded float-ord v0.3.2 |
667 | 2024-10-10T19:52:09.586Z | Downloaded unicase v2.7.0 |
668 | 2024-10-10T19:52:09.586Z | Downloaded samael v0.0.17 |
669 | 2024-10-10T19:52:09.591Z | Downloaded postgres-types v0.2.8 |
670 | 2024-10-10T19:52:09.595Z | Downloaded take_mut v0.2.2 |
671 | 2024-10-10T19:52:09.597Z | Downloaded rand_seeder v0.3.0 |
672 | 2024-10-10T19:52:09.597Z | Downloaded heck v0.3.3 |
673 | 2024-10-10T19:52:09.599Z | Downloaded mockall_derive v0.13.0 |
674 | 2024-10-10T19:52:09.602Z | Downloaded miniz_oxide v0.8.0 |
675 | 2024-10-10T19:52:09.605Z | Downloaded pbkdf2 v0.12.2 |
676 | 2024-10-10T19:52:09.614Z | Downloaded aes v0.8.4 |
677 | 2024-10-10T19:52:09.618Z | Downloaded fallible-streaming-iterator v0.1.9 |
678 | 2024-10-10T19:52:09.621Z | Downloaded rand_core v0.6.4 |
679 | 2024-10-10T19:52:09.621Z | Downloaded rand_chacha v0.3.1 |
680 | 2024-10-10T19:52:09.623Z | Downloaded crypto-bigint v0.5.5 |
681 | 2024-10-10T19:52:09.629Z | Downloaded olpc-cjson v0.1.3 |
682 | 2024-10-10T19:52:09.631Z | Downloaded structmeta v0.3.0 |
683 | 2024-10-10T19:52:09.634Z | Downloaded polyval v0.6.2 |
684 | 2024-10-10T19:52:09.634Z | Downloaded nom v7.1.3 |
685 | 2024-10-10T19:52:09.639Z | Downloaded miniz_oxide v0.7.2 |
686 | 2024-10-10T19:52:09.642Z | Downloaded headers-core v0.3.0 |
687 | 2024-10-10T19:52:09.645Z | Downloaded serde-big-array v0.5.1 |
688 | 2024-10-10T19:52:09.647Z | Downloaded rand_xorshift v0.3.0 |
689 | 2024-10-10T19:52:09.647Z | Downloaded typify-macro v0.2.0 |
690 | 2024-10-10T19:52:09.651Z | Downloaded tap v1.0.1 |
691 | 2024-10-10T19:52:09.651Z | Downloaded tokio-rustls v0.25.0 |
692 | 2024-10-10T19:52:09.653Z | Downloaded zone v0.3.0 |
693 | 2024-10-10T19:52:09.653Z | Downloaded poly1305 v0.8.0 |
694 | 2024-10-10T19:52:09.655Z | Downloaded rustc-hash v1.1.0 |
695 | 2024-10-10T19:52:09.660Z | Downloaded whoami v1.5.2 |
696 | 2024-10-10T19:52:09.660Z | Downloaded dyn-clone v1.0.17 |
697 | 2024-10-10T19:52:09.663Z | Downloaded scopeguard v1.2.0 |
698 | 2024-10-10T19:52:09.663Z | Downloaded fd-lock v4.0.2 |
699 | 2024-10-10T19:52:09.666Z | Downloaded ed25519 v2.2.3 |
700 | 2024-10-10T19:52:09.666Z | Downloaded ff v0.13.0 |
701 | 2024-10-10T19:52:09.669Z | Downloaded dsl_auto_type v0.1.2 |
702 | 2024-10-10T19:52:09.672Z | Downloaded slog v2.7.0 |
703 | 2024-10-10T19:52:09.672Z | Downloaded scrypt v0.11.0 |
704 | 2024-10-10T19:52:09.675Z | Downloaded strum v0.26.3 |
705 | 2024-10-10T19:52:09.679Z | Downloaded http v0.2.12 |
706 | 2024-10-10T19:52:09.681Z | Downloaded crossterm v0.28.1 |
707 | 2024-10-10T19:52:09.687Z | Downloaded pin-utils v0.1.0 |
708 | 2024-10-10T19:52:09.690Z | Downloaded openssl-probe v0.1.5 |
709 | 2024-10-10T19:52:09.690Z | Downloaded toml_edit v0.19.15 |
710 | 2024-10-10T19:52:09.707Z | Downloaded openssl-macros v0.1.1 |
711 | 2024-10-10T19:52:09.710Z | Downloaded phf_shared v0.10.0 |
712 | 2024-10-10T19:52:09.710Z | Downloaded spki v0.7.3 |
713 | 2024-10-10T19:52:09.710Z | Downloaded serde-hex v0.1.0 |
714 | 2024-10-10T19:52:09.713Z | Downloaded semver v0.1.20 |
715 | 2024-10-10T19:52:09.713Z | Downloaded rfc6979 v0.4.0 |
716 | 2024-10-10T19:52:09.716Z | Downloaded peg-macros v0.8.4 |
717 | 2024-10-10T19:52:09.716Z | Downloaded zeroize v1.8.1 |
718 | 2024-10-10T19:52:09.719Z | Downloaded progenitor v0.8.0 |
719 | 2024-10-10T19:52:09.722Z | Downloaded static_assertions v1.1.0 |
720 | 2024-10-10T19:52:09.722Z | Downloaded progenitor-impl v0.8.0 |
721 | 2024-10-10T19:52:09.725Z | Downloaded parking_lot v0.11.2 |
722 | 2024-10-10T19:52:09.728Z | Downloaded num-iter v0.1.45 |
723 | 2024-10-10T19:52:09.728Z | Downloaded quinn-udp v0.5.5 |
724 | 2024-10-10T19:52:09.730Z | Downloaded tokio-rustls v0.24.1 |
725 | 2024-10-10T19:52:09.733Z | Downloaded zeroize_derive v1.4.2 |
726 | 2024-10-10T19:52:09.733Z | Downloaded slog-dtrace v0.3.0 |
727 | 2024-10-10T19:52:09.737Z | Downloaded snafu-derive v0.8.2 |
728 | 2024-10-10T19:52:09.737Z | Downloaded pin-project-lite v0.2.14 |
729 | 2024-10-10T19:52:09.740Z | Downloaded parking_lot_core v0.8.6 |
730 | 2024-10-10T19:52:09.743Z | Downloaded tinyvec_macros v0.1.1 |
731 | 2024-10-10T19:52:09.746Z | Downloaded foreign-types-macros v0.2.3 |
732 | 2024-10-10T19:52:09.746Z | Downloaded foreign-types v0.5.0 |
733 | 2024-10-10T19:52:09.748Z | Downloaded crossterm v0.27.0 |
734 | 2024-10-10T19:52:09.754Z | Downloaded filetime v0.2.25 |
735 | 2024-10-10T19:52:09.757Z | Downloaded defmt v0.3.8 |
736 | 2024-10-10T19:52:09.760Z | Downloaded unicode_categories v0.1.1 |
737 | 2024-10-10T19:52:09.763Z | Downloaded which v4.4.2 |
738 | 2024-10-10T19:52:09.763Z | Downloaded phf_shared v0.11.2 |
739 | 2024-10-10T19:52:09.765Z | Downloaded pem v3.0.4 |
740 | 2024-10-10T19:52:09.765Z | Downloaded parse-display-derive v0.10.0 |
741 | 2024-10-10T19:52:09.768Z | Downloaded peg-runtime v0.8.3 |
742 | 2024-10-10T19:52:09.768Z | Downloaded spin v0.9.8 |
743 | 2024-10-10T19:52:09.771Z | Downloaded path-slash v0.1.5 |
744 | 2024-10-10T19:52:09.771Z | Downloaded flate2 v1.0.34 |
745 | 2024-10-10T19:52:09.776Z | Downloaded expectorate v1.1.0 |
746 | 2024-10-10T19:52:09.779Z | Downloaded shell-words v1.1.0 |
747 | 2024-10-10T19:52:09.781Z | Downloaded getrandom v0.2.14 |
748 | 2024-10-10T19:52:09.784Z | Downloaded parking_lot_core v0.9.10 |
749 | 2024-10-10T19:52:09.787Z | Downloaded sync_wrapper v0.1.2 |
750 | 2024-10-10T19:52:09.789Z | Downloaded signal-hook-mio v0.2.4 |
751 | 2024-10-10T19:52:09.789Z | Downloaded shlex v1.3.0 |
752 | 2024-10-10T19:52:09.792Z | Downloaded num-conv v0.1.0 |
753 | 2024-10-10T19:52:09.792Z | Downloaded try-lock v0.2.5 |
754 | 2024-10-10T19:52:09.792Z | Downloaded home v0.5.9 |
755 | 2024-10-10T19:52:09.794Z | Downloaded hash32 v0.3.1 |
756 | 2024-10-10T19:52:09.797Z | Downloaded embedded-io v0.4.0 |
757 | 2024-10-10T19:52:09.797Z | Downloaded hashlink v0.9.1 |
758 | 2024-10-10T19:52:09.799Z | Downloaded either v1.13.0 |
759 | 2024-10-10T19:52:09.801Z | Downloaded pkg-config v0.3.30 |
760 | 2024-10-10T19:52:09.805Z | Downloaded pkcs1 v0.7.5 |
761 | 2024-10-10T19:52:09.808Z | Downloaded difflib v0.4.0 |
762 | 2024-10-10T19:52:09.808Z | Downloaded ena v0.14.3 |
763 | 2024-10-10T19:52:09.808Z | Downloaded supports-color v3.0.1 |
764 | 2024-10-10T19:52:09.811Z | Downloaded subtle v2.5.0 |
765 | 2024-10-10T19:52:09.811Z | Downloaded rpassword v7.3.1 |
766 | 2024-10-10T19:52:09.813Z | Downloaded strum_macros v0.24.3 |
767 | 2024-10-10T19:52:09.813Z | Downloaded structmeta-derive v0.3.0 |
768 | 2024-10-10T19:52:09.816Z | Downloaded tls_codec v0.4.1 |
769 | 2024-10-10T19:52:09.818Z | Downloaded unicode-xid v0.2.4 |
770 | 2024-10-10T19:52:09.821Z | Downloaded sec1 v0.7.3 |
771 | 2024-10-10T19:52:09.821Z | Downloaded rustls-pki-types v1.7.0 |
772 | 2024-10-10T19:52:09.823Z | Downloaded rusty-fork v0.3.0 |
773 | 2024-10-10T19:52:09.826Z | Downloaded socket2 v0.5.7 |
774 | 2024-10-10T19:52:09.828Z | Downloaded rand v0.8.5 |
775 | 2024-10-10T19:52:09.831Z | Downloaded quick-error v1.2.3 |
776 | 2024-10-10T19:52:09.833Z | Downloaded aes-gcm v0.10.3 |
777 | 2024-10-10T19:52:09.836Z | Downloaded proc-macro-crate v1.3.1 |
778 | 2024-10-10T19:52:09.839Z | Downloaded serde_with_macros v3.9.0 |
779 | 2024-10-10T19:52:09.841Z | Downloaded oso-derive v0.27.3 |
780 | 2024-10-10T19:52:09.841Z | Downloaded paste v1.0.15 |
781 | 2024-10-10T19:52:09.843Z | Downloaded r2d2 v0.8.10 |
782 | 2024-10-10T19:52:09.846Z | Downloaded xz2 v0.1.7 |
783 | 2024-10-10T19:52:09.850Z | Downloaded hickory-resolver v0.24.1 |
784 | 2024-10-10T19:52:09.852Z | Downloaded gethostname v0.5.0 |
785 | 2024-10-10T19:52:09.855Z | Downloaded num-derive v0.4.2 |
786 | 2024-10-10T19:52:09.855Z | Downloaded hostname v0.3.1 |
787 | 2024-10-10T19:52:09.857Z | Downloaded secrecy v0.8.0 |
788 | 2024-10-10T19:52:09.860Z | Downloaded oso v0.27.3 |
789 | 2024-10-10T19:52:09.862Z | Downloaded rtoolbox v0.0.2 |
790 | 2024-10-10T19:52:09.865Z | Downloaded tokio-postgres v0.7.12 |
791 | 2024-10-10T19:52:09.868Z | Downloaded tui-tree-widget v0.22.0 |
792 | 2024-10-10T19:52:09.871Z | Downloaded parse-size v1.0.0 |
793 | 2024-10-10T19:52:09.873Z | Downloaded fxhash v0.2.1 |
794 | 2024-10-10T19:52:09.873Z | Downloaded foreign-types-shared v0.3.1 |
795 | 2024-10-10T19:52:09.873Z | Downloaded foreign-types-shared v0.1.1 |
796 | 2024-10-10T19:52:09.878Z | Downloaded pkcs8 v0.10.2 |
797 | 2024-10-10T19:52:09.881Z | Downloaded pin-project-internal v1.1.5 |
798 | 2024-10-10T19:52:09.881Z | Downloaded psl-types v2.0.11 |
799 | 2024-10-10T19:52:09.881Z | Downloaded rustc-hash v2.0.0 |
800 | 2024-10-10T19:52:09.884Z | Downloaded num-integer v0.1.46 |
801 | 2024-10-10T19:52:09.884Z | Downloaded pin-project v1.1.5 |
802 | 2024-10-10T19:52:09.894Z | Downloaded zip v0.6.6 |
803 | 2024-10-10T19:52:09.899Z | Downloaded ghash v0.5.1 |
804 | 2024-10-10T19:52:09.902Z | Downloaded progenitor-macro v0.8.0 |
805 | 2024-10-10T19:52:09.902Z | Downloaded derive_builder_macro v0.20.0 |
806 | 2024-10-10T19:52:09.905Z | Downloaded funty v2.0.0 |
807 | 2024-10-10T19:52:09.905Z | Downloaded predicates-tree v1.0.9 |
808 | 2024-10-10T19:52:09.905Z | Downloaded signal-hook v0.3.17 |
809 | 2024-10-10T19:52:09.907Z | Downloaded tough v0.17.1 |
810 | 2024-10-10T19:52:09.915Z | Downloaded twox-hash v1.6.3 |
811 | 2024-10-10T19:52:09.917Z | Downloaded rustversion v1.0.17 |
812 | 2024-10-10T19:52:09.920Z | Downloaded predicates-core v1.0.6 |
813 | 2024-10-10T19:52:09.923Z | Downloaded futures-channel v0.3.31 |
814 | 2024-10-10T19:52:09.926Z | Downloaded env_filter v0.1.2 |
815 | 2024-10-10T19:52:09.926Z | Downloaded futures-core v0.3.31 |
816 | 2024-10-10T19:52:09.926Z | Downloaded salty v0.3.0 |
817 | 2024-10-10T19:52:09.933Z | Downloaded deranged v0.3.11 |
818 | 2024-10-10T19:52:09.936Z | Downloaded opaque-debug v0.3.1 |
819 | 2024-10-10T19:52:09.936Z | Downloaded diesel_table_macro_syntax v0.2.0 |
820 | 2024-10-10T19:52:09.938Z | Downloaded precomputed-hash v0.1.1 |
821 | 2024-10-10T19:52:09.938Z | Downloaded serde_urlencoded v0.7.1 |
822 | 2024-10-10T19:52:09.941Z | Downloaded vte v0.11.1 |
823 | 2024-10-10T19:52:09.941Z | Downloaded radium v0.7.0 |
824 | 2024-10-10T19:52:09.943Z | Downloaded serde_repr v0.1.19 |
825 | 2024-10-10T19:52:09.946Z | Downloaded socket2 v0.4.10 |
826 | 2024-10-10T19:52:09.946Z | Downloaded tracing v0.1.40 |
827 | 2024-10-10T19:52:09.951Z | Downloaded snafu v0.8.2 |
828 | 2024-10-10T19:52:09.956Z | Downloaded fragile v2.0.0 |
829 | 2024-10-10T19:52:09.959Z | Downloaded form_urlencoded v1.2.1 |
830 | 2024-10-10T19:52:09.961Z | Downloaded dropshot_endpoint v0.12.0 |
831 | 2024-10-10T19:52:09.964Z | Downloaded primeorder v0.13.6 |
832 | 2024-10-10T19:52:09.965Z | Downloaded yasna v0.5.2 |
833 | 2024-10-10T19:52:09.967Z | Downloaded pkcs5 v0.7.1 |
834 | 2024-10-10T19:52:09.969Z | Downloaded vte_generate_state_changes v0.1.1 |
835 | 2024-10-10T19:52:09.974Z | Downloaded termtree v0.4.1 |
836 | 2024-10-10T19:52:09.975Z | Downloaded sync_wrapper v1.0.1 |
837 | 2024-10-10T19:52:09.975Z | Downloaded packed_struct_codegen v0.10.1 |
838 | 2024-10-10T19:52:09.975Z | Downloaded slog-scope v4.4.0 |
839 | 2024-10-10T19:52:09.979Z | Downloaded slog-json v2.6.1 |
840 | 2024-10-10T19:52:09.979Z | Downloaded tracing-attributes v0.1.27 |
841 | 2024-10-10T19:52:09.982Z | Downloaded tokio-tungstenite v0.23.1 |
842 | 2024-10-10T19:52:09.982Z | Downloaded p256 v0.13.2 |
843 | 2024-10-10T19:52:09.985Z | Downloaded futures-sink v0.3.31 |
844 | 2024-10-10T19:52:09.988Z | Downloaded fallible-iterator v0.2.0 |
845 | 2024-10-10T19:52:09.988Z | Downloaded tiny-keccak v2.0.2 |
846 | 2024-10-10T19:52:09.991Z | Downloaded rustc_version v0.1.7 |
847 | 2024-10-10T19:52:09.991Z | Downloaded thiserror-no-std v2.0.2 |
848 | 2024-10-10T19:52:09.994Z | Downloaded slog-envlogger v2.2.0 |
849 | 2024-10-10T19:52:09.996Z | Downloaded zerocopy v0.6.6 |
850 | 2024-10-10T19:52:09.999Z | Downloaded libm v0.2.8 |
851 | 2024-10-10T19:52:10.006Z | Downloaded powerfmt v0.2.0 |
852 | 2024-10-10T19:52:10.009Z | Downloaded unsafe-libyaml v0.2.11 |
853 | 2024-10-10T19:52:10.011Z | Downloaded tinyvec v1.6.0 |
854 | 2024-10-10T19:52:10.014Z | Downloaded hashbrown v0.12.3 |
855 | 2024-10-10T19:52:10.018Z | Downloaded h2 v0.3.26 |
856 | 2024-10-10T19:52:10.025Z | Downloaded thiserror-impl-no-std v2.0.2 |
857 | 2024-10-10T19:52:10.028Z | Downloaded futures-task v0.3.31 |
858 | 2024-10-10T19:52:10.028Z | Downloaded globset v0.4.14 |
859 | 2024-10-10T19:52:10.030Z | Downloaded p521 v0.13.3 |
860 | 2024-10-10T19:52:10.034Z | Downloaded signal-hook-registry v1.4.2 |
861 | 2024-10-10T19:52:10.037Z | Downloaded tracing-core v0.1.32 |
862 | 2024-10-10T19:52:10.040Z | Downloaded slog-term v2.9.1 |
863 | 2024-10-10T19:52:10.042Z | Downloaded slog-async v2.8.0 |
864 | 2024-10-10T19:52:10.042Z | Downloaded derive_builder v0.20.0 |
865 | 2024-10-10T19:52:10.046Z | Downloaded test-strategy v0.3.1 |
866 | 2024-10-10T19:52:10.049Z | Downloaded itertools v0.13.0 |
867 | 2024-10-10T19:52:10.057Z | Downloaded ppv-lite86 v0.2.17 |
868 | 2024-10-10T19:52:10.067Z | Downloaded tokio-tungstenite v0.21.0 |
869 | 2024-10-10T19:52:10.070Z | Downloaded tokio-rustls v0.26.0 |
870 | 2024-10-10T19:52:10.070Z | Downloaded postgres-protocol v0.6.7 |
871 | 2024-10-10T19:52:10.070Z | Downloaded env_logger v0.10.2 |
872 | 2024-10-10T19:52:10.070Z | Downloaded tungstenite v0.21.0 |
873 | 2024-10-10T19:52:10.073Z | Downloaded ed25519-dalek v2.1.1 |
874 | 2024-10-10T19:52:10.076Z | Downloaded typed-path v0.7.1 |
875 | 2024-10-10T19:52:10.079Z | Downloaded heapless v0.8.0 |
876 | 2024-10-10T19:52:10.084Z | Downloaded group v0.13.0 |
877 | 2024-10-10T19:52:10.086Z | Downloaded rsa v0.9.6 |
878 | 2024-10-10T19:52:10.090Z | Downloaded der v0.7.9 |
879 | 2024-10-10T19:52:10.095Z | Downloaded hashbrown v0.13.2 |
880 | 2024-10-10T19:52:10.100Z | Downloaded heapless v0.7.17 |
881 | 2024-10-10T19:52:10.103Z | Downloaded derive_builder_core v0.20.0 |
882 | 2024-10-10T19:52:10.106Z | Downloaded h2 v0.4.6 |
883 | 2024-10-10T19:52:10.113Z | Downloaded smallvec v1.13.2 |
884 | 2024-10-10T19:52:10.115Z | Downloaded postcard v1.0.8 |
885 | 2024-10-10T19:52:10.118Z | Downloaded regex v1.10.6 |
886 | 2024-10-10T19:52:10.131Z | Downloaded sqlparser v0.45.0 |
887 | 2024-10-10T19:52:10.137Z | Downloaded derive-where v1.2.7 |
888 | 2024-10-10T19:52:10.140Z | Downloaded rayon-core v1.12.1 |
889 | 2024-10-10T19:52:10.144Z | Downloaded publicsuffix v2.2.3 |
890 | 2024-10-10T19:52:10.149Z | Downloaded diff v0.1.13 |
891 | 2024-10-10T19:52:10.153Z | Downloaded quinn-proto v0.11.8 |
892 | 2024-10-10T19:52:10.158Z | Downloaded rcgen v0.12.1 |
893 | 2024-10-10T19:52:10.160Z | Downloaded openssl-sys v0.9.103 |
894 | 2024-10-10T19:52:10.165Z | Downloaded hickory-server v0.24.1 |
895 | 2024-10-10T19:52:10.170Z | Downloaded time v0.3.36 |
896 | 2024-10-10T19:52:10.178Z | Downloaded russh v0.45.0 |
897 | 2024-10-10T19:52:10.183Z | Downloaded serde_with v3.9.0 |
898 | 2024-10-10T19:52:10.191Z | Downloaded reqwest v0.12.7 |
899 | 2024-10-10T19:52:10.200Z | Downloaded portable-atomic v1.6.0 |
900 | 2024-10-10T19:52:10.208Z | Downloaded unicode-normalization v0.1.23 |
901 | 2024-10-10T19:52:10.212Z | Downloaded unicode-segmentation v1.11.0 |
902 | 2024-10-10T19:52:10.214Z | Downloaded hyper v0.14.30 |
903 | 2024-10-10T19:52:10.221Z | Downloaded futures-util v0.3.31 |
904 | 2024-10-10T19:52:10.234Z | Downloaded git2 v0.19.0 |
905 | 2024-10-10T19:52:10.242Z | Downloaded tokio-util v0.7.12 |
906 | 2024-10-10T19:52:10.251Z | Downloaded rusqlite v0.32.1 |
907 | 2024-10-10T19:52:10.255Z | Downloaded radix_trie v0.2.1 |
908 | 2024-10-10T19:52:10.261Z | Downloaded object v0.30.4 |
909 | 2024-10-10T19:52:10.271Z | Downloaded gimli v0.28.1 |
910 | 2024-10-10T19:52:10.281Z | Downloaded nix v0.27.1 |
911 | 2024-10-10T19:52:10.291Z | Downloaded proptest v1.5.0 |
912 | 2024-10-10T19:52:10.300Z | Downloaded regex-syntax v0.6.29 |
913 | 2024-10-10T19:52:10.308Z | Downloaded regex-syntax v0.8.4 |
914 | 2024-10-10T19:52:10.316Z | Downloaded idna v0.4.0 |
915 | 2024-10-10T19:52:10.323Z | Downloaded quick-xml v0.33.0 |
916 | 2024-10-10T19:52:10.329Z | Downloaded webpki-roots v0.26.3 |
917 | 2024-10-10T19:52:10.333Z | Downloaded bstr v1.9.1 |
918 | 2024-10-10T19:52:10.344Z | Downloaded rayon v1.10.0 |
919 | 2024-10-10T19:52:10.353Z | Downloaded idna v0.2.3 |
920 | 2024-10-10T19:52:10.360Z | Downloaded rustls-webpki v0.101.7 |
921 | 2024-10-10T19:52:10.375Z | Downloaded vcpkg v0.2.15 |
922 | 2024-10-10T19:52:10.414Z | Downloaded polar-core v0.27.3 |
923 | 2024-10-10T19:52:10.423Z | Downloaded openssl v0.10.66 |
924 | 2024-10-10T19:52:10.432Z | Downloaded smoltcp v0.11.0 |
925 | 2024-10-10T19:52:10.446Z | Downloaded rustls-webpki v0.102.4 |
926 | 2024-10-10T19:52:10.464Z | Downloaded p384 v0.13.0 |
927 | 2024-10-10T19:52:10.470Z | Downloaded rustls v0.22.4 |
928 | 2024-10-10T19:52:10.484Z | Downloaded regress v0.9.1 |
929 | 2024-10-10T19:52:10.492Z | Downloaded typify-impl v0.2.0 |
930 | 2024-10-10T19:52:10.508Z | Downloaded openapiv3 v2.0.0 |
931 | 2024-10-10T19:52:10.520Z | Downloaded object v0.32.2 |
932 | 2024-10-10T19:52:10.531Z | Downloaded regex-automata v0.4.6 |
933 | 2024-10-10T19:52:10.548Z | Downloaded diesel v2.2.4 |
934 | 2024-10-10T19:52:10.567Z | Downloaded zerocopy-derive v0.6.6 |
935 | 2024-10-10T19:52:10.576Z | Downloaded finl_unicode v1.2.0 |
936 | 2024-10-10T19:52:10.592Z | Downloaded sled v0.34.7 |
937 | 2024-10-10T19:52:10.605Z | Downloaded tokio v1.39.3 |
938 | 2024-10-10T19:52:10.638Z | Downloaded csv v1.3.0 |
939 | 2024-10-10T19:52:10.675Z | Downloaded rustls v0.23.10 |
940 | 2024-10-10T19:52:10.692Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
941 | 2024-10-10T19:52:10.708Z | Downloaded ratatui v0.28.0 |
942 | 2024-10-10T19:52:10.728Z | Downloaded dropshot v0.12.0 |
943 | 2024-10-10T19:52:10.748Z | Downloaded encoding_rs v0.8.34 |
944 | 2024-10-10T19:52:10.768Z | Downloaded lzma-sys v0.1.20 |
945 | 2024-10-10T19:52:10.796Z | Downloaded petgraph v0.6.5 |
946 | 2024-10-10T19:52:10.812Z | Downloaded nix v0.28.0 |
947 | 2024-10-10T19:52:10.823Z | Downloaded sha3 v0.10.8 |
948 | 2024-10-10T19:52:10.827Z | Downloaded trust-dns-proto v0.22.0 |
949 | 2024-10-10T19:52:10.840Z | Downloaded regress v0.10.1 |
950 | 2024-10-10T19:52:10.848Z | Downloaded hickory-proto v0.24.1 |
951 | 2024-10-10T19:52:10.865Z | Downloaded rustls v0.21.12 |
952 | 2024-10-10T19:52:10.876Z | Downloaded nix v0.29.0 |
953 | 2024-10-10T19:52:10.889Z | Downloaded smoltcp v0.9.1 |
954 | 2024-10-10T19:52:10.899Z | Downloaded rustyline v14.0.0 |
955 | 2024-10-10T19:52:10.905Z | Downloaded lalrpop v0.19.12 |
956 | 2024-10-10T19:52:10.916Z | Downloaded idna v0.5.0 |
957 | 2024-10-10T19:52:10.923Z | Downloaded idna v0.3.0 |
958 | 2024-10-10T19:52:10.930Z | Downloaded curve25519-dalek v4.1.3 |
959 | 2024-10-10T19:52:10.938Z | Downloaded ring v0.17.8 |
960 | 2024-10-10T19:52:11.009Z | Downloaded reqwest v0.11.27 |
961 | 2024-10-10T19:52:11.016Z | Downloaded chrono v0.4.38 |
962 | 2024-10-10T19:52:11.023Z | Downloaded bindgen v0.69.4 |
963 | 2024-10-10T19:52:11.031Z | Downloaded bitvec v1.0.1 |
964 | 2024-10-10T19:52:11.047Z | Downloaded winnow v0.5.40 |
965 | 2024-10-10T19:52:11.056Z | Downloaded x509-cert v0.2.5 |
966 | 2024-10-10T19:52:11.061Z | Downloaded vergen v8.3.2 |
967 | 2024-10-10T19:52:11.064Z | Downloaded uuid v1.10.0 |
968 | 2024-10-10T19:52:11.067Z | Downloaded parse-display v0.10.0 |
969 | 2024-10-10T19:52:11.069Z | Downloaded ron v0.7.1 |
970 | 2024-10-10T19:52:11.072Z | Downloaded utf-8 v0.7.6 |
971 | 2024-10-10T19:52:11.075Z | Downloaded tungstenite v0.23.0 |
972 | 2024-10-10T19:52:11.077Z | Downloaded vsss-rs v3.3.4 |
973 | 2024-10-10T19:52:11.079Z | Downloaded predicates v3.1.2 |
974 | 2024-10-10T19:52:11.082Z | Downloaded hyper v1.4.1 |
975 | 2024-10-10T19:52:11.088Z | Downloaded blake3 v1.5.1 |
976 | 2024-10-10T19:52:11.096Z | Downloaded reedline v0.33.0 |
977 | 2024-10-10T19:52:11.105Z | Downloaded hkdf v0.12.4 |
978 | 2024-10-10T19:52:11.107Z | Downloaded steno v0.4.1 |
979 | 2024-10-10T19:52:11.110Z | Downloaded aho-corasick v1.1.3 |
980 | 2024-10-10T19:52:11.115Z | Downloaded futures v0.3.31 |
981 | 2024-10-10T19:52:11.120Z | Downloaded der_derive v0.7.2 |
982 | 2024-10-10T19:52:11.122Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
983 | 2024-10-10T19:52:11.181Z | Downloaded hmac v0.12.1 |
984 | 2024-10-10T19:52:11.183Z | Downloaded signal-hook-tokio v0.3.1 |
985 | 2024-10-10T19:52:11.186Z | Downloaded wait-timeout v0.2.0 |
986 | 2024-10-10T19:52:11.186Z | Downloaded xattr v1.3.1 |
987 | 2024-10-10T19:52:11.188Z | Downloaded owo-colors v4.1.0 |
988 | 2024-10-10T19:52:11.190Z | Downloaded elliptic-curve v0.13.8 |
989 | 2024-10-10T19:52:11.193Z | Downloaded headers v0.4.0 |
990 | 2024-10-10T19:52:11.198Z | Downloaded smallvec v0.6.14 |
991 | 2024-10-10T19:52:11.201Z | Downloaded highway v1.2.0 |
992 | 2024-10-10T19:52:11.203Z | Downloaded diesel_derives v2.2.2 |
993 | 2024-10-10T19:52:11.206Z | Downloaded hash32 v0.2.1 |
994 | 2024-10-10T19:52:11.209Z | Downloaded fatfs v0.3.6 |
995 | 2024-10-10T19:52:11.211Z | Downloaded unicode-bidi v0.3.15 |
996 | 2024-10-10T19:52:11.213Z | Downloaded number_prefix v0.4.0 |
997 | 2024-10-10T19:52:11.216Z | Downloaded tar v0.4.42 |
998 | 2024-10-10T19:52:11.218Z | Downloaded num-bigint v0.4.5 |
999 | 2024-10-10T19:52:11.222Z | Downloaded mio v1.0.2 |
1000 | 2024-10-10T19:52:11.227Z | Downloaded itertools v0.10.5 |
1001 | 2024-10-10T19:52:11.234Z | Downloaded typify v0.2.0 |
1002 | 2024-10-10T19:52:11.237Z | Downloaded universal-hash v0.5.1 |
1003 | 2024-10-10T19:52:11.239Z | Downloaded strum_macros v0.25.3 |
1004 | 2024-10-10T19:52:11.241Z | Downloaded url v2.5.2 |
1005 | 2024-10-10T19:52:11.243Z | Downloaded strip-ansi-escapes v0.2.0 |
1006 | 2024-10-10T19:52:11.246Z | Downloaded ssh-key v0.6.6 |
1007 | 2024-10-10T19:52:11.250Z | Downloaded stringprep v0.1.4 |
1008 | 2024-10-10T19:52:11.252Z | Downloaded omicron-zone-package v0.11.1 |
1009 | 2024-10-10T19:52:11.254Z | Downloaded toml v0.7.8 |
1010 | 2024-10-10T19:52:11.258Z | Downloaded fallible-iterator v0.3.0 |
1011 | 2024-10-10T19:52:11.260Z | Downloaded flume v0.11.0 |
1012 | 2024-10-10T19:52:11.262Z | Downloaded sct v0.7.1 |
1013 | 2024-10-10T19:52:11.266Z | Downloaded parking_lot v0.12.2 |
1014 | 2024-10-10T19:52:11.268Z | Downloaded quinn v0.11.5 |
1015 | 2024-10-10T19:52:11.272Z | Downloaded resolv-conf v0.7.0 |
1016 | 2024-10-10T19:52:11.274Z | Downloaded dhcproto v0.12.0 |
1017 | 2024-10-10T19:52:11.276Z | Downloaded similar v2.6.0 |
1018 | 2024-10-10T19:52:11.281Z | Downloaded schemars_derive v0.8.21 |
1019 | 2024-10-10T19:52:11.284Z | Downloaded value-bag v1.9.0 |
1020 | 2024-10-10T19:52:11.286Z | Downloaded russh-cryptovec v0.7.2 |
1021 | 2024-10-10T19:52:11.286Z | Downloaded hyper-util v0.1.9 |
1022 | 2024-10-10T19:52:11.290Z | Downloaded half v2.4.1 |
1023 | 2024-10-10T19:52:11.293Z | Downloaded tabwriter v1.4.0 |
1024 | 2024-10-10T19:52:11.295Z | Downloaded subprocess v0.2.9 |
1025 | 2024-10-10T19:52:11.297Z | Downloaded derive_more v0.99.18 |
1026 | 2024-10-10T19:52:11.300Z | Downloaded num-bigint-dig v0.8.4 |
1027 | 2024-10-10T19:52:11.304Z | Downloaded minimal-lexical v0.2.1 |
1028 | 2024-10-10T19:52:11.309Z | Downloaded http v1.1.0 |
1029 | 2024-10-10T19:52:11.313Z | Downloaded compact_str v0.8.0 |
1030 | 2024-10-10T19:52:11.317Z | Downloaded cc v1.0.97 |
1031 | 2024-10-10T19:52:11.320Z | Downloaded structmeta v0.2.0 |
1032 | 2024-10-10T19:52:11.322Z | Downloaded slog-stdlog v4.1.1 |
1033 | 2024-10-10T19:52:11.325Z | Downloaded slog-bunyan v2.5.0 |
1034 | 2024-10-10T19:52:11.328Z | Downloaded ecdsa v0.16.9 |
1035 | 2024-10-10T19:52:11.330Z | Downloaded serde_yaml v0.9.34+deprecated |
1036 | 2024-10-10T19:52:11.330Z | Downloaded tower-service v0.3.2 |
1037 | 2024-10-10T19:52:11.330Z | Downloaded progenitor-client v0.8.0 |
1038 | 2024-10-10T19:52:11.333Z | Downloaded peg v0.8.4 |
1039 | 2024-10-10T19:52:11.335Z | Downloaded pbkdf2 v0.11.0 |
1040 | 2024-10-10T19:52:11.337Z | Downloaded enum-as-inner v0.5.1 |
1041 | 2024-10-10T19:52:11.339Z | Downloaded libxml v0.3.3 |
1042 | 2024-10-10T19:52:11.344Z | Downloaded prettyplease v0.2.22 |
1043 | 2024-10-10T19:52:11.347Z | Downloaded glob v0.3.1 |
1044 | 2024-10-10T19:52:11.349Z | Downloaded strum_macros v0.26.4 |
1045 | 2024-10-10T19:52:11.351Z | Downloaded num-traits v0.2.19 |
1046 | 2024-10-10T19:52:11.353Z | Downloaded backtrace v0.3.71 |
1047 | 2024-10-10T19:52:11.358Z | Downloaded siphasher v0.3.11 |
1048 | 2024-10-10T19:52:11.361Z | Downloaded signature v2.2.0 |
1049 | 2024-10-10T19:52:11.364Z | Downloaded serde_derive_internals v0.29.1 |
1050 | 2024-10-10T19:52:11.364Z | Downloaded rustc_version v0.4.0 |
1051 | 2024-10-10T19:52:11.366Z | Downloaded password-hash v0.5.0 |
1052 | 2024-10-10T19:52:11.366Z | Downloaded hickory-client v0.24.1 |
1053 | 2024-10-10T19:52:11.369Z | Downloaded des v0.8.1 |
1054 | 2024-10-10T19:52:11.372Z | Downloaded mio v0.8.11 |
1055 | 2024-10-10T19:52:11.376Z | Downloaded itertools v0.12.1 |
1056 | 2024-10-10T19:52:11.383Z | Downloaded endian-type v0.1.2 |
1057 | 2024-10-10T19:52:11.385Z | Downloaded multimap v0.10.0 |
1058 | 2024-10-10T19:52:11.385Z | Downloaded hyper-staticfile v0.10.1 |
1059 | 2024-10-10T19:52:11.388Z | Downloaded lock_api v0.4.12 |
1060 | 2024-10-10T19:52:11.390Z | Downloaded bytes v1.7.2 |
1061 | 2024-10-10T19:52:11.392Z | Downloaded ref-cast v1.0.23 |
1062 | 2024-10-10T19:52:11.394Z | Downloaded crc-any v2.5.0 |
1063 | 2024-10-10T19:52:11.397Z | Downloaded slab v0.4.9 |
1064 | 2024-10-10T19:52:11.399Z | Downloaded crossbeam-epoch v0.9.18 |
1065 | 2024-10-10T19:52:11.401Z | Downloaded crc32fast v1.4.0 |
1066 | 2024-10-10T19:52:11.404Z | Downloaded float-cmp v0.9.0 |
1067 | 2024-10-10T19:52:11.404Z | Downloaded time-macros v0.2.18 |
1068 | 2024-10-10T19:52:11.406Z | Downloaded native-tls v0.2.11 |
1069 | 2024-10-10T19:52:11.408Z | Downloaded linear-map v1.2.0 |
1070 | 2024-10-10T19:52:11.408Z | Downloaded flagset v0.4.5 |
1071 | 2024-10-10T19:52:11.411Z | Downloaded term v0.7.0 |
1072 | 2024-10-10T19:52:11.413Z | Downloaded libsw v3.3.1 |
1073 | 2024-10-10T19:52:11.416Z | Downloaded defmt-parser v0.3.4 |
1074 | 2024-10-10T19:52:11.416Z | Downloaded defmt-macros v0.3.9 |
1075 | 2024-10-10T19:52:11.418Z | Downloaded untrusted v0.7.1 |
1076 | 2024-10-10T19:52:11.421Z | Downloaded unicode-truncate v1.0.0 |
1077 | 2024-10-10T19:52:11.423Z | Downloaded cookie_store v0.21.0 |
1078 | 2024-10-10T19:52:11.428Z | Downloaded chacha20poly1305 v0.10.1 |
1079 | 2024-10-10T19:52:11.431Z | Downloaded lazy_static v1.5.0 |
1080 | 2024-10-10T19:52:11.431Z | Downloaded inout v0.1.3 |
1081 | 2024-10-10T19:52:11.433Z | Downloaded smf v0.2.3 |
1082 | 2024-10-10T19:52:11.433Z | Downloaded same-file v1.0.6 |
1083 | 2024-10-10T19:52:11.436Z | Downloaded keccak v0.1.5 |
1084 | 2024-10-10T19:52:11.436Z | Downloaded indoc v1.0.9 |
1085 | 2024-10-10T19:52:11.438Z | Downloaded async-trait v0.1.83 |
1086 | 2024-10-10T19:52:11.441Z | Downloaded cipher v0.4.4 |
1087 | 2024-10-10T19:52:11.444Z | Downloaded bitfield-struct v0.6.1 |
1088 | 2024-10-10T19:52:11.446Z | Downloaded sha1 v0.10.6 |
1089 | 2024-10-10T19:52:11.446Z | Downloaded mockall v0.13.0 |
1090 | 2024-10-10T19:52:11.449Z | Downloaded httpdate v1.0.3 |
1091 | 2024-10-10T19:52:11.449Z | Downloaded castaway v0.2.3 |
1092 | 2024-10-10T19:52:11.451Z | Downloaded block-padding v0.3.3 |
1093 | 2024-10-10T19:52:11.451Z | Downloaded bcrypt-pbkdf v0.10.0 |
1094 | 2024-10-10T19:52:11.451Z | Downloaded async-stream v0.3.5 |
1095 | 2024-10-10T19:52:11.454Z | Downloaded hyper-rustls v0.27.3 |
1096 | 2024-10-10T19:52:11.457Z | Downloaded clang-sys v1.7.0 |
1097 | 2024-10-10T19:52:11.459Z | Downloaded bzip2 v0.4.4 |
1098 | 2024-10-10T19:52:11.459Z | Downloaded blake2 v0.10.6 |
1099 | 2024-10-10T19:52:11.462Z | Downloaded ahash v0.8.11 |
1100 | 2024-10-10T19:52:11.465Z | Downloaded lalrpop-util v0.19.12 |
1101 | 2024-10-10T19:52:11.468Z | Downloaded internet-checksum v0.2.1 |
1102 | 2024-10-10T19:52:11.468Z | Downloaded instability v0.3.2 |
1103 | 2024-10-10T19:52:11.468Z | Downloaded hyper-tls v0.6.0 |
1104 | 2024-10-10T19:52:11.468Z | Downloaded kstat-rs v0.2.4 |
1105 | 2024-10-10T19:52:11.472Z | Downloaded ciborium v0.2.2 |
1106 | 2024-10-10T19:52:11.474Z | Downloaded linked-hash-map v0.5.6 |
1107 | 2024-10-10T19:52:11.474Z | Downloaded lazycell v1.3.0 |
1108 | 2024-10-10T19:52:11.475Z | Downloaded debug-ignore v1.0.5 |
1109 | 2024-10-10T19:52:11.477Z | Downloaded ident_case v1.0.1 |
1110 | 2024-10-10T19:52:11.477Z | Downloaded argon2 v0.5.3 |
1111 | 2024-10-10T19:52:11.477Z | Downloaded cancel-safe-futures v0.1.5 |
1112 | 2024-10-10T19:52:11.481Z | Downloaded arrayvec v0.7.4 |
1113 | 2024-10-10T19:52:11.485Z | Downloaded cbc v0.1.2 |
1114 | 2024-10-10T19:52:11.485Z | Downloaded ciborium-ll v0.2.2 |
1115 | 2024-10-10T19:52:11.488Z | Downloaded crc v3.2.1 |
1116 | 2024-10-10T19:52:11.488Z | Downloaded cexpr v0.6.0 |
1117 | 2024-10-10T19:52:11.491Z | Downloaded cassowary v0.3.0 |
1118 | 2024-10-10T19:52:11.496Z | Downloaded bitflags v1.3.2 |
1119 | 2024-10-10T19:52:11.496Z | Downloaded bitfield v0.14.0 |
1120 | 2024-10-10T19:52:11.498Z | Downloaded atomic-waker v1.1.2 |
1121 | 2024-10-10T19:52:11.498Z | Downloaded hubpack v0.1.2 |
1122 | 2024-10-10T19:52:11.498Z | Downloaded httparse v1.8.0 |
1123 | 2024-10-10T19:52:11.500Z | Downloaded hostname v0.4.0 |
1124 | 2024-10-10T19:52:11.503Z | Downloaded blowfish v0.9.1 |
1125 | 2024-10-10T19:52:11.504Z | Downloaded cfg_aliases v0.2.1 |
1126 | 2024-10-10T19:52:11.504Z | Downloaded atomicwrites v0.4.4 |
1127 | 2024-10-10T19:52:11.507Z | Downloaded async-stream-impl v0.3.5 |
1128 | 2024-10-10T19:52:11.507Z | Downloaded assert_matches v1.5.0 |
1129 | 2024-10-10T19:52:11.595Z | Downloaded libz-sys v1.1.16 |
1130 | 2024-10-10T19:52:11.792Z | Downloaded ring v0.16.20 |
1131 | 2024-10-10T19:52:11.876Z | Downloaded libsqlite3-sys v0.30.1 |
1132 | 2024-10-10T19:52:12.059Z | Compiling serde v1.0.210 |
1133 | 2024-10-10T19:52:12.062Z | Compiling typenum v1.17.0 |
1134 | 2024-10-10T19:52:12.062Z | Compiling generic-array v0.14.7 |
1135 | 2024-10-10T19:52:12.062Z | Compiling lock_api v0.4.12 |
1136 | 2024-10-10T19:52:12.062Z | Compiling subtle v2.5.0 |
1137 | 2024-10-10T19:52:12.255Z | Compiling syn v2.0.79 |
1138 | 2024-10-10T19:52:12.270Z | Compiling getrandom v0.2.14 |
1139 | 2024-10-10T19:52:12.273Z | Compiling scopeguard v1.2.0 |
1140 | 2024-10-10T19:52:12.449Z | Compiling value-bag v1.9.0 |
1141 | 2024-10-10T19:52:12.528Z | Compiling rand_core v0.6.4 |
1142 | 2024-10-10T19:52:12.625Z | Compiling const-oid v0.9.6 |
1143 | 2024-10-10T19:52:12.720Z | Compiling jobserver v0.1.32 |
1144 | 2024-10-10T19:52:12.805Z | Compiling smallvec v1.13.2 |
1145 | 2024-10-10T19:52:13.047Z | Compiling log v0.4.22 |
1146 | 2024-10-10T19:52:13.047Z | Compiling pin-project-lite v0.2.14 |
1147 | 2024-10-10T19:52:13.128Z | Compiling cc v1.0.97 |
1148 | 2024-10-10T19:52:13.173Z | Compiling parking_lot_core v0.9.10 |
1149 | 2024-10-10T19:52:13.193Z | Compiling cpufeatures v0.2.12 |
1150 | 2024-10-10T19:52:13.286Z | Compiling signal-hook-registry v1.4.2 |
1151 | 2024-10-10T19:52:13.648Z | Compiling futures-core v0.3.31 |
1152 | 2024-10-10T19:52:13.908Z | Compiling mio v1.0.2 |
1153 | 2024-10-10T19:52:13.927Z | Compiling ahash v0.8.11 |
1154 | 2024-10-10T19:52:14.074Z | Compiling parking_lot v0.12.2 |
1155 | 2024-10-10T19:52:14.271Z | Compiling futures-sink v0.3.31 |
1156 | 2024-10-10T19:52:14.392Z | Compiling spin v0.9.8 |
1157 | 2024-10-10T19:52:14.426Z | Compiling socket2 v0.5.7 |
1158 | 2024-10-10T19:52:14.541Z | Compiling slab v0.4.9 |
1159 | 2024-10-10T19:52:14.772Z | Compiling tinyvec_macros v0.1.1 |
1160 | 2024-10-10T19:52:14.865Z | Compiling tinyvec v1.6.0 |
1161 | 2024-10-10T19:52:14.883Z | Compiling libm v0.2.8 |
1162 | 2024-10-10T19:52:14.970Z | Compiling base64ct v1.6.0 |
1163 | 2024-10-10T19:52:14.986Z | Compiling allocator-api2 v0.2.18 |
1164 | 2024-10-10T19:52:15.097Z | Compiling serde_json v1.0.128 |
1165 | 2024-10-10T19:52:15.372Z | Compiling num-traits v0.2.19 |
1166 | 2024-10-10T19:52:15.461Z | Compiling pem-rfc7468 v0.7.0 |
1167 | 2024-10-10T19:52:15.514Z | Compiling flagset v0.4.5 |
1168 | 2024-10-10T19:52:15.531Z | Compiling unicode-bidi v0.3.15 |
1169 | 2024-10-10T19:52:15.825Z | Compiling futures-channel v0.3.31 |
1170 | 2024-10-10T19:52:15.936Z | Compiling pin-utils v0.1.0 |
1171 | 2024-10-10T19:52:16.035Z | Compiling futures-task v0.3.31 |
1172 | 2024-10-10T19:52:16.266Z | Compiling futures-io v0.3.31 |
1173 | 2024-10-10T19:52:16.300Z | Compiling vcpkg v0.2.15 |
1174 | 2024-10-10T19:52:16.355Z | Compiling unicode-normalization v0.1.23 |
1175 | 2024-10-10T19:52:16.386Z | Compiling pkg-config v0.3.30 |
1176 | 2024-10-10T19:52:16.601Z | Compiling crossbeam-utils v0.8.19 |
1177 | 2024-10-10T19:52:17.260Z | Compiling ring v0.17.8 |
1178 | 2024-10-10T19:52:17.284Z | Compiling tracing-core v0.1.32 |
1179 | 2024-10-10T19:52:17.303Z | Compiling percent-encoding v2.3.1 |
1180 | 2024-10-10T19:52:17.497Z | Compiling ppv-lite86 v0.2.17 |
1181 | 2024-10-10T19:52:17.977Z | Compiling rustix v0.38.37 |
1182 | 2024-10-10T19:52:18.351Z | Compiling rand_chacha v0.3.1 |
1183 | 2024-10-10T19:52:18.558Z | Compiling openssl-sys v0.9.103 |
1184 | 2024-10-10T19:52:18.732Z | Compiling rustls-pki-types v1.7.0 |
1185 | 2024-10-10T19:52:18.836Z | Compiling httparse v1.8.0 |
1186 | 2024-10-10T19:52:19.083Z | Compiling rand v0.8.5 |
1187 | 2024-10-10T19:52:19.167Z | Compiling untrusted v0.9.0 |
1188 | 2024-10-10T19:52:19.288Z | Compiling rustversion v1.0.17 |
1189 | 2024-10-10T19:52:19.317Z | Compiling foreign-types-shared v0.1.1 |
1190 | 2024-10-10T19:52:19.419Z | Compiling openssl v0.10.66 |
1191 | 2024-10-10T19:52:19.502Z | Compiling time-core v0.1.2 |
1192 | 2024-10-10T19:52:19.644Z | Compiling atomic-waker v1.1.2 |
1193 | 2024-10-10T19:52:19.676Z | Compiling try-lock v0.2.5 |
1194 | 2024-10-10T19:52:19.800Z | Compiling powerfmt v0.2.0 |
1195 | 2024-10-10T19:52:19.821Z | Compiling num-conv v0.1.0 |
1196 | 2024-10-10T19:52:19.864Z | Compiling want v0.3.1 |
1197 | 2024-10-10T19:52:20.103Z | Compiling time-macros v0.2.18 |
1198 | 2024-10-10T19:52:20.134Z | Compiling deranged v0.3.11 |
1199 | 2024-10-10T19:52:20.186Z | Compiling foreign-types v0.3.2 |
1200 | 2024-10-10T19:52:20.531Z | Compiling form_urlencoded v1.2.1 |
1201 | 2024-10-10T19:52:20.861Z | Compiling aho-corasick v1.1.3 |
1202 | 2024-10-10T19:52:21.026Z | Compiling siphasher v0.3.11 |
1203 | 2024-10-10T19:52:21.047Z | Compiling num_threads v0.1.7 |
1204 | 2024-10-10T19:52:21.172Z | Compiling httpdate v1.0.3 |
1205 | 2024-10-10T19:52:21.375Z | Compiling rustls v0.23.10 |
1206 | 2024-10-10T19:52:21.400Z | Compiling base64 v0.22.1 |
1207 | 2024-10-10T19:52:21.618Z | Compiling regex-syntax v0.8.4 |
1208 | 2024-10-10T19:52:21.650Z | Compiling native-tls v0.2.11 |
1209 | 2024-10-10T19:52:21.962Z | Compiling syn v1.0.109 |
1210 | 2024-10-10T19:52:22.122Z | Compiling crossbeam-epoch v0.9.18 |
1211 | 2024-10-10T19:52:22.628Z | Compiling idna v0.5.0 |
1212 | 2024-10-10T19:52:22.863Z | Compiling lazy_static v1.5.0 |
1213 | 2024-10-10T19:52:22.983Z | Compiling cookie v0.18.1 |
1214 | 2024-10-10T19:52:23.264Z | Compiling iana-time-zone v0.1.60 |
1215 | 2024-10-10T19:52:23.267Z | Compiling time v0.3.36 |
1216 | 2024-10-10T19:52:23.383Z | Compiling slog v2.7.0 |
1217 | 2024-10-10T19:52:23.710Z | Compiling tower-service v0.3.2 |
1218 | 2024-10-10T19:52:23.831Z | Compiling finl_unicode v1.2.0 |
1219 | 2024-10-10T19:52:23.911Z | Compiling either v1.13.0 |
1220 | 2024-10-10T19:52:24.133Z | Compiling openssl-probe v0.1.5 |
1221 | 2024-10-10T19:52:24.369Z | Compiling rayon-core v1.12.1 |
1222 | 2024-10-10T19:52:24.404Z | Compiling stringprep v0.1.4 |
1223 | 2024-10-10T19:52:24.546Z | Compiling url v2.5.2 |
1224 | 2024-10-10T19:52:25.605Z | Compiling regex-automata v0.4.6 |
1225 | 2024-10-10T19:52:26.270Z | Compiling crossbeam-deque v0.8.5 |
1226 | 2024-10-10T19:52:26.406Z | Compiling rustls-webpki v0.102.4 |
1227 | 2024-10-10T19:52:26.479Z | Compiling serde_derive v1.0.210 |
1228 | 2024-10-10T19:52:26.601Z | Compiling zeroize_derive v1.4.2 |
1229 | 2024-10-10T19:52:28.103Z | Compiling zerocopy-derive v0.7.34 |
1230 | 2024-10-10T19:52:28.129Z | Compiling tokio-macros v2.4.0 |
1231 | 2024-10-10T19:52:28.231Z | Compiling zeroize v1.8.1 |
1232 | 2024-10-10T19:52:28.620Z | Compiling der_derive v0.7.2 |
1233 | 2024-10-10T19:52:28.640Z | Compiling thiserror-impl v1.0.64 |
1234 | 2024-10-10T19:52:29.783Z | Compiling futures-macro v0.3.31 |
1235 | 2024-10-10T19:52:30.011Z | Compiling crypto-common v0.1.6 |
1236 | 2024-10-10T19:52:30.244Z | Compiling block-buffer v0.10.4 |
1237 | 2024-10-10T19:52:30.401Z | Compiling zerocopy v0.7.34 |
1238 | 2024-10-10T19:52:30.503Z | Compiling digest v0.10.7 |
1239 | 2024-10-10T19:52:31.028Z | Compiling hmac v0.12.1 |
1240 | 2024-10-10T19:52:31.106Z | Compiling block-padding v0.3.3 |
1241 | 2024-10-10T19:52:31.274Z | Compiling sha2 v0.10.8 |
1242 | 2024-10-10T19:52:31.354Z | Compiling inout v0.1.3 |
1243 | 2024-10-10T19:52:31.632Z | Compiling cipher v0.4.4 |
1244 | 2024-10-10T19:52:31.775Z | Compiling der v0.7.9 |
1245 | 2024-10-10T19:52:32.033Z | Compiling thiserror v1.0.64 |
1246 | 2024-10-10T19:52:32.144Z | Compiling salsa20 v0.10.2 |
1247 | 2024-10-10T19:52:32.174Z | Compiling futures-util v0.3.31 |
1248 | 2024-10-10T19:52:32.372Z | Compiling pbkdf2 v0.12.2 |
1249 | 2024-10-10T19:52:32.548Z | Compiling hashbrown v0.14.5 |
1250 | 2024-10-10T19:52:32.548Z | Compiling scrypt v0.11.0 |
1251 | 2024-10-10T19:52:33.131Z | Compiling cbc v0.1.2 |
1252 | 2024-10-10T19:52:33.367Z | Compiling aes v0.8.4 |
1253 | 2024-10-10T19:52:33.924Z | Compiling spki v0.7.3 |
1254 | 2024-10-10T19:52:34.321Z | Compiling pkcs5 v0.7.1 |
1255 | 2024-10-10T19:52:34.920Z | Compiling pest v2.7.10 |
1256 | 2024-10-10T19:52:35.061Z | Compiling tracing-attributes v0.1.27 |
1257 | 2024-10-10T19:52:35.517Z | Compiling pkcs8 v0.10.2 |
1258 | 2024-10-10T19:52:36.217Z | Compiling scroll_derive v0.12.0 |
1259 | 2024-10-10T19:52:36.279Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-10-10T19:52:37.076Z | Compiling signature v2.2.0 |
1261 | 2024-10-10T19:52:37.355Z | Compiling pest_meta v2.7.10 |
1262 | 2024-10-10T19:52:37.717Z | Compiling scroll v0.12.0 |
1263 | 2024-10-10T19:52:37.797Z | Compiling md-5 v0.10.6 |
1264 | 2024-10-10T19:52:38.256Z | Compiling goblin v0.8.2 |
1265 | 2024-10-10T19:52:38.338Z | Compiling num-integer v0.1.46 |
1266 | 2024-10-10T19:52:38.359Z | Compiling idna v0.3.0 |
1267 | 2024-10-10T19:52:38.819Z | Compiling tracing v0.1.40 |
1268 | 2024-10-10T19:52:39.000Z | Compiling pest_generator v2.7.10 |
1269 | 2024-10-10T19:52:39.116Z | Compiling backtrace v0.3.71 |
1270 | 2024-10-10T19:52:39.338Z | Compiling ff v0.13.0 |
1271 | 2024-10-10T19:52:39.566Z | Compiling hash32 v0.2.1 |
1272 | 2024-10-10T19:52:39.598Z | Compiling crc32fast v1.4.0 |
1273 | 2024-10-10T19:52:39.923Z | Compiling stable_deref_trait v1.2.0 |
1274 | 2024-10-10T19:52:39.977Z | Compiling portable-atomic v1.6.0 |
1275 | 2024-10-10T19:52:40.026Z | Compiling base16ct v0.2.0 |
1276 | 2024-10-10T19:52:40.105Z | Compiling adler v1.0.2 |
1277 | 2024-10-10T19:52:40.327Z | Compiling psl-types v2.0.11 |
1278 | 2024-10-10T19:52:40.347Z | Compiling fallible-iterator v0.2.0 |
1279 | 2024-10-10T19:52:40.523Z | Compiling bytes v1.7.2 |
1280 | 2024-10-10T19:52:40.863Z | Compiling bitflags v2.6.0 |
1281 | 2024-10-10T19:52:41.024Z | Compiling indexmap v2.5.0 |
1282 | 2024-10-10T19:52:41.062Z | Compiling semver v1.0.23 |
1283 | 2024-10-10T19:52:41.816Z | Compiling tokio v1.39.3 |
1284 | 2024-10-10T19:52:41.835Z | Compiling rustc_version v0.4.0 |
1285 | 2024-10-10T19:52:42.385Z | Compiling http v1.1.0 |
1286 | 2024-10-10T19:52:42.463Z | Compiling pest_derive v2.7.10 |
1287 | 2024-10-10T19:52:42.577Z | Compiling heapless v0.7.17 |
1288 | 2024-10-10T19:52:43.256Z | Compiling dtrace-parser v0.2.0 |
1289 | 2024-10-10T19:52:44.016Z | Compiling http-body v1.0.0 |
1290 | 2024-10-10T19:52:44.251Z | Compiling dof v0.3.0 |
1291 | 2024-10-10T19:52:44.819Z | Compiling uuid v1.10.0 |
1292 | 2024-10-10T19:52:45.403Z | Compiling usdt-impl v0.5.0 |
1293 | 2024-10-10T19:52:46.388Z | Compiling curve25519-dalek v4.1.3 |
1294 | 2024-10-10T19:52:46.458Z | Compiling serde_spanned v0.6.7 |
1295 | 2024-10-10T19:52:46.625Z | Compiling toml_datetime v0.6.8 |
1296 | 2024-10-10T19:52:46.694Z | Compiling chrono v0.4.38 |
1297 | 2024-10-10T19:52:46.990Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-10-10T19:52:47.015Z | Compiling signal-hook v0.3.17 |
1299 | 2024-10-10T19:52:47.120Z | Compiling smoltcp v0.9.1 |
1300 | 2024-10-10T19:52:47.295Z | Compiling num-bigint-dig v0.8.4 |
1301 | 2024-10-10T19:52:47.583Z | Compiling gimli v0.28.1 |
1302 | 2024-10-10T19:52:47.898Z | Compiling terminal_size v0.4.0 |
1303 | 2024-10-10T19:52:48.113Z | Compiling http-body-util v0.1.2 |
1304 | 2024-10-10T19:52:48.437Z | Compiling postgres-protocol v0.6.7 |
1305 | 2024-10-10T19:52:48.670Z | Compiling publicsuffix v2.2.3 |
1306 | 2024-10-10T19:52:48.886Z | Compiling miniz_oxide v0.7.2 |
1307 | 2024-10-10T19:52:48.911Z | Compiling sec1 v0.7.3 |
1308 | 2024-10-10T19:52:49.744Z | Compiling group v0.13.0 |
1309 | 2024-10-10T19:52:49.764Z | Compiling hubpack_derive v0.1.1 |
1310 | 2024-10-10T19:52:50.070Z | Compiling tokio-util v0.7.12 |
1311 | 2024-10-10T19:52:50.090Z | Compiling tokio-native-tls v0.3.1 |
1312 | 2024-10-10T19:52:50.368Z | Compiling tokio-rustls v0.26.0 |
1313 | 2024-10-10T19:52:50.416Z | Compiling num-iter v0.1.45 |
1314 | 2024-10-10T19:52:50.603Z | Compiling hkdf v0.12.4 |
1315 | 2024-10-10T19:52:50.655Z | Compiling crypto-bigint v0.5.5 |
1316 | 2024-10-10T19:52:50.881Z | Compiling zerocopy-derive v0.6.6 |
1317 | 2024-10-10T19:52:51.539Z | Compiling h2 v0.4.6 |
1318 | 2024-10-10T19:52:51.723Z | Compiling curve25519-dalek-derive v0.1.1 |
1319 | 2024-10-10T19:52:51.951Z | Compiling addr2line v0.21.0 |
1320 | 2024-10-10T19:52:52.543Z | Compiling async-trait v0.1.83 |
1321 | 2024-10-10T19:52:53.036Z | Compiling phf_shared v0.11.2 |
1322 | 2024-10-10T19:52:53.298Z | Compiling serde_derive_internals v0.29.1 |
1323 | 2024-10-10T19:52:53.410Z | Compiling webpki-roots v0.26.3 |
1324 | 2024-10-10T19:52:53.494Z | Compiling object v0.32.2 |
1325 | 2024-10-10T19:52:53.602Z | Compiling fs-err v2.11.0 |
1326 | 2024-10-10T19:52:53.619Z | Compiling winnow v0.5.40 |
1327 | 2024-10-10T19:52:53.904Z | Compiling adler2 v2.0.0 |
1328 | 2024-10-10T19:52:54.123Z | Compiling schemars v0.8.21 |
1329 | 2024-10-10T19:52:54.483Z | Compiling anyhow v1.0.89 |
1330 | 2024-10-10T19:52:55.120Z | Compiling bitflags v1.3.2 |
1331 | 2024-10-10T19:52:55.234Z | Compiling ipnet v2.10.0 |
1332 | 2024-10-10T19:52:55.329Z | Compiling rustc-demangle v0.1.24 |
1333 | 2024-10-10T19:52:56.049Z | Compiling managed v0.8.0 |
1334 | 2024-10-10T19:52:56.353Z | Compiling clap_builder v4.5.20 |
1335 | 2024-10-10T19:52:56.503Z | Compiling schemars_derive v0.8.21 |
1336 | 2024-10-10T19:52:56.823Z | Compiling console v0.15.8 |
1337 | 2024-10-10T19:52:56.950Z | Compiling miniz_oxide v0.8.0 |
1338 | 2024-10-10T19:52:57.495Z | Compiling toml_edit v0.19.15 |
1339 | 2024-10-10T19:52:58.446Z | Compiling elliptic-curve v0.13.8 |
1340 | 2024-10-10T19:52:58.506Z | Compiling phf v0.11.2 |
1341 | 2024-10-10T19:52:58.587Z | Compiling hyper v1.4.1 |
1342 | 2024-10-10T19:52:59.261Z | Compiling cookie_store v0.21.0 |
1343 | 2024-10-10T19:52:59.842Z | Compiling zerocopy v0.6.6 |
1344 | 2024-10-10T19:53:00.817Z | Compiling rayon v1.10.0 |
1345 | 2024-10-10T19:53:00.836Z | Compiling hubpack v0.1.2 |
1346 | 2024-10-10T19:53:01.284Z | Compiling hyper-util v0.1.9 |
1347 | 2024-10-10T19:53:03.087Z | Compiling postgres-types v0.2.8 |
1348 | 2024-10-10T19:53:04.277Z | Compiling hyper-rustls v0.27.3 |
1349 | 2024-10-10T19:53:04.385Z | Compiling hyper-tls v0.6.0 |
1350 | 2024-10-10T19:53:04.786Z | Compiling usdt-attr-macro v0.5.0 |
1351 | 2024-10-10T19:53:04.895Z | Compiling usdt-macro v0.5.0 |
1352 | 2024-10-10T19:53:05.496Z | Compiling serde-big-array v0.5.1 |
1353 | 2024-10-10T19:53:05.532Z | Compiling serde_urlencoded v0.7.1 |
1354 | 2024-10-10T19:53:05.753Z | Compiling futures-executor v0.3.31 |
1355 | 2024-10-10T19:53:05.969Z | Compiling ed25519 v2.2.3 |
1356 | 2024-10-10T19:53:06.064Z | Compiling pkcs1 v0.7.5 |
1357 | 2024-10-10T19:53:06.263Z | Compiling rfc6979 v0.4.0 |
1358 | 2024-10-10T19:53:06.316Z | Compiling regex v1.10.6 |
1359 | 2024-10-10T19:53:06.362Z | Compiling bstr v1.9.1 |
1360 | 2024-10-10T19:53:06.429Z | Compiling strum_macros v0.25.3 |
1361 | 2024-10-10T19:53:06.461Z | Compiling enum-as-inner v0.6.0 |
1362 | 2024-10-10T19:53:06.791Z | Compiling serde_repr v0.1.19 |
1363 | 2024-10-10T19:53:07.085Z | Compiling clap_derive v4.5.18 |
1364 | 2024-10-10T19:53:07.399Z | Compiling rustls-pemfile v2.1.3 |
1365 | 2024-10-10T19:53:07.568Z | Compiling phf_shared v0.10.0 |
1366 | 2024-10-10T19:53:07.867Z | Compiling float-cmp v0.9.0 |
1367 | 2024-10-10T19:53:07.897Z | Compiling idna v0.4.0 |
1368 | 2024-10-10T19:53:07.961Z | Compiling sync_wrapper v1.0.1 |
1369 | 2024-10-10T19:53:08.000Z | Compiling mio v0.8.11 |
1370 | 2024-10-10T19:53:08.090Z | Compiling encoding_rs v0.8.34 |
1371 | 2024-10-10T19:53:08.113Z | Compiling number_prefix v0.4.0 |
1372 | 2024-10-10T19:53:08.140Z | Compiling whoami v1.5.2 |
1373 | 2024-10-10T19:53:08.338Z | Compiling bit-vec v0.6.3 |
1374 | 2024-10-10T19:53:08.763Z | Compiling data-encoding v2.6.0 |
1375 | 2024-10-10T19:53:08.781Z | Compiling normalize-line-endings v0.3.0 |
1376 | 2024-10-10T19:53:08.906Z | Compiling difflib v0.4.0 |
1377 | 2024-10-10T19:53:09.255Z | Compiling new_debug_unreachable v1.0.6 |
1378 | 2024-10-10T19:53:09.352Z | Compiling mime v0.3.17 |
1379 | 2024-10-10T19:53:09.436Z | Compiling fixedbitset v0.4.2 |
1380 | 2024-10-10T19:53:09.909Z | Compiling predicates-core v1.0.6 |
1381 | 2024-10-10T19:53:09.939Z | Compiling precomputed-hash v0.1.1 |
1382 | 2024-10-10T19:53:10.059Z | Compiling static_assertions v1.1.0 |
1383 | 2024-10-10T19:53:10.161Z | Compiling unicode-segmentation v1.11.0 |
1384 | 2024-10-10T19:53:10.256Z | Compiling minimal-lexical v0.2.1 |
1385 | 2024-10-10T19:53:10.478Z | Compiling dyn-clone v1.0.17 |
1386 | 2024-10-10T19:53:10.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1387 | 2024-10-10T19:53:10.717Z | Compiling nom v7.1.3 |
1388 | 2024-10-10T19:53:11.039Z | Compiling similar v2.6.0 |
1389 | 2024-10-10T19:53:11.173Z | Compiling toml_edit v0.22.22 |
1390 | 2024-10-10T19:53:11.969Z | Compiling clap v4.5.20 |
1391 | 2024-10-10T19:53:12.094Z | Compiling reqwest v0.12.7 |
1392 | 2024-10-10T19:53:12.583Z | Compiling predicates v3.1.2 |
1393 | 2024-10-10T19:53:13.521Z | Compiling string_cache v0.8.7 |
1394 | 2024-10-10T19:53:13.981Z | Compiling petgraph v0.6.5 |
1395 | 2024-10-10T19:53:14.315Z | Compiling hickory-proto v0.24.1 |
1396 | 2024-10-10T19:53:14.399Z | Compiling bit-set v0.5.3 |
1397 | 2024-10-10T19:53:14.534Z | Compiling signal-hook-mio v0.2.4 |
1398 | 2024-10-10T19:53:14.687Z | Compiling tokio-postgres v0.7.12 |
1399 | 2024-10-10T19:53:14.710Z | Compiling indicatif v0.17.8 |
1400 | 2024-10-10T19:53:16.856Z | Compiling usdt v0.5.0 |
1401 | 2024-10-10T19:53:16.912Z | Compiling rsa v0.9.6 |
1402 | 2024-10-10T19:53:17.360Z | Compiling ecdsa v0.16.9 |
1403 | 2024-10-10T19:53:17.477Z | Compiling ed25519-dalek v2.1.1 |
1404 | 2024-10-10T19:53:18.010Z | Compiling futures v0.3.31 |
1405 | 2024-10-10T19:53:18.130Z | Compiling flate2 v1.0.34 |
1406 | 2024-10-10T19:53:18.748Z | Compiling toml v0.7.8 |
1407 | 2024-10-10T19:53:19.086Z | Compiling tokio-stream v0.1.16 |
1408 | 2024-10-10T19:53:19.349Z | Compiling openapiv3 v2.0.0 |
1409 | 2024-10-10T19:53:19.936Z | Compiling hex v0.4.3 |
1410 | 2024-10-10T19:53:20.137Z | Compiling x509-cert v0.2.5 |
1411 | 2024-10-10T19:53:20.260Z | Compiling sha1 v0.10.6 |
1412 | 2024-10-10T19:53:20.457Z | Compiling itertools v0.12.1 |
1413 | 2024-10-10T19:53:20.510Z | Compiling itertools v0.10.5 |
1414 | 2024-10-10T19:53:20.673Z | Compiling dirs-sys-next v0.1.2 |
1415 | 2024-10-10T19:53:21.369Z | Compiling unicode-xid v0.2.4 |
1416 | 2024-10-10T19:53:21.547Z | Compiling peg-runtime v0.8.3 |
1417 | 2024-10-10T19:53:22.222Z | Compiling lalrpop-util v0.19.12 |
1418 | 2024-10-10T19:53:22.590Z | Compiling dirs-next v2.0.0 |
1419 | 2024-10-10T19:53:22.793Z | Compiling thread_local v1.1.8 |
1420 | 2024-10-10T19:53:23.331Z | Compiling slog-async v2.8.0 |
1421 | 2024-10-10T19:53:23.398Z | Compiling term v0.7.0 |
1422 | 2024-10-10T19:53:23.606Z | Compiling xattr v1.3.1 |
1423 | 2024-10-10T19:53:23.767Z | Compiling strum_macros v0.26.4 |
1424 | 2024-10-10T19:53:23.856Z | Compiling crossbeam-channel v0.5.12 |
1425 | 2024-10-10T19:53:23.947Z | Compiling is-terminal v0.4.12 |
1426 | 2024-10-10T19:53:24.074Z | Compiling filetime v0.2.25 |
1427 | 2024-10-10T19:53:24.390Z | Compiling take_mut v0.2.2 |
1428 | 2024-10-10T19:53:24.542Z | Compiling tar v0.4.42 |
1429 | 2024-10-10T19:53:24.560Z | Compiling slog-term v2.9.1 |
1430 | 2024-10-10T19:53:24.931Z | Compiling camino v1.1.9 |
1431 | 2024-10-10T19:53:25.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1432 | 2024-10-10T19:53:26.713Z | Compiling strum v0.26.3 |
1433 | 2024-10-10T19:53:26.791Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1434 | 2024-10-10T19:53:32.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
1435 | 2024-10-10T19:53:32.183Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1436 | 2024-10-10T19:53:32.228Z | Oct 10 19:53:31.823 INFO Starting download, target: Clickhouse |
1437 | 2024-10-10T19:53:32.230Z | Oct 10 19:53:31.823 INFO Starting download, target: Cockroach |
1438 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.823 INFO Starting download, target: Console |
1439 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.823 INFO Starting download, target: DendriteOpenapi |
1440 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.823 INFO Starting download, target: DendriteStub |
1441 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.823 INFO Starting download, target: MaghemiteMgd |
1442 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.823 INFO Starting download, target: TransceiverControl |
1443 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1444 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1445 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1446 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1447 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1448 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1449 | 2024-10-10T19:53:32.231Z | Oct 10 19:53:31.824 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1450 | 2024-10-10T19:53:32.358Z | Oct 10 19:53:31.952 INFO Download complete, target: DendriteOpenapi |
1451 | 2024-10-10T19:53:32.611Z | Oct 10 19:53:32.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1452 | 2024-10-10T19:53:32.829Z | Oct 10 19:53:32.423 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1453 | 2024-10-10T19:53:32.878Z | Oct 10 19:53:32.470 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1454 | 2024-10-10T19:53:32.978Z | Oct 10 19:53:32.573 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1455 | 2024-10-10T19:53:33.217Z | Oct 10 19:53:32.812 INFO Download complete, target: Console |
1456 | 2024-10-10T19:53:33.367Z | Oct 10 19:53:32.962 INFO Download complete, target: TransceiverControl |
1457 | 2024-10-10T19:53:33.440Z | Oct 10 19:53:33.035 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1458 | 2024-10-10T19:53:33.440Z | Oct 10 19:53:33.035 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1459 | 2024-10-10T19:53:34.374Z | Oct 10 19:53:33.969 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1460 | 2024-10-10T19:53:35.893Z | Oct 10 19:53:35.487 INFO Download complete, target: DendriteStub |
1461 | 2024-10-10T19:53:36.068Z | Oct 10 19:53:35.659 INFO Download complete, target: MaghemiteMgd |
1462 | 2024-10-10T19:53:41.367Z | Oct 10 19:53:40.960 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1463 | 2024-10-10T19:53:41.649Z | Oct 10 19:53:41.242 INFO Checking that binary works, target: Cockroach |
1464 | 2024-10-10T19:53:41.805Z | Oct 10 19:53:41.398 INFO Download complete, target: Cockroach |
1465 | 2024-10-10T19:53:47.721Z | Oct 10 19:53:47.313 INFO Checking that binary works, target: Clickhouse |
1466 | 2024-10-10T19:53:47.869Z | Oct 10 19:53:47.461 INFO Download complete, target: Clickhouse |
1467 | 2024-10-10T19:53:47.889Z | All builder prerequisites installed successfully, and PATH looks valid |
1468 | 2024-10-10T19:53:47.892Z | |
1469 | 2024-10-10T19:53:47.892Z | real 3:56.031318514 |
1470 | 2024-10-10T19:53:47.892Z | user 11:50.293743852 |
1471 | 2024-10-10T19:53:47.892Z | sys 2:30.789577085 |
1472 | 2024-10-10T19:53:47.892Z | trap 0.406235312 |
1473 | 2024-10-10T19:53:47.892Z | tflt 1.454191974 |
1474 | 2024-10-10T19:53:47.892Z | dflt 1.956545826 |
1475 | 2024-10-10T19:53:47.892Z | kflt 0.017736508 |
1476 | 2024-10-10T19:53:47.892Z | lock 23:00.107511354 |
1477 | 2024-10-10T19:53:47.892Z | slp 45:40.711845675 |
1478 | 2024-10-10T19:53:47.892Z | lat 43.019429899 |
1479 | 2024-10-10T19:53:47.892Z | stop 1:57.443027373 |
1480 | 2024-10-10T19:53:47.892Z | + banner build |
1481 | 2024-10-10T19:53:47.895Z | |
1482 | 2024-10-10T19:53:47.895Z | ##### # # # # ##### |
1483 | 2024-10-10T19:53:47.895Z | # # # # # # # # |
1484 | 2024-10-10T19:53:47.895Z | ##### # # # # # # |
1485 | 2024-10-10T19:53:47.895Z | # # # # # # # # |
1486 | 2024-10-10T19:53:47.895Z | # # # # # # # # |
1487 | 2024-10-10T19:53:47.896Z | ##### #### # ###### ##### |
1488 | 2024-10-10T19:53:47.896Z | |
1489 | 2024-10-10T19:53:47.896Z | + export 'RUSTFLAGS=-D warnings' |
1490 | 2024-10-10T19:53:47.896Z | + RUSTFLAGS='-D warnings' |
1491 | 2024-10-10T19:53:47.896Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
1492 | 2024-10-10T19:53:47.896Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
1493 | 2024-10-10T19:53:47.896Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
1494 | 2024-10-10T19:53:47.896Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
1495 | 2024-10-10T19:53:47.896Z | + export TMPDIR=/var/tmp/omicron_tmp |
1496 | 2024-10-10T19:53:47.896Z | + TMPDIR=/var/tmp/omicron_tmp |
1497 | 2024-10-10T19:53:47.897Z | + export RUST_BACKTRACE=1 |
1498 | 2024-10-10T19:53:47.897Z | + RUST_BACKTRACE=1 |
1499 | 2024-10-10T19:53:47.897Z | + export CARGO_INCREMENTAL=0 |
1500 | 2024-10-10T19:53:47.897Z | + CARGO_INCREMENTAL=0 |
1501 | 2024-10-10T19:53:47.897Z | + export RUSTC_BOOTSTRAP=1 |
1502 | 2024-10-10T19:53:47.897Z | + RUSTC_BOOTSTRAP=1 |
1503 | 2024-10-10T19:53:47.897Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
1504 | 2024-10-10T19:53:48.652Z | Downloading crates ... |
1505 | 2024-10-10T19:53:48.943Z | Downloaded assert-json-diff v2.0.2 |
1506 | 2024-10-10T19:53:48.946Z | Downloaded async-attributes v1.1.2 |
1507 | 2024-10-10T19:53:48.950Z | Downloaded blocking v1.6.1 |
1508 | 2024-10-10T19:53:48.968Z | Downloaded pathdiff v0.2.1 |
1509 | 2024-10-10T19:53:48.970Z | Downloaded nested v0.1.1 |
1510 | 2024-10-10T19:53:48.970Z | Downloaded guppy-workspace-hack v0.1.0 |
1511 | 2024-10-10T19:53:48.970Z | Downloaded escape8259 v0.5.2 |
1512 | 2024-10-10T19:53:48.972Z | Downloaded async-object-pool v0.1.5 |
1513 | 2024-10-10T19:53:48.975Z | Downloaded plotters-svg v0.3.5 |
1514 | 2024-10-10T19:53:48.975Z | Downloaded async-channel v1.9.0 |
1515 | 2024-10-10T19:53:48.978Z | Downloaded indoc v2.0.5 |
1516 | 2024-10-10T19:53:48.981Z | Downloaded fancy-regex v0.13.0 |
1517 | 2024-10-10T19:53:48.983Z | Downloaded stringmetrics v2.2.2 |
1518 | 2024-10-10T19:53:48.986Z | Downloaded futures-timer v3.0.3 |
1519 | 2024-10-10T19:53:48.988Z | Downloaded datatest-stable v0.2.9 |
1520 | 2024-10-10T19:53:48.991Z | Downloaded tinytemplate v1.2.1 |
1521 | 2024-10-10T19:53:48.991Z | Downloaded target-spec v3.2.2 |
1522 | 2024-10-10T19:53:48.994Z | Downloaded serde_regex v1.1.0 |
1523 | 2024-10-10T19:53:48.994Z | Downloaded oorandom v11.1.3 |
1524 | 2024-10-10T19:53:48.996Z | Downloaded async-task v4.7.1 |
1525 | 2024-10-10T19:53:48.999Z | Downloaded partial-io v0.5.4 |
1526 | 2024-10-10T19:53:49.002Z | Downloaded httptest v0.16.1 |
1527 | 2024-10-10T19:53:49.002Z | Downloaded async-io v2.3.4 |
1528 | 2024-10-10T19:53:49.005Z | Downloaded rust-argon2 v2.1.0 |
1529 | 2024-10-10T19:53:49.007Z | Downloaded rstest v0.22.0 |
1530 | 2024-10-10T19:53:49.012Z | Downloaded cfg-expr v0.17.0 |
1531 | 2024-10-10T19:53:49.016Z | Downloaded pretty_assertions v1.4.1 |
1532 | 2024-10-10T19:53:49.018Z | Downloaded trybuild v1.0.99 |
1533 | 2024-10-10T19:53:49.022Z | Downloaded rand_distr v0.4.3 |
1534 | 2024-10-10T19:53:49.025Z | Downloaded doc-comment v0.3.3 |
1535 | 2024-10-10T19:53:49.027Z | Downloaded approx v0.5.1 |
1536 | 2024-10-10T19:53:49.029Z | Downloaded anes v0.1.6 |
1537 | 2024-10-10T19:53:49.032Z | Downloaded event-listener v5.3.1 |
1538 | 2024-10-10T19:53:49.034Z | Downloaded kv-log-macro v1.0.7 |
1539 | 2024-10-10T19:53:49.034Z | Downloaded event-listener-strategy v0.5.2 |
1540 | 2024-10-10T19:53:49.036Z | Downloaded async-global-executor v2.4.1 |
1541 | 2024-10-10T19:53:49.039Z | Downloaded event-listener v2.5.3 |
1542 | 2024-10-10T19:53:49.039Z | Downloaded relative-path v1.9.3 |
1543 | 2024-10-10T19:53:49.041Z | Downloaded piper v0.2.4 |
1544 | 2024-10-10T19:53:49.041Z | Downloaded parking v2.2.1 |
1545 | 2024-10-10T19:53:49.044Z | Downloaded criterion-plot v0.5.0 |
1546 | 2024-10-10T19:53:49.044Z | Downloaded num_cpus v1.16.0 |
1547 | 2024-10-10T19:53:49.047Z | Downloaded threadpool v1.8.1 |
1548 | 2024-10-10T19:53:49.047Z | Downloaded plotters-backend v0.3.5 |
1549 | 2024-10-10T19:53:49.049Z | Downloaded async-lock v3.4.0 |
1550 | 2024-10-10T19:53:49.052Z | Downloaded proc-macro-crate v3.1.0 |
1551 | 2024-10-10T19:53:49.052Z | Downloaded target-lexicon v0.12.16 |
1552 | 2024-10-10T19:53:49.054Z | Downloaded rustls-native-certs v0.7.0 |
1553 | 2024-10-10T19:53:49.057Z | Downloaded futures-lite v2.3.0 |
1554 | 2024-10-10T19:53:49.061Z | Downloaded similar-asserts v1.6.0 |
1555 | 2024-10-10T19:53:49.064Z | Downloaded libtest-mimic v0.7.3 |
1556 | 2024-10-10T19:53:49.064Z | Downloaded blake2b_simd v1.0.2 |
1557 | 2024-10-10T19:53:49.067Z | Downloaded async-process v2.2.4 |
1558 | 2024-10-10T19:53:49.067Z | Downloaded plotters v0.3.5 |
1559 | 2024-10-10T19:53:49.074Z | Downloaded hyper-rustls v0.26.0 |
1560 | 2024-10-10T19:53:49.076Z | Downloaded yansi v1.0.1 |
1561 | 2024-10-10T19:53:49.079Z | Downloaded toml_edit v0.21.1 |
1562 | 2024-10-10T19:53:49.100Z | Downloaded rstest_macros v0.22.0 |
1563 | 2024-10-10T19:53:49.103Z | Downloaded guppy v0.17.8 |
1564 | 2024-10-10T19:53:49.110Z | Downloaded async-std v1.13.0 |
1565 | 2024-10-10T19:53:49.128Z | Downloaded polling v3.7.3 |
1566 | 2024-10-10T19:53:49.131Z | Downloaded criterion v0.5.1 |
1567 | 2024-10-10T19:53:49.137Z | Downloaded path-tree v0.8.1 |
1568 | 2024-10-10T19:53:49.139Z | Downloaded assert_cmd v2.0.16 |
1569 | 2024-10-10T19:53:49.142Z | Downloaded concurrent-queue v2.5.0 |
1570 | 2024-10-10T19:53:49.144Z | Downloaded cast v0.3.0 |
1571 | 2024-10-10T19:53:49.144Z | Downloaded async-channel v2.3.1 |
1572 | 2024-10-10T19:53:49.144Z | Downloaded async-signal v0.2.10 |
1573 | 2024-10-10T19:53:49.147Z | Downloaded async-executor v1.13.1 |
1574 | 2024-10-10T19:53:49.168Z | Downloaded httpmock v0.8.0-alpha.1 |
1575 | 2024-10-10T19:53:49.868Z | Dirty proc-macro2 v1.0.86: the rustflags changed |
1576 | 2024-10-10T19:53:49.868Z | Compiling proc-macro2 v1.0.86 |
1577 | 2024-10-10T19:53:49.872Z | Dirty unicode-ident v1.0.13: the rustflags changed |
1578 | 2024-10-10T19:53:49.872Z | Compiling unicode-ident v1.0.13 |
1579 | 2024-10-10T19:53:49.872Z | Dirty libc v0.2.159: the rustflags changed |
1580 | 2024-10-10T19:53:49.873Z | Compiling libc v0.2.159 |
1581 | 2024-10-10T19:53:49.873Z | Dirty cfg-if v1.0.0: the rustflags changed |
1582 | 2024-10-10T19:53:49.873Z | Compiling cfg-if v1.0.0 |
1583 | 2024-10-10T19:53:49.873Z | Dirty serde v1.0.210: the rustflags changed |
1584 | 2024-10-10T19:53:49.873Z | Compiling serde v1.0.210 |
1585 | 2024-10-10T19:53:49.873Z | Dirty version_check v0.9.5: the rustflags changed |
1586 | 2024-10-10T19:53:49.873Z | Compiling version_check v0.9.5 |
1587 | 2024-10-10T19:53:49.873Z | Dirty autocfg v1.3.0: the rustflags changed |
1588 | 2024-10-10T19:53:49.873Z | Compiling autocfg v1.3.0 |
1589 | 2024-10-10T19:53:49.873Z | Dirty once_cell v1.19.0: the rustflags changed |
1590 | 2024-10-10T19:53:49.873Z | Compiling once_cell v1.19.0 |
1591 | 2024-10-10T19:53:49.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d49ccfd8249300a7 -C extra-filename=-d49ccfd8249300a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-10-10T19:53:49.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55862b4b1d68d132 -C extra-filename=-55862b4b1d68d132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1593 | 2024-10-10T19:53:49.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=94faf137b493206b -C extra-filename=-94faf137b493206b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1594 | 2024-10-10T19:53:49.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2ac3d04886efdd46 -C extra-filename=-2ac3d04886efdd46 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1595 | 2024-10-10T19:53:50.012Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c0aa51eaa19bc06f -C extra-filename=-c0aa51eaa19bc06f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1596 | 2024-10-10T19:53:50.015Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1597 | 2024-10-10T19:53:50.015Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1598 | 2024-10-10T19:53:50.015Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1599 | 2024-10-10T19:53:50.118Z | Dirty memchr v2.7.2: the rustflags changed |
1600 | 2024-10-10T19:53:50.118Z | Compiling memchr v2.7.2 |
1601 | 2024-10-10T19:53:50.135Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1602 | 2024-10-10T19:53:50.432Z | Dirty value-bag v1.9.0: the rustflags changed |
1603 | 2024-10-10T19:53:50.432Z | Compiling value-bag v1.9.0 |
1604 | 2024-10-10T19:53:50.434Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=6bc82a1397c079d6 -C extra-filename=-6bc82a1397c079d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1605 | 2024-10-10T19:53:50.623Z | Dirty byteorder v1.5.0: the rustflags changed |
1606 | 2024-10-10T19:53:50.623Z | Compiling byteorder v1.5.0 |
1607 | 2024-10-10T19:53:50.647Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=325983a483f82094 -C extra-filename=-325983a483f82094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1608 | 2024-10-10T19:53:50.647Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build` |
1609 | 2024-10-10T19:53:50.696Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-c0aa51eaa19bc06f/build-script-build` |
1610 | 2024-10-10T19:53:50.768Z | Dirty scopeguard v1.2.0: the rustflags changed |
1611 | 2024-10-10T19:53:50.768Z | Compiling scopeguard v1.2.0 |
1612 | 2024-10-10T19:53:50.771Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5380524236143168 -C extra-filename=-5380524236143168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1613 | 2024-10-10T19:53:50.845Z | Dirty itoa v1.0.11: the rustflags changed |
1614 | 2024-10-10T19:53:50.845Z | Compiling itoa v1.0.11 |
1615 | 2024-10-10T19:53:50.847Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1616 | 2024-10-10T19:53:50.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-2ac3d04886efdd46/build-script-build` |
1617 | 2024-10-10T19:53:50.915Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=452f5e0da88c10af -C extra-filename=-452f5e0da88c10af --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-55862b4b1d68d132.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)'` |
1618 | 2024-10-10T19:53:50.918Z | Dirty log v0.4.22: the rustflags changed |
1619 | 2024-10-10T19:53:50.918Z | Compiling log v0.4.22 |
1620 | 2024-10-10T19:53:50.918Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=31bde78633f57151 -C extra-filename=-31bde78633f57151 --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-6bc82a1397c079d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1621 | 2024-10-10T19:53:50.943Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1b46dd66a7c6c3c6 -C extra-filename=-1b46dd66a7c6c3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
1622 | 2024-10-10T19:53:51.015Z | Dirty lock_api v0.4.12: the rustflags changed |
1623 | 2024-10-10T19:53:51.015Z | Compiling lock_api v0.4.12 |
1624 | 2024-10-10T19:53:51.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1625 | 2024-10-10T19:53:51.040Z | Dirty smallvec v1.13.2: the rustflags changed |
1626 | 2024-10-10T19:53:51.040Z | Compiling smallvec v1.13.2 |
1627 | 2024-10-10T19:53:51.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1628 | 2024-10-10T19:53:51.065Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
1629 | 2024-10-10T19:53:51.065Z | Compiling pin-project-lite v0.2.14 |
1630 | 2024-10-10T19:53:51.068Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1631 | 2024-10-10T19:53:51.087Z | Dirty ahash v0.8.11: the rustflags changed |
1632 | 2024-10-10T19:53:51.087Z | Compiling ahash v0.8.11 |
1633 | 2024-10-10T19:53:51.090Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1634 | 2024-10-10T19:53:51.193Z | Dirty subtle v2.5.0: the rustflags changed |
1635 | 2024-10-10T19:53:51.193Z | Compiling subtle v2.5.0 |
1636 | 2024-10-10T19:53:51.196Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=69c441407b09e74b -C extra-filename=-69c441407b09e74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1637 | 2024-10-10T19:53:51.367Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build` |
1638 | 2024-10-10T19:53:51.437Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
1639 | 2024-10-10T19:53:51.437Z | Compiling parking_lot_core v0.9.10 |
1640 | 2024-10-10T19:53:51.439Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1641 | 2024-10-10T19:53:51.515Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=09a20e99f076665f -C extra-filename=-09a20e99f076665f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1642 | 2024-10-10T19:53:51.546Z | Dirty thiserror v1.0.64: the rustflags changed |
1643 | 2024-10-10T19:53:51.546Z | Compiling thiserror v1.0.64 |
1644 | 2024-10-10T19:53:51.546Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b2eec9a92e86dcf -C extra-filename=-7b2eec9a92e86dcf --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1645 | 2024-10-10T19:53:51.549Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build` |
1646 | 2024-10-10T19:53:51.688Z | Dirty quote v1.0.37: the rustflags changed |
1647 | 2024-10-10T19:53:51.688Z | Compiling quote v1.0.37 |
1648 | 2024-10-10T19:53:51.690Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=95347ca8e571573d -C extra-filename=-95347ca8e571573d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1649 | 2024-10-10T19:53:51.834Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
1650 | 2024-10-10T19:53:51.834Z | Compiling allocator-api2 v0.2.18 |
1651 | 2024-10-10T19:53:51.837Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1652 | 2024-10-10T19:53:51.886Z | Dirty typenum v1.17.0: the rustflags changed |
1653 | 2024-10-10T19:53:51.886Z | Compiling typenum v1.17.0 |
1654 | 2024-10-10T19:53:51.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1655 | 2024-10-10T19:53:52.120Z | Dirty generic-array v0.14.7: the rustflags changed |
1656 | 2024-10-10T19:53:52.120Z | Compiling generic-array v0.14.7 |
1657 | 2024-10-10T19:53:52.123Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1658 | 2024-10-10T19:53:52.272Z | Dirty syn v2.0.79: the rustflags changed |
1659 | 2024-10-10T19:53:52.272Z | Compiling syn v2.0.79 |
1660 | 2024-10-10T19:53:52.275Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=cd3602e91269f134 -C extra-filename=-cd3602e91269f134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1661 | 2024-10-10T19:53:52.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build` |
1662 | 2024-10-10T19:53:52.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b2eec9a92e86dcf/build-script-build` |
1663 | 2024-10-10T19:53:52.513Z | Dirty getrandom v0.2.14: the rustflags changed |
1664 | 2024-10-10T19:53:52.513Z | Compiling getrandom v0.2.14 |
1665 | 2024-10-10T19:53:52.516Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b050ca61f382ec87 -C extra-filename=-b050ca61f382ec87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1666 | 2024-10-10T19:53:52.550Z | Dirty jobserver v0.1.32: the rustflags changed |
1667 | 2024-10-10T19:53:52.551Z | Compiling jobserver v0.1.32 |
1668 | 2024-10-10T19:53:52.554Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53659cce17325665 -C extra-filename=-53659cce17325665 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1669 | 2024-10-10T19:53:52.554Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6a1cc2da7277af98 -C extra-filename=-6a1cc2da7277af98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1670 | 2024-10-10T19:53:52.659Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build` |
1671 | 2024-10-10T19:53:52.691Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
1672 | 2024-10-10T19:53:52.691Z | Compiling signal-hook-registry v1.4.2 |
1673 | 2024-10-10T19:53:52.694Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f7cf3856044bb3a -C extra-filename=-4f7cf3856044bb3a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1674 | 2024-10-10T19:53:52.726Z | Dirty futures-core v0.3.31: the rustflags changed |
1675 | 2024-10-10T19:53:52.727Z | Compiling futures-core v0.3.31 |
1676 | 2024-10-10T19:53:52.731Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=5c0c6b13016b0cbd -C extra-filename=-5c0c6b13016b0cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1677 | 2024-10-10T19:53:52.779Z | Dirty rand_core v0.6.4: the rustflags changed |
1678 | 2024-10-10T19:53:52.779Z | Compiling rand_core v0.6.4 |
1679 | 2024-10-10T19:53:52.809Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8b13f8510d518754 -C extra-filename=-8b13f8510d518754 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1680 | 2024-10-10T19:53:52.959Z | Dirty cc v1.0.97: the rustflags changed |
1681 | 2024-10-10T19:53:52.959Z | Compiling cc v1.0.97 |
1682 | 2024-10-10T19:53:52.961Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=43b8f6db9526eca9 -C extra-filename=-43b8f6db9526eca9 --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-53659cce17325665.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1683 | 2024-10-10T19:53:52.995Z | Dirty parking_lot v0.12.2: the rustflags changed |
1684 | 2024-10-10T19:53:52.995Z | Compiling parking_lot v0.12.2 |
1685 | 2024-10-10T19:53:52.997Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=472720b9ff68b690 -C extra-filename=-472720b9ff68b690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6a1cc2da7277af98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1686 | 2024-10-10T19:53:53.081Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main` |
1687 | 2024-10-10T19:53:53.200Z | Dirty ryu v1.0.18: the rustflags changed |
1688 | 2024-10-10T19:53:53.200Z | Compiling ryu v1.0.18 |
1689 | 2024-10-10T19:53:53.203Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=c8748712d383e42f -C extra-filename=-c8748712d383e42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1690 | 2024-10-10T19:53:53.301Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60752444239cd916 -C extra-filename=-60752444239cd916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1691 | 2024-10-10T19:53:53.326Z | Dirty libm v0.2.8: the rustflags changed |
1692 | 2024-10-10T19:53:53.326Z | Compiling libm v0.2.8 |
1693 | 2024-10-10T19:53:53.326Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1694 | 2024-10-10T19:53:53.467Z | Dirty num-traits v0.2.19: the rustflags changed |
1695 | 2024-10-10T19:53:53.467Z | Compiling num-traits v0.2.19 |
1696 | 2024-10-10T19:53:53.469Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1697 | 2024-10-10T19:53:53.495Z | Dirty mio v1.0.2: the rustflags changed |
1698 | 2024-10-10T19:53:53.495Z | Compiling mio v1.0.2 |
1699 | 2024-10-10T19:53:53.497Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=a720034d2cb4e287 -C extra-filename=-a720034d2cb4e287 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1700 | 2024-10-10T19:53:53.544Z | Dirty serde_json v1.0.128: the rustflags changed |
1701 | 2024-10-10T19:53:53.544Z | Compiling serde_json v1.0.128 |
1702 | 2024-10-10T19:53:53.546Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ddccb03e725d221f -C extra-filename=-ddccb03e725d221f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1703 | 2024-10-10T19:53:53.743Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build` |
1704 | 2024-10-10T19:53:53.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1705 | 2024-10-10T19:53:53.827Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build` |
1706 | 2024-10-10T19:53:53.924Z | Dirty equivalent v1.0.1: the rustflags changed |
1707 | 2024-10-10T19:53:53.924Z | Compiling equivalent v1.0.1 |
1708 | 2024-10-10T19:53:53.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1709 | 2024-10-10T19:53:53.950Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ddccb03e725d221f/build-script-build` |
1710 | 2024-10-10T19:53:53.981Z | Dirty spin v0.9.8: the rustflags changed |
1711 | 2024-10-10T19:53:53.981Z | Compiling spin v0.9.8 |
1712 | 2024-10-10T19:53:53.984Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1713 | 2024-10-10T19:53:54.039Z | Dirty fnv v1.0.7: the rustflags changed |
1714 | 2024-10-10T19:53:54.039Z | Compiling fnv v1.0.7 |
1715 | 2024-10-10T19:53:54.042Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1716 | 2024-10-10T19:53:54.063Z | Dirty socket2 v0.5.7: the rustflags changed |
1717 | 2024-10-10T19:53:54.063Z | Compiling socket2 v0.5.7 |
1718 | 2024-10-10T19:53:54.066Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=31f20414dbea471d -C extra-filename=-31f20414dbea471d --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1719 | 2024-10-10T19:53:54.173Z | Dirty slab v0.4.9: the rustflags changed |
1720 | 2024-10-10T19:53:54.173Z | Compiling slab v0.4.9 |
1721 | 2024-10-10T19:53:54.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1722 | 2024-10-10T19:53:54.370Z | Dirty futures-io v0.3.31: the rustflags changed |
1723 | 2024-10-10T19:53:54.370Z | Compiling futures-io v0.3.31 |
1724 | 2024-10-10T19:53:54.372Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=1d4c5c102c6e9563 -C extra-filename=-1d4c5c102c6e9563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1725 | 2024-10-10T19:53:54.591Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build` |
1726 | 2024-10-10T19:53:54.709Z | Dirty const-oid v0.9.6: the rustflags changed |
1727 | 2024-10-10T19:53:54.709Z | Compiling const-oid v0.9.6 |
1728 | 2024-10-10T19:53:54.712Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1729 | 2024-10-10T19:53:54.735Z | Dirty futures-sink v0.3.31: the rustflags changed |
1730 | 2024-10-10T19:53:54.735Z | Compiling futures-sink v0.3.31 |
1731 | 2024-10-10T19:53:54.738Z | Dirty pin-utils v0.1.0: the rustflags changed |
1732 | 2024-10-10T19:53:54.738Z | Compiling pin-utils v0.1.0 |
1733 | 2024-10-10T19:53:54.738Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=7739957597c73f63 -C extra-filename=-7739957597c73f63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1734 | 2024-10-10T19:53:54.738Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1735 | 2024-10-10T19:53:54.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1736 | 2024-10-10T19:53:54.848Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp` |
1737 | 2024-10-10T19:53:54.881Z | Dirty pkg-config v0.3.30: the rustflags changed |
1738 | 2024-10-10T19:53:54.881Z | Compiling pkg-config v0.3.30 |
1739 | 2024-10-10T19:53:54.884Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1740 | 2024-10-10T19:53:55.056Z | Dirty cpufeatures v0.2.12: the rustflags changed |
1741 | 2024-10-10T19:53:55.056Z | Compiling cpufeatures v0.2.12 |
1742 | 2024-10-10T19:53:55.060Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1743 | 2024-10-10T19:53:55.080Z | Dirty futures-channel v0.3.31: the rustflags changed |
1744 | 2024-10-10T19:53:55.080Z | Compiling futures-channel v0.3.31 |
1745 | 2024-10-10T19:53:55.082Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=acd6c3528e857df4 -C extra-filename=-acd6c3528e857df4 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1746 | 2024-10-10T19:53:55.167Z | Dirty futures-task v0.3.31: the rustflags changed |
1747 | 2024-10-10T19:53:55.168Z | Compiling futures-task v0.3.31 |
1748 | 2024-10-10T19:53:55.186Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0af99bb190aa0ae2 -C extra-filename=-0af99bb190aa0ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1749 | 2024-10-10T19:53:55.298Z | Dirty regex-syntax v0.8.4: the rustflags changed |
1750 | 2024-10-10T19:53:55.298Z | Compiling regex-syntax v0.8.4 |
1751 | 2024-10-10T19:53:55.300Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=7d938304ceffab4a -C extra-filename=-7d938304ceffab4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1752 | 2024-10-10T19:53:55.504Z | Dirty aho-corasick v1.1.3: the rustflags changed |
1753 | 2024-10-10T19:53:55.504Z | Compiling aho-corasick v1.1.3 |
1754 | 2024-10-10T19:53:55.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1755 | 2024-10-10T19:53:55.529Z | Dirty rustix v0.38.37: the rustflags changed |
1756 | 2024-10-10T19:53:55.529Z | Compiling rustix v0.38.37 |
1757 | 2024-10-10T19:53:55.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --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"))' -C metadata=1255d294522a49db -C extra-filename=-1255d294522a49db --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1758 | 2024-10-10T19:53:56.423Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1255d294522a49db/build-script-build` |
1759 | 2024-10-10T19:53:56.503Z | Dirty errno v0.3.9: the rustflags changed |
1760 | 2024-10-10T19:53:56.503Z | Compiling errno v0.3.9 |
1761 | 2024-10-10T19:53:56.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=845b76ba4aeefe65 -C extra-filename=-845b76ba4aeefe65 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1762 | 2024-10-10T19:53:56.544Z | Dirty semver v1.0.23: the rustflags changed |
1763 | 2024-10-10T19:53:56.544Z | Compiling semver v1.0.23 |
1764 | 2024-10-10T19:53:56.547Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1765 | 2024-10-10T19:53:56.699Z | Dirty tracing-core v0.1.32: the rustflags changed |
1766 | 2024-10-10T19:53:56.699Z | Compiling tracing-core v0.1.32 |
1767 | 2024-10-10T19:53:56.702Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1768 | 2024-10-10T19:53:56.753Z | Dirty syn v1.0.109: the rustflags changed |
1769 | 2024-10-10T19:53:56.753Z | Compiling syn v1.0.109 |
1770 | 2024-10-10T19:53:56.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1771 | 2024-10-10T19:53:56.951Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
1772 | 2024-10-10T19:53:56.951Z | Compiling tinyvec_macros v0.1.1 |
1773 | 2024-10-10T19:53:57.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1774 | 2024-10-10T19:53:57.045Z | Dirty tinyvec v1.6.0: the rustflags changed |
1775 | 2024-10-10T19:53:57.045Z | Compiling tinyvec v1.6.0 |
1776 | 2024-10-10T19:53:57.053Z | Dirty iana-time-zone v0.1.60: the rustflags changed |
1777 | 2024-10-10T19:53:57.054Z | Compiling iana-time-zone v0.1.60 |
1778 | 2024-10-10T19:53:57.054Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1779 | 2024-10-10T19:53:57.056Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1780 | 2024-10-10T19:53:57.142Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build` |
1781 | 2024-10-10T19:53:57.224Z | Dirty heck v0.5.0: the rustflags changed |
1782 | 2024-10-10T19:53:57.224Z | Compiling heck v0.5.0 |
1783 | 2024-10-10T19:53:57.238Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=830498e334c402a9 -C extra-filename=-830498e334c402a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1784 | 2024-10-10T19:53:57.490Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build` |
1785 | 2024-10-10T19:53:57.524Z | Dirty unicode-bidi v0.3.15: the rustflags changed |
1786 | 2024-10-10T19:53:57.524Z | Compiling unicode-bidi v0.3.15 |
1787 | 2024-10-10T19:53:57.526Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1788 | 2024-10-10T19:53:57.567Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1168198b55bce6f0 -C extra-filename=-1168198b55bce6f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1789 | 2024-10-10T19:53:57.744Z | Dirty percent-encoding v2.3.1: the rustflags changed |
1790 | 2024-10-10T19:53:57.744Z | Compiling percent-encoding v2.3.1 |
1791 | 2024-10-10T19:53:57.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1792 | 2024-10-10T19:53:58.103Z | Dirty ppv-lite86 v0.2.17: the rustflags changed |
1793 | 2024-10-10T19:53:58.103Z | Compiling ppv-lite86 v0.2.17 |
1794 | 2024-10-10T19:53:58.105Z | Dirty vcpkg v0.2.15: the rustflags changed |
1795 | 2024-10-10T19:53:58.105Z | Compiling vcpkg v0.2.15 |
1796 | 2024-10-10T19:53:58.105Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1797 | 2024-10-10T19:53:58.105Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1798 | 2024-10-10T19:53:58.515Z | Dirty unicode-normalization v0.1.23: the rustflags changed |
1799 | 2024-10-10T19:53:58.515Z | Compiling unicode-normalization v0.1.23 |
1800 | 2024-10-10T19:53:58.518Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1801 | 2024-10-10T19:53:58.851Z | Dirty regex-automata v0.4.6: the rustflags changed |
1802 | 2024-10-10T19:53:58.851Z | Compiling regex-automata v0.4.6 |
1803 | 2024-10-10T19:53:58.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fcd8ea28b6b8ac77 -C extra-filename=-fcd8ea28b6b8ac77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1804 | 2024-10-10T19:53:58.997Z | Dirty rand_chacha v0.3.1: the rustflags changed |
1805 | 2024-10-10T19:53:58.997Z | Compiling rand_chacha v0.3.1 |
1806 | 2024-10-10T19:53:59.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=2667bd39ef37db11 -C extra-filename=-2667bd39ef37db11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1807 | 2024-10-10T19:53:59.639Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
1808 | 2024-10-10T19:53:59.639Z | Compiling form_urlencoded v1.2.1 |
1809 | 2024-10-10T19:53:59.642Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1810 | 2024-10-10T19:53:59.973Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
1811 | 2024-10-10T19:53:59.973Z | Compiling serde_derive_internals v0.29.1 |
1812 | 2024-10-10T19:53:59.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c8ae517d7c12d4e -C extra-filename=-0c8ae517d7c12d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1813 | 2024-10-10T19:54:00.318Z | Dirty schemars v0.8.21: the rustflags changed |
1814 | 2024-10-10T19:54:00.318Z | Compiling schemars v0.8.21 |
1815 | 2024-10-10T19:54:00.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1816 | 2024-10-10T19:54:00.741Z | Dirty dyn-clone v1.0.17: the rustflags changed |
1817 | 2024-10-10T19:54:00.741Z | Compiling dyn-clone v1.0.17 |
1818 | 2024-10-10T19:54:00.780Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1819 | 2024-10-10T19:54:00.967Z | Dirty crossbeam-utils v0.8.19: the rustflags changed |
1820 | 2024-10-10T19:54:00.967Z | Compiling crossbeam-utils v0.8.19 |
1821 | 2024-10-10T19:54:00.970Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1822 | 2024-10-10T19:54:00.991Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build` |
1823 | 2024-10-10T19:54:01.025Z | Dirty rand v0.8.5: the rustflags changed |
1824 | 2024-10-10T19:54:01.025Z | Compiling rand v0.8.5 |
1825 | 2024-10-10T19:54:01.029Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=3626728e99f8adb9 -C extra-filename=-3626728e99f8adb9 --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-1b46dd66a7c6c3c6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1826 | 2024-10-10T19:54:01.362Z | Dirty ring v0.17.8: the rustflags changed |
1827 | 2024-10-10T19:54:01.362Z | Compiling ring v0.17.8 |
1828 | 2024-10-10T19:54:01.364Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0680a8c0a0c16906 -C extra-filename=-0680a8c0a0c16906 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1829 | 2024-10-10T19:54:01.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build` |
1830 | 2024-10-10T19:54:01.715Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1831 | 2024-10-10T19:54:01.801Z | Dirty idna v0.5.0: the rustflags changed |
1832 | 2024-10-10T19:54:01.801Z | Compiling idna v0.5.0 |
1833 | 2024-10-10T19:54:01.804Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28c67756af01de96 -C extra-filename=-28c67756af01de96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1834 | 2024-10-10T19:54:02.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-0680a8c0a0c16906/build-script-build` |
1835 | 2024-10-10T19:54:02.821Z | Dirty httparse v1.8.0: the rustflags changed |
1836 | 2024-10-10T19:54:02.821Z | Compiling httparse v1.8.0 |
1837 | 2024-10-10T19:54:02.824Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1838 | 2024-10-10T19:54:03.014Z | Dirty url v2.5.2: the rustflags changed |
1839 | 2024-10-10T19:54:03.014Z | Compiling url v2.5.2 |
1840 | 2024-10-10T19:54:03.018Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1841 | 2024-10-10T19:54:03.038Z | Dirty either v1.13.0: the rustflags changed |
1842 | 2024-10-10T19:54:03.038Z | Compiling either v1.13.0 |
1843 | 2024-10-10T19:54:03.041Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1844 | 2024-10-10T19:54:03.351Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build` |
1845 | 2024-10-10T19:54:03.390Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd` |
1846 | 2024-10-10T19:54:03.415Z | Dirty lazy_static v1.5.0: the rustflags changed |
1847 | 2024-10-10T19:54:03.415Z | Compiling lazy_static v1.5.0 |
1848 | 2024-10-10T19:54:03.420Z | Dirty atomic-waker v1.1.2: the rustflags changed |
1849 | 2024-10-10T19:54:03.421Z | Compiling atomic-waker v1.1.2 |
1850 | 2024-10-10T19:54:03.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1851 | 2024-10-10T19:54:03.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1852 | 2024-10-10T19:54:03.554Z | Dirty untrusted v0.9.0: the rustflags changed |
1853 | 2024-10-10T19:54:03.554Z | Compiling untrusted v0.9.0 |
1854 | 2024-10-10T19:54:03.557Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1855 | 2024-10-10T19:54:03.632Z | Dirty powerfmt v0.2.0: the rustflags changed |
1856 | 2024-10-10T19:54:03.632Z | Compiling powerfmt v0.2.0 |
1857 | 2024-10-10T19:54:03.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1858 | 2024-10-10T19:54:03.736Z | Dirty num-conv v0.1.0: the rustflags changed |
1859 | 2024-10-10T19:54:03.736Z | Compiling num-conv v0.1.0 |
1860 | 2024-10-10T19:54:03.738Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1861 | 2024-10-10T19:54:04.029Z | Dirty base64ct v1.6.0: the rustflags changed |
1862 | 2024-10-10T19:54:04.029Z | Compiling base64ct v1.6.0 |
1863 | 2024-10-10T19:54:04.031Z | Dirty time-core v0.1.2: the rustflags changed |
1864 | 2024-10-10T19:54:04.031Z | Compiling time-core v0.1.2 |
1865 | 2024-10-10T19:54:04.031Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1866 | 2024-10-10T19:54:04.031Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1867 | 2024-10-10T19:54:04.067Z | Dirty deranged v0.3.11: the rustflags changed |
1868 | 2024-10-10T19:54:04.067Z | Compiling deranged v0.3.11 |
1869 | 2024-10-10T19:54:04.069Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1870 | 2024-10-10T19:54:04.223Z | Dirty regex v1.10.6: the rustflags changed |
1871 | 2024-10-10T19:54:04.223Z | Compiling regex v1.10.6 |
1872 | 2024-10-10T19:54:04.226Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f062f553787acf4a -C extra-filename=-f062f553787acf4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1873 | 2024-10-10T19:54:04.630Z | Dirty time-macros v0.2.18: the rustflags changed |
1874 | 2024-10-10T19:54:04.630Z | Compiling time-macros v0.2.18 |
1875 | 2024-10-10T19:54:04.633Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=fe135c41e946333f -C extra-filename=-fe135c41e946333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1876 | 2024-10-10T19:54:04.933Z | Dirty num_threads v0.1.7: the rustflags changed |
1877 | 2024-10-10T19:54:04.933Z | Compiling num_threads v0.1.7 |
1878 | 2024-10-10T19:54:04.937Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1879 | 2024-10-10T19:54:05.070Z | Dirty strsim v0.11.1: the rustflags changed |
1880 | 2024-10-10T19:54:05.070Z | Compiling strsim v0.11.1 |
1881 | 2024-10-10T19:54:05.073Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1882 | 2024-10-10T19:54:05.338Z | Dirty base64 v0.22.1: the rustflags changed |
1883 | 2024-10-10T19:54:05.338Z | Compiling base64 v0.22.1 |
1884 | 2024-10-10T19:54:05.341Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1885 | 2024-10-10T19:54:05.977Z | Dirty try-lock v0.2.5: the rustflags changed |
1886 | 2024-10-10T19:54:05.977Z | Compiling try-lock v0.2.5 |
1887 | 2024-10-10T19:54:05.980Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=313404437aa63526 -C extra-filename=-313404437aa63526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1888 | 2024-10-10T19:54:06.111Z | Dirty httpdate v1.0.3: the rustflags changed |
1889 | 2024-10-10T19:54:06.111Z | Compiling httpdate v1.0.3 |
1890 | 2024-10-10T19:54:06.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1891 | 2024-10-10T19:54:06.137Z | Dirty want v0.3.1: the rustflags changed |
1892 | 2024-10-10T19:54:06.137Z | Compiling want v0.3.1 |
1893 | 2024-10-10T19:54:06.140Z | Dirty rustls-pki-types v1.7.0: the rustflags changed |
1894 | 2024-10-10T19:54:06.140Z | Compiling rustls-pki-types v1.7.0 |
1895 | 2024-10-10T19:54:06.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1896 | 2024-10-10T19:54:06.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2fefae8d752d7a3a -C extra-filename=-2fefae8d752d7a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1897 | 2024-10-10T19:54:06.437Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
1898 | 2024-10-10T19:54:06.437Z | Compiling pem-rfc7468 v0.7.0 |
1899 | 2024-10-10T19:54:06.439Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1900 | 2024-10-10T19:54:06.594Z | Dirty backtrace v0.3.71: the rustflags changed |
1901 | 2024-10-10T19:54:06.594Z | Compiling backtrace v0.3.71 |
1902 | 2024-10-10T19:54:06.596Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=b566670ef0ea36fa -C extra-filename=-b566670ef0ea36fa --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1903 | 2024-10-10T19:54:06.999Z | Dirty rustversion v1.0.17: the rustflags changed |
1904 | 2024-10-10T19:54:06.999Z | Compiling rustversion v1.0.17 |
1905 | 2024-10-10T19:54:07.002Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1906 | 2024-10-10T19:54:07.036Z | Dirty serde_derive v1.0.210: the rustflags changed |
1907 | 2024-10-10T19:54:07.036Z | Compiling serde_derive v1.0.210 |
1908 | 2024-10-10T19:54:07.038Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=5727d84b3387f945 -C extra-filename=-5727d84b3387f945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1909 | 2024-10-10T19:54:07.188Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
1910 | 2024-10-10T19:54:07.188Z | Compiling zeroize_derive v1.4.2 |
1911 | 2024-10-10T19:54:07.190Z | Dirty zerocopy-derive v0.7.34: the rustflags changed |
1912 | 2024-10-10T19:54:07.190Z | Compiling zerocopy-derive v0.7.34 |
1913 | 2024-10-10T19:54:07.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eaf93c99138bc359 -C extra-filename=-eaf93c99138bc359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1914 | 2024-10-10T19:54:07.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bff939c5c4f00e6 -C extra-filename=-9bff939c5c4f00e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1915 | 2024-10-10T19:54:07.823Z | Dirty thiserror-impl v1.0.64: the rustflags changed |
1916 | 2024-10-10T19:54:07.823Z | Compiling thiserror-impl v1.0.64 |
1917 | 2024-10-10T19:54:07.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b1c637477b633e5 -C extra-filename=-8b1c637477b633e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1918 | 2024-10-10T19:54:08.065Z | Dirty tokio-macros v2.4.0: the rustflags changed |
1919 | 2024-10-10T19:54:08.065Z | Compiling tokio-macros v2.4.0 |
1920 | 2024-10-10T19:54:08.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32b58a7a2801ec57 -C extra-filename=-32b58a7a2801ec57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1921 | 2024-10-10T19:54:08.176Z | Dirty futures-macro v0.3.31: the rustflags changed |
1922 | 2024-10-10T19:54:08.176Z | Compiling futures-macro v0.3.31 |
1923 | 2024-10-10T19:54:08.180Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9fdfb654a80844f1 -C extra-filename=-9fdfb654a80844f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1924 | 2024-10-10T19:54:08.999Z | Dirty zeroize v1.8.1: the rustflags changed |
1925 | 2024-10-10T19:54:08.999Z | Compiling zeroize v1.8.1 |
1926 | 2024-10-10T19:54:09.002Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=66b330bd5dc0a95b -C extra-filename=-66b330bd5dc0a95b --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-eaf93c99138bc359.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1927 | 2024-10-10T19:54:09.475Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=52e4c3f9ee248b43 -C extra-filename=-52e4c3f9ee248b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1928 | 2024-10-10T19:54:09.601Z | Dirty zerocopy v0.7.34: the rustflags changed |
1929 | 2024-10-10T19:54:09.601Z | Compiling zerocopy v0.7.34 |
1930 | 2024-10-10T19:54:09.604Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0862912828a0150a -C extra-filename=-0862912828a0150a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9bff939c5c4f00e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1931 | 2024-10-10T19:54:09.929Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
1932 | 2024-10-10T19:54:09.929Z | Compiling tracing-attributes v0.1.27 |
1933 | 2024-10-10T19:54:09.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=8ec24ff8c29492cc -C extra-filename=-8ec24ff8c29492cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1934 | 2024-10-10T19:54:10.427Z | Dirty futures-util v0.3.31: the rustflags changed |
1935 | 2024-10-10T19:54:10.427Z | Compiling futures-util v0.3.31 |
1936 | 2024-10-10T19:54:10.430Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=9e460c6b16244ac3 -C extra-filename=-9e460c6b16244ac3 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-9fdfb654a80844f1.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1937 | 2024-10-10T19:54:10.916Z | Dirty crypto-common v0.1.6: the rustflags changed |
1938 | 2024-10-10T19:54:10.916Z | Compiling crypto-common v0.1.6 |
1939 | 2024-10-10T19:54:10.919Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=918ec9bc5257f5e2 -C extra-filename=-918ec9bc5257f5e2 --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-52e4c3f9ee248b43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1940 | 2024-10-10T19:54:11.144Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=ba6ae25d4c981213 -C extra-filename=-ba6ae25d4c981213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1941 | 2024-10-10T19:54:11.215Z | Dirty block-buffer v0.10.4: the rustflags changed |
1942 | 2024-10-10T19:54:11.215Z | Compiling block-buffer v0.10.4 |
1943 | 2024-10-10T19:54:11.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3da4ea6eff3124d4 -C extra-filename=-3da4ea6eff3124d4 --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-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1944 | 2024-10-10T19:54:11.397Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1451ba30358d114d -C extra-filename=-1451ba30358d114d --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-8b1c637477b633e5.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)'` |
1945 | 2024-10-10T19:54:11.489Z | Dirty digest v0.10.7: the rustflags changed |
1946 | 2024-10-10T19:54:11.489Z | Compiling digest v0.10.7 |
1947 | 2024-10-10T19:54:11.492Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=501ad26f330841d9 -C extra-filename=-501ad26f330841d9 --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-3da4ea6eff3124d4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1948 | 2024-10-10T19:54:11.513Z | Dirty schemars_derive v0.8.21: the rustflags changed |
1949 | 2024-10-10T19:54:11.513Z | Compiling schemars_derive v0.8.21 |
1950 | 2024-10-10T19:54:11.516Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a742943badba95df -C extra-filename=-a742943badba95df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-0c8ae517d7c12d4e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1951 | 2024-10-10T19:54:11.555Z | Dirty block-padding v0.3.3: the rustflags changed |
1952 | 2024-10-10T19:54:11.555Z | Compiling block-padding v0.3.3 |
1953 | 2024-10-10T19:54:11.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=96ec429d214239ce -C extra-filename=-96ec429d214239ce --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-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1954 | 2024-10-10T19:54:11.681Z | Dirty hashbrown v0.14.5: the rustflags changed |
1955 | 2024-10-10T19:54:11.681Z | Compiling hashbrown v0.14.5 |
1956 | 2024-10-10T19:54:11.683Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c1d67db3a75f1d90 -C extra-filename=-c1d67db3a75f1d90 --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-ba6ae25d4c981213.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1957 | 2024-10-10T19:54:11.732Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=21e223042efd6c2a -C extra-filename=-21e223042efd6c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1958 | 2024-10-10T19:54:11.815Z | Dirty inout v0.1.3: the rustflags changed |
1959 | 2024-10-10T19:54:11.815Z | Compiling inout v0.1.3 |
1960 | 2024-10-10T19:54:11.818Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=c0fd835969271114 -C extra-filename=-c0fd835969271114 --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-96ec429d214239ce.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1961 | 2024-10-10T19:54:11.964Z | Dirty hmac v0.12.1: the rustflags changed |
1962 | 2024-10-10T19:54:11.964Z | Compiling hmac v0.12.1 |
1963 | 2024-10-10T19:54:11.967Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=5057ff9d5c9d9dda -C extra-filename=-5057ff9d5c9d9dda --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-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1964 | 2024-10-10T19:54:12.101Z | Dirty cipher v0.4.4: the rustflags changed |
1965 | 2024-10-10T19:54:12.101Z | Compiling cipher v0.4.4 |
1966 | 2024-10-10T19:54:12.104Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=555deb2ec3108d6d -C extra-filename=-555deb2ec3108d6d --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-918ec9bc5257f5e2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1967 | 2024-10-10T19:54:12.226Z | Dirty sha2 v0.10.8: the rustflags changed |
1968 | 2024-10-10T19:54:12.226Z | Compiling sha2 v0.10.8 |
1969 | 2024-10-10T19:54:12.228Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=019f53c0dd1567d4 -C extra-filename=-019f53c0dd1567d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1970 | 2024-10-10T19:54:12.633Z | Dirty time v0.3.36: the rustflags changed |
1971 | 2024-10-10T19:54:12.633Z | Compiling time v0.3.36 |
1972 | 2024-10-10T19:54:12.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=478e0f05d7cd44f4 -C extra-filename=-478e0f05d7cd44f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1973 | 2024-10-10T19:54:13.066Z | Dirty tower-service v0.3.2: the rustflags changed |
1974 | 2024-10-10T19:54:13.066Z | Compiling tower-service v0.3.2 |
1975 | 2024-10-10T19:54:13.069Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1976 | 2024-10-10T19:54:13.207Z | Dirty gimli v0.28.1: the rustflags changed |
1977 | 2024-10-10T19:54:13.207Z | Compiling gimli v0.28.1 |
1978 | 2024-10-10T19:54:13.216Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1979 | 2024-10-10T19:54:14.001Z | Dirty tracing v0.1.40: the rustflags changed |
1980 | 2024-10-10T19:54:14.001Z | Compiling tracing v0.1.40 |
1981 | 2024-10-10T19:54:14.004Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5d14c09c813b8c42 -C extra-filename=-5d14c09c813b8c42 --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-31bde78633f57151.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-8ec24ff8c29492cc.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1982 | 2024-10-10T19:54:14.566Z | Dirty adler v1.0.2: the rustflags changed |
1983 | 2024-10-10T19:54:14.566Z | Compiling adler v1.0.2 |
1984 | 2024-10-10T19:54:14.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1985 | 2024-10-10T19:54:14.818Z | Dirty slog v2.7.0: the rustflags changed |
1986 | 2024-10-10T19:54:14.818Z | Compiling slog v2.7.0 |
1987 | 2024-10-10T19:54:14.821Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1988 | 2024-10-10T19:54:15.078Z | Dirty miniz_oxide v0.7.2: the rustflags changed |
1989 | 2024-10-10T19:54:15.078Z | Compiling miniz_oxide v0.7.2 |
1990 | 2024-10-10T19:54:15.080Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=b6745610e627cedf -C extra-filename=-b6745610e627cedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1991 | 2024-10-10T19:54:15.449Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build` |
1992 | 2024-10-10T19:54:15.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=48906e914e9337d7 -C extra-filename=-48906e914e9337d7 --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-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg no_core_error --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)'` |
1993 | 2024-10-10T19:54:15.530Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build` |
1994 | 2024-10-10T19:54:15.580Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b566670ef0ea36fa/build-script-build` |
1995 | 2024-10-10T19:54:15.586Z | Dirty der_derive v0.7.2: the rustflags changed |
1996 | 2024-10-10T19:54:15.586Z | Compiling der_derive v0.7.2 |
1997 | 2024-10-10T19:54:15.588Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c26c2da53dec982c -C extra-filename=-c26c2da53dec982c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1998 | 2024-10-10T19:54:15.610Z | Dirty async-trait v0.1.83: the rustflags changed |
1999 | 2024-10-10T19:54:15.611Z | Compiling async-trait v0.1.83 |
2000 | 2024-10-10T19:54:15.611Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac0f7a8996657ad1 -C extra-filename=-ac0f7a8996657ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2001 | 2024-10-10T19:54:15.844Z | Dirty object v0.32.2: the rustflags changed |
2002 | 2024-10-10T19:54:15.844Z | Compiling object v0.32.2 |
2003 | 2024-10-10T19:54:15.847Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2004 | 2024-10-10T19:54:15.872Z | Dirty flagset v0.4.5: the rustflags changed |
2005 | 2024-10-10T19:54:15.872Z | Compiling flagset v0.4.5 |
2006 | 2024-10-10T19:54:15.875Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2007 | 2024-10-10T19:54:16.089Z | Dirty anyhow v1.0.89: the rustflags changed |
2008 | 2024-10-10T19:54:16.089Z | Compiling anyhow v1.0.89 |
2009 | 2024-10-10T19:54:16.092Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4604dbbbc7fdc589 -C extra-filename=-4604dbbbc7fdc589 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2010 | 2024-10-10T19:54:16.572Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2011 | 2024-10-10T19:54:16.572Z | Compiling rustc-demangle v0.1.24 |
2012 | 2024-10-10T19:54:16.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2013 | 2024-10-10T19:54:16.789Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4604dbbbc7fdc589/build-script-build` |
2014 | 2024-10-10T19:54:17.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
2015 | 2024-10-10T19:54:17.556Z | Dirty addr2line v0.21.0: the rustflags changed |
2016 | 2024-10-10T19:54:17.556Z | Compiling addr2line v0.21.0 |
2017 | 2024-10-10T19:54:17.559Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2018 | 2024-10-10T19:54:17.906Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2019 | 2024-10-10T19:54:18.213Z | Dirty rustls-webpki v0.102.4: the rustflags changed |
2020 | 2024-10-10T19:54:18.213Z | Compiling rustls-webpki v0.102.4 |
2021 | 2024-10-10T19:54:18.215Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=d5af560903623034 -C extra-filename=-d5af560903623034 --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-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2022 | 2024-10-10T19:54:18.301Z | Dirty aes v0.8.4: the rustflags changed |
2023 | 2024-10-10T19:54:18.301Z | Compiling aes v0.8.4 |
2024 | 2024-10-10T19:54:18.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=8f69d3f3a2fa0ad7 -C extra-filename=-8f69d3f3a2fa0ad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2025 | 2024-10-10T19:54:18.361Z | Dirty der v0.7.9: the rustflags changed |
2026 | 2024-10-10T19:54:18.361Z | Compiling der v0.7.9 |
2027 | 2024-10-10T19:54:18.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=ee0a6ae99d6c1dad -C extra-filename=-ee0a6ae99d6c1dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c26c2da53dec982c.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2028 | 2024-10-10T19:54:18.617Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2029 | 2024-10-10T19:54:18.617Z | Compiling pbkdf2 v0.12.2 |
2030 | 2024-10-10T19:54:18.619Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=9012795f62074145 -C extra-filename=-9012795f62074145 --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-501ad26f330841d9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2031 | 2024-10-10T19:54:18.642Z | Dirty openssl-sys v0.9.103: the rustflags changed |
2032 | 2024-10-10T19:54:18.642Z | Compiling openssl-sys v0.9.103 |
2033 | 2024-10-10T19:54:18.642Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=2d11e44b4fbc9dbd -C extra-filename=-2d11e44b4fbc9dbd --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2034 | 2024-10-10T19:54:18.714Z | Dirty heck v0.4.1: the rustflags changed |
2035 | 2024-10-10T19:54:18.714Z | Compiling heck v0.4.1 |
2036 | 2024-10-10T19:54:18.717Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2037 | 2024-10-10T19:54:18.801Z | Dirty mime v0.3.17: the rustflags changed |
2038 | 2024-10-10T19:54:18.801Z | Compiling mime v0.3.17 |
2039 | 2024-10-10T19:54:18.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2040 | 2024-10-10T19:54:19.216Z | Dirty cbc v0.1.2: the rustflags changed |
2041 | 2024-10-10T19:54:19.216Z | Compiling cbc v0.1.2 |
2042 | 2024-10-10T19:54:19.220Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=4dbc5678a1618e58 -C extra-filename=-4dbc5678a1618e58 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2043 | 2024-10-10T19:54:19.492Z | Dirty salsa20 v0.10.2: the rustflags changed |
2044 | 2024-10-10T19:54:19.493Z | Compiling salsa20 v0.10.2 |
2045 | 2024-10-10T19:54:19.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=a4c4d825a428214a -C extra-filename=-a4c4d825a428214a --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2046 | 2024-10-10T19:54:19.515Z | Dirty ipnet v2.10.0: the rustflags changed |
2047 | 2024-10-10T19:54:19.515Z | Compiling ipnet v2.10.0 |
2048 | 2024-10-10T19:54:19.518Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=3f460eddb2a8286a -C extra-filename=-3f460eddb2a8286a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2049 | 2024-10-10T19:54:19.725Z | Dirty winnow v0.5.40: the rustflags changed |
2050 | 2024-10-10T19:54:19.725Z | Compiling winnow v0.5.40 |
2051 | 2024-10-10T19:54:19.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2052 | 2024-10-10T19:54:19.928Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2d11e44b4fbc9dbd/build-script-main` |
2053 | 2024-10-10T19:54:20.014Z | Dirty scrypt v0.11.0: the rustflags changed |
2054 | 2024-10-10T19:54:20.014Z | Compiling scrypt v0.11.0 |
2055 | 2024-10-10T19:54:20.017Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=960be478a929fdb6 -C extra-filename=-960be478a929fdb6 --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-9012795f62074145.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-a4c4d825a428214a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2056 | 2024-10-10T19:54:20.406Z | Dirty spki v0.7.3: the rustflags changed |
2057 | 2024-10-10T19:54:20.406Z | Compiling spki v0.7.3 |
2058 | 2024-10-10T19:54:20.408Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=82872aa0b34e4bd2 -C extra-filename=-82872aa0b34e4bd2 --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-ee0a6ae99d6c1dad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2059 | 2024-10-10T19:54:20.590Z | Dirty futures-executor v0.3.31: the rustflags changed |
2060 | 2024-10-10T19:54:20.590Z | Compiling futures-executor v0.3.31 |
2061 | 2024-10-10T19:54:20.592Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=c8828ab497af1308 -C extra-filename=-c8828ab497af1308 --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-5c0c6b13016b0cbd.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2062 | 2024-10-10T19:54:20.700Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2063 | 2024-10-10T19:54:20.700Z | Compiling pkcs5 v0.7.1 |
2064 | 2024-10-10T19:54:20.702Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=f03d20a296f6696e -C extra-filename=-f03d20a296f6696e --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-8f69d3f3a2fa0ad7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9012795f62074145.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-960be478a929fdb6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2065 | 2024-10-10T19:54:20.793Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2066 | 2024-10-10T19:54:20.793Z | Compiling encoding_rs v0.8.34 |
2067 | 2024-10-10T19:54:20.796Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=036e08876869b21a -C extra-filename=-036e08876869b21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2068 | 2024-10-10T19:54:21.039Z | Dirty futures v0.3.31: the rustflags changed |
2069 | 2024-10-10T19:54:21.039Z | Compiling futures v0.3.31 |
2070 | 2024-10-10T19:54:21.041Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0162e01903071502 -C extra-filename=-0162e01903071502 --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-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c8828ab497af1308.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2071 | 2024-10-10T19:54:21.158Z | Dirty utf8parse v0.2.1: the rustflags changed |
2072 | 2024-10-10T19:54:21.158Z | Compiling utf8parse v0.2.1 |
2073 | 2024-10-10T19:54:21.161Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2074 | 2024-10-10T19:54:21.161Z | Compiling foreign-types-shared v0.1.1 |
2075 | 2024-10-10T19:54:21.161Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=da51f585a387d022 -C extra-filename=-da51f585a387d022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2076 | 2024-10-10T19:54:21.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2077 | 2024-10-10T19:54:21.290Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2078 | 2024-10-10T19:54:21.290Z | Compiling pkcs8 v0.10.2 |
2079 | 2024-10-10T19:54:21.292Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1be604d6afb67b30 -C extra-filename=-1be604d6afb67b30 --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-ee0a6ae99d6c1dad.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f03d20a296f6696e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2080 | 2024-10-10T19:54:21.316Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2081 | 2024-10-10T19:54:21.316Z | Compiling openssl-probe v0.1.5 |
2082 | 2024-10-10T19:54:21.319Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2083 | 2024-10-10T19:54:21.675Z | Dirty bytes v1.7.2: the rustflags changed |
2084 | 2024-10-10T19:54:21.675Z | Compiling bytes v1.7.2 |
2085 | 2024-10-10T19:54:21.678Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5c4b9fa02fe9d354 -C extra-filename=-5c4b9fa02fe9d354 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2086 | 2024-10-10T19:54:21.699Z | Dirty bitflags v2.6.0: the rustflags changed |
2087 | 2024-10-10T19:54:21.699Z | Compiling bitflags v2.6.0 |
2088 | 2024-10-10T19:54:21.702Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=21aef30ff9a49b69 -C extra-filename=-21aef30ff9a49b69 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2089 | 2024-10-10T19:54:21.882Z | Dirty indexmap v2.5.0: the rustflags changed |
2090 | 2024-10-10T19:54:21.882Z | Compiling indexmap v2.5.0 |
2091 | 2024-10-10T19:54:21.885Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=549a53b00a4b21ce -C extra-filename=-549a53b00a4b21ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2092 | 2024-10-10T19:54:21.907Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fcb1738267766363 -C extra-filename=-fcb1738267766363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.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"))'` |
2093 | 2024-10-10T19:54:21.990Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' --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"))' -C metadata=30d8b57c3d4d8836 -C extra-filename=-30d8b57c3d4d8836 --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-21aef30ff9a49b69.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-845b76ba4aeefe65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2094 | 2024-10-10T19:54:22.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5fe052289b14e5b9 -C extra-filename=-5fe052289b14e5b9 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` |
2095 | 2024-10-10T19:54:22.876Z | Dirty tokio v1.39.3: the rustflags changed |
2096 | 2024-10-10T19:54:22.876Z | Compiling tokio v1.39.3 |
2097 | 2024-10-10T19:54:22.880Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.39.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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dd9d306c65b930d0 -C extra-filename=-dd9d306c65b930d0 --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-5c4b9fa02fe9d354.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-32b58a7a2801ec57.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2098 | 2024-10-10T19:54:22.975Z | Dirty chrono v0.4.38: the rustflags changed |
2099 | 2024-10-10T19:54:22.975Z | Compiling chrono v0.4.38 |
2100 | 2024-10-10T19:54:22.979Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=20afe1f1506ec7c2 -C extra-filename=-20afe1f1506ec7c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2101 | 2024-10-10T19:54:23.108Z | Dirty uuid v1.10.0: the rustflags changed |
2102 | 2024-10-10T19:54:23.108Z | Compiling uuid v1.10.0 |
2103 | 2024-10-10T19:54:23.111Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=48f697ffbd6caee0 -C extra-filename=-48f697ffbd6caee0 --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-b050ca61f382ec87.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2104 | 2024-10-10T19:54:23.403Z | Dirty http v1.1.0: the rustflags changed |
2105 | 2024-10-10T19:54:23.403Z | Compiling http v1.1.0 |
2106 | 2024-10-10T19:54:23.424Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b60848fe00b07725 -C extra-filename=-b60848fe00b07725 --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2107 | 2024-10-10T19:54:23.672Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2108 | 2024-10-10T19:54:23.672Z | Compiling toml_datetime v0.6.8 |
2109 | 2024-10-10T19:54:23.675Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d9f4e0f5b039d12f -C extra-filename=-d9f4e0f5b039d12f --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2110 | 2024-10-10T19:54:24.178Z | Dirty serde_spanned v0.6.7: the rustflags changed |
2111 | 2024-10-10T19:54:24.178Z | Compiling serde_spanned v0.6.7 |
2112 | 2024-10-10T19:54:24.181Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6a5c20d6e0b557a6 -C extra-filename=-6a5c20d6e0b557a6 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2113 | 2024-10-10T19:54:24.458Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2114 | 2024-10-10T19:54:24.458Z | Compiling serde_tokenstream v0.2.2 |
2115 | 2024-10-10T19:54:24.461Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f32ebe206649a34b -C extra-filename=-f32ebe206649a34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2116 | 2024-10-10T19:54:24.519Z | Dirty rustc_version v0.4.0: the rustflags changed |
2117 | 2024-10-10T19:54:24.519Z | Compiling rustc_version v0.4.0 |
2118 | 2024-10-10T19:54:24.522Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c55b6e3dd92f475 -C extra-filename=-3c55b6e3dd92f475 --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-5fe052289b14e5b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2119 | 2024-10-10T19:54:25.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=7edff9d8cda30ac9 -C extra-filename=-7edff9d8cda30ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-b6745610e627cedf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2120 | 2024-10-10T19:54:25.116Z | Dirty http-body v1.0.0: the rustflags changed |
2121 | 2024-10-10T19:54:25.116Z | Compiling http-body v1.0.0 |
2122 | 2024-10-10T19:54:25.118Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2365308f3554b18 -C extra-filename=-f2365308f3554b18 --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-5c4b9fa02fe9d354.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2123 | 2024-10-10T19:54:25.203Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2124 | 2024-10-10T19:54:25.203Z | Compiling serde_urlencoded v0.7.1 |
2125 | 2024-10-10T19:54:25.206Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=158356caa281290b -C extra-filename=-158356caa281290b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2126 | 2024-10-10T19:54:25.339Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=0d7e23f92d023572 -C extra-filename=-0d7e23f92d023572 --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-a742943badba95df.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2127 | 2024-10-10T19:54:25.360Z | Dirty http-body-util v0.1.2: the rustflags changed |
2128 | 2024-10-10T19:54:25.360Z | Compiling http-body-util v0.1.2 |
2129 | 2024-10-10T19:54:25.362Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=112c7170937fa33c -C extra-filename=-112c7170937fa33c --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-5c4b9fa02fe9d354.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2130 | 2024-10-10T19:54:25.742Z | Dirty openssl v0.10.66: the rustflags changed |
2131 | 2024-10-10T19:54:25.742Z | Compiling openssl v0.10.66 |
2132 | 2024-10-10T19:54:25.745Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2133 | 2024-10-10T19:54:25.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=44609b41ff48f4fb -C extra-filename=-44609b41ff48f4fb --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-7edff9d8cda30ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg anyhow_no_core_error --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)'` |
2134 | 2024-10-10T19:54:25.984Z | Dirty foreign-types v0.3.2: the rustflags changed |
2135 | 2024-10-10T19:54:25.984Z | Compiling foreign-types v0.3.2 |
2136 | 2024-10-10T19:54:25.986Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-10-10T19:54:26.090Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9d9e768368c14300 -C extra-filename=-9d9e768368c14300 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
2138 | 2024-10-10T19:54:26.243Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build` |
2139 | 2024-10-10T19:54:26.275Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2140 | 2024-10-10T19:54:26.275Z | Compiling openssl-macros v0.1.1 |
2141 | 2024-10-10T19:54:26.277Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19f68f9e5ddb2cf0 -C extra-filename=-19f68f9e5ddb2cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2142 | 2024-10-10T19:54:26.706Z | Dirty rustls-pemfile v2.1.3: the rustflags changed |
2143 | 2024-10-10T19:54:26.707Z | Compiling rustls-pemfile v2.1.3 |
2144 | 2024-10-10T19:54:26.710Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0825b86e4f23338d -C extra-filename=-0825b86e4f23338d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2145 | 2024-10-10T19:54:26.730Z | Dirty unicode-width v0.1.13: the rustflags changed |
2146 | 2024-10-10T19:54:26.730Z | Compiling unicode-width v0.1.13 |
2147 | 2024-10-10T19:54:26.733Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2148 | 2024-10-10T19:54:26.973Z | Dirty rustls v0.23.10: the rustflags changed |
2149 | 2024-10-10T19:54:26.973Z | Compiling rustls v0.23.10 |
2150 | 2024-10-10T19:54:26.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=7416237bceb47686 -C extra-filename=-7416237bceb47686 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2151 | 2024-10-10T19:54:27.175Z | Dirty toml_edit v0.19.15: the rustflags changed |
2152 | 2024-10-10T19:54:27.175Z | Compiling toml_edit v0.19.15 |
2153 | 2024-10-10T19:54:27.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=76833568d688233a -C extra-filename=-76833568d688233a --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2154 | 2024-10-10T19:54:27.207Z | Dirty anstyle v1.0.8: the rustflags changed |
2155 | 2024-10-10T19:54:27.207Z | Compiling anstyle v1.0.8 |
2156 | 2024-10-10T19:54:27.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2024-10-10T19:54:27.236Z | Dirty data-encoding v2.6.0: the rustflags changed |
2158 | 2024-10-10T19:54:27.236Z | Compiling data-encoding v2.6.0 |
2159 | 2024-10-10T19:54:27.239Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2160 | 2024-10-10T19:54:27.309Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7416237bceb47686/build-script-build` |
2161 | 2024-10-10T19:54:27.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8b1774e5bfcf5fb6 -C extra-filename=-8b1774e5bfcf5fb6 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-19f68f9e5ddb2cf0.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
2162 | 2024-10-10T19:54:27.409Z | Dirty native-tls v0.2.11: the rustflags changed |
2163 | 2024-10-10T19:54:27.409Z | Compiling native-tls v0.2.11 |
2164 | 2024-10-10T19:54:27.412Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2165 | 2024-10-10T19:54:27.641Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=ca94a252ff86685f -C extra-filename=-ca94a252ff86685f --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-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
2166 | 2024-10-10T19:54:27.823Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build` |
2167 | 2024-10-10T19:54:27.854Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2168 | 2024-10-10T19:54:27.855Z | Compiling openapiv3 v2.0.0 |
2169 | 2024-10-10T19:54:27.857Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=040bb745b647f23e -C extra-filename=-040bb745b647f23e --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2170 | 2024-10-10T19:54:28.516Z | Dirty cookie v0.18.1: the rustflags changed |
2171 | 2024-10-10T19:54:28.516Z | Compiling cookie v0.18.1 |
2172 | 2024-10-10T19:54:28.519Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=6a89a6c6fe9502ee -C extra-filename=-6a89a6c6fe9502ee --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2173 | 2024-10-10T19:54:28.880Z | Dirty ucd-trie v0.1.6: the rustflags changed |
2174 | 2024-10-10T19:54:28.880Z | Compiling ucd-trie v0.1.6 |
2175 | 2024-10-10T19:54:28.883Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2176 | 2024-10-10T19:54:29.143Z | Dirty pest v2.7.10: the rustflags changed |
2177 | 2024-10-10T19:54:29.143Z | Compiling pest v2.7.10 |
2178 | 2024-10-10T19:54:29.146Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=305fb863ad303cd2 -C extra-filename=-305fb863ad303cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2179 | 2024-10-10T19:54:29.577Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-6a89a6c6fe9502ee/build-script-build` |
2180 | 2024-10-10T19:54:29.652Z | Dirty idna v0.3.0: the rustflags changed |
2181 | 2024-10-10T19:54:29.652Z | Compiling idna v0.3.0 |
2182 | 2024-10-10T19:54:29.654Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10e850573a39292b -C extra-filename=-10e850573a39292b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2183 | 2024-10-10T19:54:29.703Z | Dirty psl-types v2.0.11: the rustflags changed |
2184 | 2024-10-10T19:54:29.703Z | Compiling psl-types v2.0.11 |
2185 | 2024-10-10T19:54:29.706Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2186 | 2024-10-10T19:54:29.911Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4d36d7576c2a65fc -C extra-filename=-4d36d7576c2a65fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2187 | 2024-10-10T19:54:31.038Z | Dirty tokio-util v0.7.12: the rustflags changed |
2188 | 2024-10-10T19:54:31.038Z | Compiling tokio-util v0.7.12 |
2189 | 2024-10-10T19:54:31.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=e5e0ee6871e85cd7 -C extra-filename=-e5e0ee6871e85cd7 --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-5c4b9fa02fe9d354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-10-10T19:54:31.301Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2191 | 2024-10-10T19:54:31.301Z | Compiling publicsuffix v2.2.3 |
2192 | 2024-10-10T19:54:31.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=f266276591515350 -C extra-filename=-f266276591515350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2193 | 2024-10-10T19:54:31.544Z | Dirty anstyle-parse v0.2.4: the rustflags changed |
2194 | 2024-10-10T19:54:31.545Z | Compiling anstyle-parse v0.2.4 |
2195 | 2024-10-10T19:54:31.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2196 | 2024-10-10T19:54:31.894Z | Dirty pest_meta v2.7.10: the rustflags changed |
2197 | 2024-10-10T19:54:31.894Z | Compiling pest_meta v2.7.10 |
2198 | 2024-10-10T19:54:31.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=46e17597b4883a18 -C extra-filename=-46e17597b4883a18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-305fb863ad303cd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2199 | 2024-10-10T19:54:32.230Z | Dirty h2 v0.4.6: the rustflags changed |
2200 | 2024-10-10T19:54:32.230Z | Compiling h2 v0.4.6 |
2201 | 2024-10-10T19:54:32.233Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=61fe33f94637d41c -C extra-filename=-61fe33f94637d41c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-0226d346e4689e13.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2202 | 2024-10-10T19:54:32.278Z | Dirty sha1 v0.10.6: the rustflags changed |
2203 | 2024-10-10T19:54:32.278Z | Compiling sha1 v0.10.6 |
2204 | 2024-10-10T19:54:32.281Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=2712abd079d598ef -C extra-filename=-2712abd079d598ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2205 | 2024-10-10T19:54:32.425Z | Dirty signature v2.2.0: the rustflags changed |
2206 | 2024-10-10T19:54:32.425Z | Compiling signature v2.2.0 |
2207 | 2024-10-10T19:54:32.428Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=5a7e2c06af7d4777 -C extra-filename=-5a7e2c06af7d4777 --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-501ad26f330841d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2208 | 2024-10-10T19:54:32.719Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2209 | 2024-10-10T19:54:32.719Z | Compiling scroll_derive v0.12.0 |
2210 | 2024-10-10T19:54:32.734Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd5be6d69e045f9d -C extra-filename=-cd5be6d69e045f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2211 | 2024-10-10T19:54:32.744Z | Dirty webpki-roots v0.26.3: the rustflags changed |
2212 | 2024-10-10T19:54:32.744Z | Compiling webpki-roots v0.26.3 |
2213 | 2024-10-10T19:54:32.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc57811e8c54d68b -C extra-filename=-fc57811e8c54d68b --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-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2024-10-10T19:54:32.958Z | Dirty is_terminal_polyfill v1.70.0: the rustflags changed |
2215 | 2024-10-10T19:54:32.958Z | Compiling is_terminal_polyfill v1.70.0 |
2216 | 2024-10-10T19:54:32.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2217 | 2024-10-10T19:54:33.095Z | Dirty winnow v0.6.18: the rustflags changed |
2218 | 2024-10-10T19:54:33.095Z | Compiling winnow v0.6.18 |
2219 | 2024-10-10T19:54:33.098Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2220 | 2024-10-10T19:54:34.305Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
2221 | 2024-10-10T19:54:34.305Z | Compiling tokio-rustls v0.26.0 |
2222 | 2024-10-10T19:54:34.308Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=0d360051f0406bd4 -C extra-filename=-0d360051f0406bd4 --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-ca94a252ff86685f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2223 | 2024-10-10T19:54:34.791Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=618d2b10f9a4f44c -C extra-filename=-618d2b10f9a4f44c --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-31bde78633f57151.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.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` |
2224 | 2024-10-10T19:54:35.019Z | Dirty anstyle-query v1.0.3: the rustflags changed |
2225 | 2024-10-10T19:54:35.019Z | Compiling anstyle-query v1.0.3 |
2226 | 2024-10-10T19:54:35.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2227 | 2024-10-10T19:54:35.171Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2228 | 2024-10-10T19:54:35.171Z | Compiling tokio-native-tls v0.3.1 |
2229 | 2024-10-10T19:54:35.174Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=0fd1cc6e3e6b8c13 -C extra-filename=-0fd1cc6e3e6b8c13 --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-618d2b10f9a4f44c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2230 | 2024-10-10T19:54:35.440Z | Dirty colorchoice v1.0.1: the rustflags changed |
2231 | 2024-10-10T19:54:35.440Z | Compiling colorchoice v1.0.1 |
2232 | 2024-10-10T19:54:35.443Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2233 | 2024-10-10T19:54:35.463Z | Dirty scroll v0.12.0: the rustflags changed |
2234 | 2024-10-10T19:54:35.463Z | Compiling scroll v0.12.0 |
2235 | 2024-10-10T19:54:35.466Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=6c92b782761a029c -C extra-filename=-6c92b782761a029c --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-cd5be6d69e045f9d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2236 | 2024-10-10T19:54:35.609Z | Dirty anstream v0.6.14: the rustflags changed |
2237 | 2024-10-10T19:54:35.609Z | Compiling anstream v0.6.14 |
2238 | 2024-10-10T19:54:35.612Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=384c2475a46f47da -C extra-filename=-384c2475a46f47da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2239 | 2024-10-10T19:54:36.040Z | Dirty pest_generator v2.7.10: the rustflags changed |
2240 | 2024-10-10T19:54:36.040Z | Compiling pest_generator v2.7.10 |
2241 | 2024-10-10T19:54:36.042Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6f29de62729f6c9a -C extra-filename=-6f29de62729f6c9a --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-305fb863ad303cd2.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-46e17597b4883a18.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2024-10-10T19:54:36.223Z | Dirty cookie_store v0.21.0: the rustflags changed |
2243 | 2024-10-10T19:54:36.223Z | Compiling cookie_store v0.21.0 |
2244 | 2024-10-10T19:54:36.225Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=feaf7676ffc2a18d -C extra-filename=-feaf7676ffc2a18d --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-4d36d7576c2a65fc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2245 | 2024-10-10T19:54:36.355Z | Dirty terminal_size v0.4.0: the rustflags changed |
2246 | 2024-10-10T19:54:36.355Z | Compiling terminal_size v0.4.0 |
2247 | 2024-10-10T19:54:36.357Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e0509d47ebc2dfd -C extra-filename=-6e0509d47ebc2dfd --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2248 | 2024-10-10T19:54:36.576Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2249 | 2024-10-10T19:54:36.576Z | Compiling sync_wrapper v1.0.1 |
2250 | 2024-10-10T19:54:36.578Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=6b5efafbb407d993 -C extra-filename=-6b5efafbb407d993 --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-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2251 | 2024-10-10T19:54:36.731Z | Dirty plain v0.2.3: the rustflags changed |
2252 | 2024-10-10T19:54:36.732Z | Compiling plain v0.2.3 |
2253 | 2024-10-10T19:54:36.734Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2254 | 2024-10-10T19:54:36.862Z | Dirty clap_lex v0.7.0: the rustflags changed |
2255 | 2024-10-10T19:54:36.862Z | Compiling clap_lex v0.7.0 |
2256 | 2024-10-10T19:54:36.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2257 | 2024-10-10T19:54:36.899Z | Dirty goblin v0.8.2: the rustflags changed |
2258 | 2024-10-10T19:54:36.899Z | Compiling goblin v0.8.2 |
2259 | 2024-10-10T19:54:36.901Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=b29497cc26274d79 -C extra-filename=-b29497cc26274d79 --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-31bde78633f57151.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6c92b782761a029c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2260 | 2024-10-10T19:54:36.998Z | Dirty clap_derive v4.5.18: the rustflags changed |
2261 | 2024-10-10T19:54:36.998Z | Compiling clap_derive v4.5.18 |
2262 | 2024-10-10T19:54:37.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=af6beda67f11017a -C extra-filename=-af6beda67f11017a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2263 | 2024-10-10T19:54:37.390Z | Dirty clap_builder v4.5.20: the rustflags changed |
2264 | 2024-10-10T19:54:37.390Z | Compiling clap_builder v4.5.20 |
2265 | 2024-10-10T19:54:37.393Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=60cd29cf005e63af -C extra-filename=-60cd29cf005e63af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-6e0509d47ebc2dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2266 | 2024-10-10T19:54:37.744Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2267 | 2024-10-10T19:54:37.744Z | Compiling usdt-impl v0.5.0 |
2268 | 2024-10-10T19:54:37.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2269 | 2024-10-10T19:54:37.968Z | Dirty base16ct v0.2.0: the rustflags changed |
2270 | 2024-10-10T19:54:37.968Z | Compiling base16ct v0.2.0 |
2271 | 2024-10-10T19:54:37.971Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2272 | 2024-10-10T19:54:38.017Z | Dirty pest_derive v2.7.10: the rustflags changed |
2273 | 2024-10-10T19:54:38.017Z | Compiling pest_derive v2.7.10 |
2274 | 2024-10-10T19:54:38.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=aa0d3bd4735a9305 -C extra-filename=-aa0d3bd4735a9305 --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-305fb863ad303cd2.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6f29de62729f6c9a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2275 | 2024-10-10T19:54:38.159Z | Dirty unicode-segmentation v1.11.0: the rustflags changed |
2276 | 2024-10-10T19:54:38.159Z | Compiling unicode-segmentation v1.11.0 |
2277 | 2024-10-10T19:54:38.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2278 | 2024-10-10T19:54:38.281Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2279 | 2024-10-10T19:54:38.281Z | Compiling pretty-hex v0.4.1 |
2280 | 2024-10-10T19:54:38.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=966337b29a6969eb -C extra-filename=-966337b29a6969eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2281 | 2024-10-10T19:54:38.499Z | Dirty crc32fast v1.4.0: the rustflags changed |
2282 | 2024-10-10T19:54:38.499Z | Compiling crc32fast v1.4.0 |
2283 | 2024-10-10T19:54:38.501Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2284 | 2024-10-10T19:54:38.990Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build` |
2285 | 2024-10-10T19:54:39.013Z | Dirty hyper v1.4.1: the rustflags changed |
2286 | 2024-10-10T19:54:39.013Z | Compiling hyper v1.4.1 |
2287 | 2024-10-10T19:54:39.023Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=a98b8610c812a84b -C extra-filename=-a98b8610c812a84b --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-61fe33f94637d41c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2024-10-10T19:54:39.076Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build` |
2289 | 2024-10-10T19:54:39.145Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2290 | 2024-10-10T19:54:39.145Z | Compiling dtrace-parser v0.2.0 |
2291 | 2024-10-10T19:54:39.148Z | Dirty sec1 v0.7.3: the rustflags changed |
2292 | 2024-10-10T19:54:39.148Z | Compiling sec1 v0.7.3 |
2293 | 2024-10-10T19:54:39.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=ec490c1e0d671083 -C extra-filename=-ec490c1e0d671083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-10-10T19:54:39.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c2c16c687d6f963 -C extra-filename=-9c2c16c687d6f963 --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-305fb863ad303cd2.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-aa0d3bd4735a9305.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2295 | 2024-10-10T19:54:39.808Z | Dirty toml_edit v0.22.22: the rustflags changed |
2296 | 2024-10-10T19:54:39.808Z | Compiling toml_edit v0.22.22 |
2297 | 2024-10-10T19:54:39.811Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=637d14a47e73fdaa -C extra-filename=-637d14a47e73fdaa --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-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2298 | 2024-10-10T19:54:41.374Z | Dirty num-integer v0.1.46: the rustflags changed |
2299 | 2024-10-10T19:54:41.374Z | Compiling num-integer v0.1.46 |
2300 | 2024-10-10T19:54:41.517Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2024-10-10T19:54:41.756Z | Dirty hyper-util v0.1.9: the rustflags changed |
2302 | 2024-10-10T19:54:41.756Z | Compiling hyper-util v0.1.9 |
2303 | 2024-10-10T19:54:41.801Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=ab72fc57583364c6 -C extra-filename=-ab72fc57583364c6 --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2304 | 2024-10-10T19:54:42.077Z | Dirty ff v0.13.0: the rustflags changed |
2305 | 2024-10-10T19:54:42.077Z | Compiling ff v0.13.0 |
2306 | 2024-10-10T19:54:42.116Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=c1aa6d2350b74cba -C extra-filename=-c1aa6d2350b74cba --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-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2024-10-10T19:54:42.240Z | Dirty clap v4.5.20: the rustflags changed |
2308 | 2024-10-10T19:54:42.271Z | Compiling clap v4.5.20 |
2309 | 2024-10-10T19:54:42.271Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=1fb17eae6c5dd916 -C extra-filename=-1fb17eae6c5dd916 --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-60cd29cf005e63af.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-af6beda67f11017a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2024-10-10T19:54:42.271Z | Dirty thread-id v4.2.1: the rustflags changed |
2311 | 2024-10-10T19:54:42.271Z | Compiling thread-id v4.2.1 |
2312 | 2024-10-10T19:54:42.271Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95fab8b102482621 -C extra-filename=-95fab8b102482621 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2313 | 2024-10-10T19:54:42.363Z | Dirty group v0.13.0: the rustflags changed |
2314 | 2024-10-10T19:54:42.363Z | Compiling group v0.13.0 |
2315 | 2024-10-10T19:54:42.375Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=d28686e858e4e4e9 -C extra-filename=-d28686e858e4e4e9 --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-c1aa6d2350b74cba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-10-10T19:54:42.382Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
2317 | 2024-10-10T19:54:42.664Z | Dirty dof v0.3.0: the rustflags changed |
2318 | 2024-10-10T19:54:42.664Z | Compiling dof v0.3.0 |
2319 | 2024-10-10T19:54:42.667Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=51799860d4566239 -C extra-filename=-51799860d4566239 --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-b29497cc26274d79.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2320 | 2024-10-10T19:54:42.687Z | Dirty hkdf v0.12.4: the rustflags changed |
2321 | 2024-10-10T19:54:42.687Z | Compiling hkdf v0.12.4 |
2322 | 2024-10-10T19:54:42.690Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=263f62f7b32356e3 -C extra-filename=-263f62f7b32356e3 --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-5057ff9d5c9d9dda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2323 | 2024-10-10T19:54:42.710Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
2324 | 2024-10-10T19:54:42.710Z | Compiling crypto-bigint v0.5.5 |
2325 | 2024-10-10T19:54:42.714Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=a149e509a0be047d -C extra-filename=-a149e509a0be047d --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-52e4c3f9ee248b43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2326 | 2024-10-10T19:54:42.962Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
2327 | 2024-10-10T19:54:42.962Z | Compiling crossbeam-epoch v0.9.18 |
2328 | 2024-10-10T19:54:42.964Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2329 | 2024-10-10T19:54:43.197Z | Dirty siphasher v0.3.11: the rustflags changed |
2330 | 2024-10-10T19:54:43.197Z | Compiling siphasher v0.3.11 |
2331 | 2024-10-10T19:54:43.200Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2332 | 2024-10-10T19:54:43.588Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=380826a9f3294c5e -C extra-filename=-380826a9f3294c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9c2c16c687d6f963.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-95fab8b102482621.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2333 | 2024-10-10T19:54:43.745Z | Dirty static_assertions v1.1.0: the rustflags changed |
2334 | 2024-10-10T19:54:43.745Z | Compiling static_assertions v1.1.0 |
2335 | 2024-10-10T19:54:43.750Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a062de836263b83 -C extra-filename=-0a062de836263b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2336 | 2024-10-10T19:54:43.852Z | Dirty bitflags v1.3.2: the rustflags changed |
2337 | 2024-10-10T19:54:43.852Z | Compiling bitflags v1.3.2 |
2338 | 2024-10-10T19:54:43.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2339 | 2024-10-10T19:54:43.966Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
2340 | 2024-10-10T19:54:43.966Z | Compiling hyper-rustls v0.27.3 |
2341 | 2024-10-10T19:54:43.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ac08d35180befde9 -C extra-filename=-ac08d35180befde9 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-fc57811e8c54d68b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2342 | 2024-10-10T19:54:44.652Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2343 | 2024-10-10T19:54:44.652Z | Compiling hyper-tls v0.6.0 |
2344 | 2024-10-10T19:54:44.654Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c9063fddd6a38944 -C extra-filename=-c9063fddd6a38944 --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-5c4b9fa02fe9d354.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-618d2b10f9a4f44c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0fd1cc6e3e6b8c13.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2345 | 2024-10-10T19:54:44.853Z | Dirty hex v0.4.3: the rustflags changed |
2346 | 2024-10-10T19:54:44.853Z | Compiling hex v0.4.3 |
2347 | 2024-10-10T19:54:44.856Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=4d6bf62383587a1b -C extra-filename=-4d6bf62383587a1b --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2024-10-10T19:54:44.876Z | Dirty itertools v0.10.5: the rustflags changed |
2349 | 2024-10-10T19:54:44.876Z | Compiling itertools v0.10.5 |
2350 | 2024-10-10T19:54:44.885Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2024-10-10T19:54:45.079Z | Dirty reqwest v0.12.7: the rustflags changed |
2352 | 2024-10-10T19:54:45.079Z | Compiling reqwest v0.12.7 |
2353 | 2024-10-10T19:54:45.082Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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 --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="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=c0366bf798b69c5e -C extra-filename=-c0366bf798b69c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-feaf7676ffc2a18d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-61fe33f94637d41c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f2365308f3554b18.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c9063fddd6a38944.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-618d2b10f9a4f44c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-6b5efafbb407d993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-0fd1cc6e3e6b8c13.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-fc57811e8c54d68b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2354 | 2024-10-10T19:54:45.155Z | Dirty adler2 v2.0.0: the rustflags changed |
2355 | 2024-10-10T19:54:45.155Z | Compiling adler2 v2.0.0 |
2356 | 2024-10-10T19:54:45.157Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3ab49a5399cf3c85 -C extra-filename=-3ab49a5399cf3c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2357 | 2024-10-10T19:54:45.362Z | Dirty rayon-core v1.12.1: the rustflags changed |
2358 | 2024-10-10T19:54:45.362Z | Compiling rayon-core v1.12.1 |
2359 | 2024-10-10T19:54:45.365Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2024-10-10T19:54:45.464Z | Dirty bit-vec v0.6.3: the rustflags changed |
2361 | 2024-10-10T19:54:45.464Z | Compiling bit-vec v0.6.3 |
2362 | 2024-10-10T19:54:45.467Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2363 | 2024-10-10T19:54:45.720Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
2364 | 2024-10-10T19:54:45.720Z | Compiling elliptic-curve v0.13.8 |
2365 | 2024-10-10T19:54:45.723Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=de11a116d7f7dd1f -C extra-filename=-de11a116d7f7dd1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a149e509a0be047d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2024-10-10T19:54:45.954Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2367 | 2024-10-10T19:54:45.954Z | Compiling stable_deref_trait v1.2.0 |
2368 | 2024-10-10T19:54:45.957Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2024-10-10T19:54:46.071Z | Dirty bit-set v0.5.3: the rustflags changed |
2370 | 2024-10-10T19:54:46.071Z | Compiling bit-set v0.5.3 |
2371 | 2024-10-10T19:54:46.073Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2372 | 2024-10-10T19:54:46.367Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build` |
2373 | 2024-10-10T19:54:46.400Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2374 | 2024-10-10T19:54:46.400Z | Compiling miniz_oxide v0.8.0 |
2375 | 2024-10-10T19:54:46.403Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=568c7230d30d7b84 -C extra-filename=-568c7230d30d7b84 --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-3ab49a5399cf3c85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2376 | 2024-10-10T19:54:46.566Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
2377 | 2024-10-10T19:54:46.566Z | Compiling crossbeam-deque v0.8.5 |
2378 | 2024-10-10T19:54:46.570Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2379 | 2024-10-10T19:54:46.652Z | Dirty num-iter v0.1.45: the rustflags changed |
2380 | 2024-10-10T19:54:46.652Z | Compiling num-iter v0.1.45 |
2381 | 2024-10-10T19:54:46.654Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2382 | 2024-10-10T19:54:46.835Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
2383 | 2024-10-10T19:54:46.835Z | Compiling curve25519-dalek v4.1.3 |
2384 | 2024-10-10T19:54:46.838Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=d7cd08f00a68ceeb -C extra-filename=-d7cd08f00a68ceeb --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d7cd08f00a68ceeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2385 | 2024-10-10T19:54:46.928Z | Dirty memmap v0.7.0: the rustflags changed |
2386 | 2024-10-10T19:54:46.928Z | Compiling memmap v0.7.0 |
2387 | 2024-10-10T19:54:46.931Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05bc91404a9edc9a -C extra-filename=-05bc91404a9edc9a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2388 | 2024-10-10T19:54:47.294Z | Dirty signal-hook v0.3.17: the rustflags changed |
2389 | 2024-10-10T19:54:47.294Z | Compiling signal-hook v0.3.17 |
2390 | 2024-10-10T19:54:47.297Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2391 | 2024-10-10T19:54:47.381Z | Dirty usdt-macro v0.5.0: the rustflags changed |
2392 | 2024-10-10T19:54:47.381Z | Compiling usdt-macro v0.5.0 |
2393 | 2024-10-10T19:54:47.384Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=66efdeac259c4e3b -C extra-filename=-66efdeac259c4e3b --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-9c2c16c687d6f963.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2394 | 2024-10-10T19:54:47.561Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
2395 | 2024-10-10T19:54:47.561Z | Compiling usdt-attr-macro v0.5.0 |
2396 | 2024-10-10T19:54:47.580Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b8708376283d5de9 -C extra-filename=-b8708376283d5de9 --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-9c2c16c687d6f963.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2397 | 2024-10-10T19:54:47.641Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
2398 | 2024-10-10T19:54:47.641Z | Compiling num-bigint-dig v0.8.4 |
2399 | 2024-10-10T19:54:47.645Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=a48bba7d8738e000 -C extra-filename=-a48bba7d8738e000 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2400 | 2024-10-10T19:54:47.770Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build` |
2401 | 2024-10-10T19:54:47.801Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d7cd08f00a68ceeb/build-script-build` |
2402 | 2024-10-10T19:54:47.894Z | Dirty flate2 v1.0.34: the rustflags changed |
2403 | 2024-10-10T19:54:47.894Z | Compiling flate2 v1.0.34 |
2404 | 2024-10-10T19:54:47.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=153c2223bdb4e720 -C extra-filename=-153c2223bdb4e720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-568c7230d30d7b84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2405 | 2024-10-10T19:54:47.918Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2406 | 2024-10-10T19:54:48.006Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build` |
2407 | 2024-10-10T19:54:48.027Z | Dirty toml v0.7.8: the rustflags changed |
2408 | 2024-10-10T19:54:48.027Z | Compiling toml v0.7.8 |
2409 | 2024-10-10T19:54:48.030Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=8f73071bde3a3bcf -C extra-filename=-8f73071bde3a3bcf --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-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-10-10T19:54:48.053Z | Dirty rfc6979 v0.4.0: the rustflags changed |
2411 | 2024-10-10T19:54:48.053Z | Compiling rfc6979 v0.4.0 |
2412 | 2024-10-10T19:54:48.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be23fa757e93dee4 -C extra-filename=-be23fa757e93dee4 --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-5057ff9d5c9d9dda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-10-10T19:54:48.253Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
2414 | 2024-10-10T19:54:48.253Z | Compiling curve25519-dalek-derive v0.1.1 |
2415 | 2024-10-10T19:54:48.256Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32f05359fa6d3d66 -C extra-filename=-32f05359fa6d3d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2416 | 2024-10-10T19:54:48.743Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
2417 | 2024-10-10T19:54:48.743Z | Compiling zerocopy-derive v0.6.6 |
2418 | 2024-10-10T19:54:48.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57756309dc9a8b87 -C extra-filename=-57756309dc9a8b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2419 | 2024-10-10T19:54:48.823Z | Dirty bstr v1.9.1: the rustflags changed |
2420 | 2024-10-10T19:54:48.823Z | Compiling bstr v1.9.1 |
2421 | 2024-10-10T19:54:48.827Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=0b179f319982781a -C extra-filename=-0b179f319982781a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2422 | 2024-10-10T19:54:49.156Z | Dirty itertools v0.12.1: the rustflags changed |
2423 | 2024-10-10T19:54:49.156Z | Compiling itertools v0.12.1 |
2424 | 2024-10-10T19:54:49.158Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2425 | 2024-10-10T19:54:49.545Z | Dirty usdt v0.5.0: the rustflags changed |
2426 | 2024-10-10T19:54:49.545Z | Compiling usdt v0.5.0 |
2427 | 2024-10-10T19:54:49.548Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=6f1ffee447262275 -C extra-filename=-6f1ffee447262275 --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-51799860d4566239.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9c2c16c687d6f963.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-b29497cc26274d79.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-05bc91404a9edc9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b8708376283d5de9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-66efdeac259c4e3b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2428 | 2024-10-10T19:54:49.702Z | Dirty managed v0.8.0: the rustflags changed |
2429 | 2024-10-10T19:54:49.703Z | Compiling managed v0.8.0 |
2430 | 2024-10-10T19:54:49.706Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2431 | 2024-10-10T19:54:49.727Z | Dirty fixedbitset v0.4.2: the rustflags changed |
2432 | 2024-10-10T19:54:49.727Z | Compiling fixedbitset v0.4.2 |
2433 | 2024-10-10T19:54:49.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2434 | 2024-10-10T19:54:49.967Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=a418bd8a5db45e62 -C extra-filename=-a418bd8a5db45e62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-32f05359fa6d3d66.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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"'` |
2435 | 2024-10-10T19:54:50.042Z | Dirty petgraph v0.6.5: the rustflags changed |
2436 | 2024-10-10T19:54:50.042Z | Compiling petgraph v0.6.5 |
2437 | 2024-10-10T19:54:50.044Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=cc14348a6c0e1fe4 -C extra-filename=-cc14348a6c0e1fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2024-10-10T19:54:50.170Z | Dirty rayon v1.10.0: the rustflags changed |
2439 | 2024-10-10T19:54:50.170Z | Compiling rayon v1.10.0 |
2440 | 2024-10-10T19:54:50.173Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2441 | 2024-10-10T19:54:50.215Z | Dirty ecdsa v0.16.9: the rustflags changed |
2442 | 2024-10-10T19:54:50.215Z | Compiling ecdsa v0.16.9 |
2443 | 2024-10-10T19:54:50.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=235b3a3c205d41a5 -C extra-filename=-235b3a3c205d41a5 --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-ee0a6ae99d6c1dad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-be23fa757e93dee4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2444 | 2024-10-10T19:54:50.629Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=1b1cee02430f185f -C extra-filename=-1b1cee02430f185f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
2445 | 2024-10-10T19:54:51.058Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8b929d32c77d7889 -C extra-filename=-8b929d32c77d7889 --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-1b46dd66a7c6c3c6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-10-10T19:54:51.099Z | Dirty zerocopy v0.6.6: the rustflags changed |
2447 | 2024-10-10T19:54:51.099Z | Compiling zerocopy v0.6.6 |
2448 | 2024-10-10T19:54:51.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=822beb825b739198 -C extra-filename=-822beb825b739198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-57756309dc9a8b87.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2449 | 2024-10-10T19:54:51.958Z | Dirty phf_shared v0.10.0: the rustflags changed |
2450 | 2024-10-10T19:54:51.958Z | Compiling phf_shared v0.10.0 |
2451 | 2024-10-10T19:54:51.961Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3867a56396e61cad -C extra-filename=-3867a56396e61cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2024-10-10T19:54:52.053Z | Dirty pkcs1 v0.7.5: the rustflags changed |
2453 | 2024-10-10T19:54:52.053Z | Compiling pkcs1 v0.7.5 |
2454 | 2024-10-10T19:54:52.056Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=26fd5470ba0da1ee -C extra-filename=-26fd5470ba0da1ee --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-ee0a6ae99d6c1dad.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2455 | 2024-10-10T19:54:52.372Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2456 | 2024-10-10T19:54:52.372Z | Compiling minimal-lexical v0.2.1 |
2457 | 2024-10-10T19:54:52.375Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2024-10-10T19:54:52.461Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
2459 | 2024-10-10T19:54:52.461Z | Compiling precomputed-hash v0.1.1 |
2460 | 2024-10-10T19:54:52.464Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe9d34962777373e -C extra-filename=-fe9d34962777373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2461 | 2024-10-10T19:54:52.591Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
2462 | 2024-10-10T19:54:52.591Z | Compiling new_debug_unreachable v1.0.6 |
2463 | 2024-10-10T19:54:52.594Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2464 | 2024-10-10T19:54:52.699Z | Dirty unicode-xid v0.2.4: the rustflags changed |
2465 | 2024-10-10T19:54:52.699Z | Compiling unicode-xid v0.2.4 |
2466 | 2024-10-10T19:54:52.702Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2467 | 2024-10-10T19:54:52.883Z | Dirty nom v7.1.3: the rustflags changed |
2468 | 2024-10-10T19:54:52.883Z | Compiling nom v7.1.3 |
2469 | 2024-10-10T19:54:52.885Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2470 | 2024-10-10T19:54:52.920Z | Dirty string_cache v0.8.7: the rustflags changed |
2471 | 2024-10-10T19:54:52.920Z | Compiling string_cache v0.8.7 |
2472 | 2024-10-10T19:54:52.922Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=a035c1879c20c011 -C extra-filename=-a035c1879c20c011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2473 | 2024-10-10T19:54:53.074Z | Dirty ed25519 v2.2.3: the rustflags changed |
2474 | 2024-10-10T19:54:53.074Z | Compiling ed25519 v2.2.3 |
2475 | 2024-10-10T19:54:53.077Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=8621b12a80b4d263 -C extra-filename=-8621b12a80b4d263 --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-1be604d6afb67b30.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2476 | 2024-10-10T19:54:53.425Z | Dirty rsa v0.9.6: the rustflags changed |
2477 | 2024-10-10T19:54:53.425Z | Compiling rsa v0.9.6 |
2478 | 2024-10-10T19:54:53.443Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=7c7a320ed304c137 -C extra-filename=-7c7a320ed304c137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26fd5470ba0da1ee.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2479 | 2024-10-10T19:54:54.094Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
2480 | 2024-10-10T19:54:54.094Z | Compiling hubpack_derive v0.1.1 |
2481 | 2024-10-10T19:54:54.096Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6e31d48f7bf984 -C extra-filename=-0f6e31d48f7bf984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2482 | 2024-10-10T19:54:55.095Z | Dirty mio v0.8.11: the rustflags changed |
2483 | 2024-10-10T19:54:55.095Z | Compiling mio v0.8.11 |
2484 | 2024-10-10T19:54:55.098Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ce13f993b78485ab -C extra-filename=-ce13f993b78485ab --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2485 | 2024-10-10T19:54:55.202Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
2486 | 2024-10-10T19:54:55.202Z | Compiling ed25519-dalek v2.1.1 |
2487 | 2024-10-10T19:54:55.205Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=e486a8fad7c06591 -C extra-filename=-e486a8fad7c06591 --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-a418bd8a5db45e62.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8621b12a80b4d263.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2488 | 2024-10-10T19:54:55.252Z | Dirty hubpack v0.1.2: the rustflags changed |
2489 | 2024-10-10T19:54:55.252Z | Compiling hubpack v0.1.2 |
2490 | 2024-10-10T19:54:55.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=430187c666bc43bc -C extra-filename=-430187c666bc43bc --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-0f6e31d48f7bf984.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2491 | 2024-10-10T19:54:55.746Z | Dirty heapless v0.7.17: the rustflags changed |
2492 | 2024-10-10T19:54:55.748Z | Compiling heapless v0.7.17 |
2493 | 2024-10-10T19:54:55.751Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=16903cb995bceb1b -C extra-filename=-16903cb995bceb1b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-16903cb995bceb1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2494 | 2024-10-10T19:54:56.285Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
2495 | 2024-10-10T19:54:56.285Z | Compiling signal-hook-mio v0.2.4 |
2496 | 2024-10-10T19:54:56.288Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=b93e58a224b7bbd5 -C extra-filename=-b93e58a224b7bbd5 --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-1b46dd66a7c6c3c6.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-ce13f993b78485ab.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2024-10-10T19:54:56.410Z | Dirty x509-cert v0.2.5: the rustflags changed |
2498 | 2024-10-10T19:54:56.410Z | Compiling x509-cert v0.2.5 |
2499 | 2024-10-10T19:54:56.413Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=74ca2944f94ebadf -C extra-filename=-74ca2944f94ebadf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2500 | 2024-10-10T19:54:56.762Z | Dirty enum-as-inner v0.6.0: the rustflags changed |
2501 | 2024-10-10T19:54:56.762Z | Compiling enum-as-inner v0.6.0 |
2502 | 2024-10-10T19:54:56.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa8522eded6a61fe -C extra-filename=-aa8522eded6a61fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2503 | 2024-10-10T19:54:56.765Z | Dirty idna v0.4.0: the rustflags changed |
2504 | 2024-10-10T19:54:56.765Z | Compiling idna v0.4.0 |
2505 | 2024-10-10T19:54:56.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf46d2358bd9dd90 -C extra-filename=-bf46d2358bd9dd90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2506 | 2024-10-10T19:54:56.765Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
2507 | 2024-10-10T19:54:56.765Z | Compiling lalrpop-util v0.19.12 |
2508 | 2024-10-10T19:54:56.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2509 | 2024-10-10T19:54:56.944Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-16903cb995bceb1b/build-script-build` |
2510 | 2024-10-10T19:54:57.025Z | Dirty console v0.15.8: the rustflags changed |
2511 | 2024-10-10T19:54:57.025Z | Compiling console v0.15.8 |
2512 | 2024-10-10T19:54:57.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=d203535d0c6e9365 -C extra-filename=-d203535d0c6e9365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2513 | 2024-10-10T19:54:57.605Z | Dirty hash32 v0.2.1: the rustflags changed |
2514 | 2024-10-10T19:54:57.605Z | Compiling hash32 v0.2.1 |
2515 | 2024-10-10T19:54:57.611Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2024-10-10T19:54:57.785Z | Dirty hickory-proto v0.24.1: the rustflags changed |
2517 | 2024-10-10T19:54:57.785Z | Compiling hickory-proto v0.24.1 |
2518 | 2024-10-10T19:54:57.805Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=e6cced30ff42839c -C extra-filename=-e6cced30ff42839c --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-ac0f7a8996657ad1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-aa8522eded6a61fe.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-bf46d2358bd9dd90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2024-10-10T19:54:58.018Z | Dirty portable-atomic v1.6.0: the rustflags changed |
2520 | 2024-10-10T19:54:58.019Z | Compiling portable-atomic v1.6.0 |
2521 | 2024-10-10T19:54:58.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2522 | 2024-10-10T19:54:58.064Z | Dirty predicates-core v1.0.6: the rustflags changed |
2523 | 2024-10-10T19:54:58.064Z | Compiling predicates-core v1.0.6 |
2524 | 2024-10-10T19:54:58.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2525 | 2024-10-10T19:54:58.117Z | Dirty smoltcp v0.9.1: the rustflags changed |
2526 | 2024-10-10T19:54:58.117Z | Compiling smoltcp v0.9.1 |
2527 | 2024-10-10T19:54:58.121Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2528 | 2024-10-10T19:54:58.444Z | Dirty finl_unicode v1.2.0: the rustflags changed |
2529 | 2024-10-10T19:54:58.444Z | Compiling finl_unicode v1.2.0 |
2530 | 2024-10-10T19:54:58.447Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2531 | 2024-10-10T19:54:58.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=bb4f260d985e22cb -C extra-filename=-bb4f260d985e22cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2532 | 2024-10-10T19:54:58.956Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build` |
2533 | 2024-10-10T19:54:58.989Z | Dirty stringprep v0.1.4: the rustflags changed |
2534 | 2024-10-10T19:54:58.989Z | Compiling stringprep v0.1.4 |
2535 | 2024-10-10T19:54:58.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2024-10-10T19:54:59.052Z | Dirty similar v2.6.0: the rustflags changed |
2537 | 2024-10-10T19:54:59.052Z | Compiling similar v2.6.0 |
2538 | 2024-10-10T19:54:59.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fb7801688e79354e -C extra-filename=-fb7801688e79354e --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-0b179f319982781a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2024-10-10T19:54:59.154Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build` |
2540 | 2024-10-10T19:54:59.231Z | Dirty tokio-stream v0.1.16: the rustflags changed |
2541 | 2024-10-10T19:54:59.231Z | Compiling tokio-stream v0.1.16 |
2542 | 2024-10-10T19:54:59.234Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=958218a843594c4d -C extra-filename=-958218a843594c4d --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-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2543 | 2024-10-10T19:54:59.796Z | Dirty md-5 v0.10.6: the rustflags changed |
2544 | 2024-10-10T19:54:59.796Z | Compiling md-5 v0.10.6 |
2545 | 2024-10-10T19:54:59.799Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=d0db01e2b6ae616f -C extra-filename=-d0db01e2b6ae616f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2546 | 2024-10-10T19:55:00.068Z | Dirty float-cmp v0.9.0: the rustflags changed |
2547 | 2024-10-10T19:55:00.068Z | Compiling float-cmp v0.9.0 |
2548 | 2024-10-10T19:55:00.071Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2549 | 2024-10-10T19:55:00.225Z | Dirty fs-err v2.11.0: the rustflags changed |
2550 | 2024-10-10T19:55:00.225Z | Compiling fs-err v2.11.0 |
2551 | 2024-10-10T19:55:00.228Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2024-10-10T19:55:00.285Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
2553 | 2024-10-10T19:55:00.285Z | Compiling normalize-line-endings v0.3.0 |
2554 | 2024-10-10T19:55:00.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb19df894926175b -C extra-filename=-eb19df894926175b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2555 | 2024-10-10T19:55:00.308Z | Dirty difflib v0.4.0: the rustflags changed |
2556 | 2024-10-10T19:55:00.308Z | Compiling difflib v0.4.0 |
2557 | 2024-10-10T19:55:00.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-10-10T19:55:00.422Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
2559 | 2024-10-10T19:55:00.422Z | Compiling fallible-iterator v0.2.0 |
2560 | 2024-10-10T19:55:00.424Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2561 | 2024-10-10T19:55:00.596Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build` |
2562 | 2024-10-10T19:55:00.745Z | Dirty predicates v3.1.2: the rustflags changed |
2563 | 2024-10-10T19:55:00.745Z | Compiling predicates v3.1.2 |
2564 | 2024-10-10T19:55:00.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=457abf17ed177e26 -C extra-filename=-457abf17ed177e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ff2d3af3210f593b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2565 | 2024-10-10T19:55:01.132Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
2566 | 2024-10-10T19:55:01.132Z | Compiling postgres-protocol v0.6.7 |
2567 | 2024-10-10T19:55:01.135Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=2fd26a2562fa9180 -C extra-filename=-2fd26a2562fa9180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-d0db01e2b6ae616f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2568 | 2024-10-10T19:55:01.273Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=7630d203038b9b62 -C extra-filename=-7630d203038b9b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-bb4f260d985e22cb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2024-10-10T19:55:01.551Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16` |
2570 | 2024-10-10T19:55:01.588Z | Dirty phf_shared v0.11.2: the rustflags changed |
2571 | 2024-10-10T19:55:01.588Z | Compiling phf_shared v0.11.2 |
2572 | 2024-10-10T19:55:01.590Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2573 | 2024-10-10T19:55:01.911Z | Dirty serde-big-array v0.5.1: the rustflags changed |
2574 | 2024-10-10T19:55:01.911Z | Compiling serde-big-array v0.5.1 |
2575 | 2024-10-10T19:55:01.914Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e0e673c1858dfad6 -C extra-filename=-e0e673c1858dfad6 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2024-10-10T19:55:01.981Z | Dirty strum_macros v0.25.3: the rustflags changed |
2577 | 2024-10-10T19:55:01.981Z | Compiling strum_macros v0.25.3 |
2578 | 2024-10-10T19:55:01.983Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=037cedefd34ab122 -C extra-filename=-037cedefd34ab122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2024-10-10T19:55:02.160Z | Dirty serde_repr v0.1.19: the rustflags changed |
2580 | 2024-10-10T19:55:02.160Z | Compiling serde_repr v0.1.19 |
2581 | 2024-10-10T19:55:02.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c37f8fc7fd6689c8 -C extra-filename=-c37f8fc7fd6689c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2024-10-10T19:55:02.457Z | Dirty peg-runtime v0.8.3: the rustflags changed |
2583 | 2024-10-10T19:55:02.457Z | Compiling peg-runtime v0.8.3 |
2584 | 2024-10-10T19:55:02.460Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2024-10-10T19:55:02.480Z | Dirty number_prefix v0.4.0: the rustflags changed |
2586 | 2024-10-10T19:55:02.480Z | Compiling number_prefix v0.4.0 |
2587 | 2024-10-10T19:55:02.483Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2024-10-10T19:55:02.699Z | Dirty indicatif v0.17.8: the rustflags changed |
2589 | 2024-10-10T19:55:02.699Z | Compiling indicatif v0.17.8 |
2590 | 2024-10-10T19:55:02.702Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0398239070131763 -C extra-filename=-0398239070131763 --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-d203535d0c6e9365.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2591 | 2024-10-10T19:55:02.919Z | Dirty postgres-types v0.2.8: the rustflags changed |
2592 | 2024-10-10T19:55:02.919Z | Compiling postgres-types v0.2.8 |
2593 | 2024-10-10T19:55:02.922Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=e0c35fe68272df88 -C extra-filename=-e0c35fe68272df88 --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-5c4b9fa02fe9d354.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2fd26a2562fa9180.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2594 | 2024-10-10T19:55:03.120Z | Dirty phf v0.11.2: the rustflags changed |
2595 | 2024-10-10T19:55:03.120Z | Compiling phf v0.11.2 |
2596 | 2024-10-10T19:55:03.124Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2024-10-10T19:55:03.404Z | Dirty whoami v1.5.2: the rustflags changed |
2598 | 2024-10-10T19:55:03.404Z | Compiling whoami v1.5.2 |
2599 | 2024-10-10T19:55:03.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7faa8b9f3fdb477f -C extra-filename=-7faa8b9f3fdb477f --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-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63` |
2600 | 2024-10-10T19:55:03.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.2/src/lib.rs --error-format=json --json=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="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=481ec9f9cd50a9a2 -C extra-filename=-481ec9f9cd50a9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2601 | 2024-10-10T19:55:03.502Z | Dirty camino v1.1.9: the rustflags changed |
2602 | 2024-10-10T19:55:03.503Z | Compiling camino v1.1.9 |
2603 | 2024-10-10T19:55:03.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2abadfff710ca87e -C extra-filename=-2abadfff710ca87e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2604 | 2024-10-10T19:55:04.086Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
2605 | 2024-10-10T19:55:04.086Z | Compiling tokio-postgres v0.7.12 |
2606 | 2024-10-10T19:55:04.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=99de977838e45024 -C extra-filename=-99de977838e45024 --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-ac0f7a8996657ad1.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2fd26a2562fa9180.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2607 | 2024-10-10T19:55:04.246Z | Compiling regress v0.10.1 |
2608 | 2024-10-10T19:55:04.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=a7d19cb8ffbbb668 -C extra-filename=-a7d19cb8ffbbb668 --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-c1d67db3a75f1d90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2024-10-10T19:55:04.268Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build` |
2610 | 2024-10-10T19:55:04.335Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a2f887a005703d1f -C extra-filename=-a2f887a005703d1f --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-48906e914e9337d7.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)'` |
2611 | 2024-10-10T19:55:04.410Z | Dirty is-terminal v0.4.12: the rustflags changed |
2612 | 2024-10-10T19:55:04.410Z | Compiling is-terminal v0.4.12 |
2613 | 2024-10-10T19:55:04.413Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be44762a43d64e7f -C extra-filename=-be44762a43d64e7f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2614 | 2024-10-10T19:55:04.554Z | Compiling unsafe-libyaml v0.2.11 |
2615 | 2024-10-10T19:55:04.558Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2616 | 2024-10-10T19:55:04.902Z | Dirty fastrand v2.1.1: the rustflags changed |
2617 | 2024-10-10T19:55:04.902Z | Compiling fastrand v2.1.1 |
2618 | 2024-10-10T19:55:04.906Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=021f1b051b6c63fa -C extra-filename=-021f1b051b6c63fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2619 | 2024-10-10T19:55:05.113Z | Compiling ident_case v1.0.1 |
2620 | 2024-10-10T19:55:05.116Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2621 | 2024-10-10T19:55:05.308Z | Compiling darling_core v0.20.9 |
2622 | 2024-10-10T19:55:05.310Z | Compiling progenitor-client v0.8.0 |
2623 | 2024-10-10T19:55:05.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=98db793054e6a4c9 -C extra-filename=-98db793054e6a4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2024-10-10T19:55:05.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=183e41de0a042607 -C extra-filename=-183e41de0a042607 --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-5c4b9fa02fe9d354.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2625 | 2024-10-10T19:55:05.479Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2626 | 2024-10-10T19:55:05.479Z | Compiling dirs-sys-next v0.1.2 |
2627 | 2024-10-10T19:55:05.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e47a67884b79d4 -C extra-filename=-50e47a67884b79d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2628 | 2024-10-10T19:55:05.757Z | Dirty dirs-next v2.0.0: the rustflags changed |
2629 | 2024-10-10T19:55:05.757Z | Compiling dirs-next v2.0.0 |
2630 | 2024-10-10T19:55:05.760Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09a781331eb17ddc -C extra-filename=-09a781331eb17ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-50e47a67884b79d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2631 | 2024-10-10T19:55:05.953Z | Compiling serde_yaml v0.9.34+deprecated |
2632 | 2024-10-10T19:55:05.956Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f128fd3f2e34116a -C extra-filename=-f128fd3f2e34116a --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-549a53b00a4b21ce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2633 | 2024-10-10T19:55:06.134Z | Dirty term v0.7.0: the rustflags changed |
2634 | 2024-10-10T19:55:06.134Z | Compiling term v0.7.0 |
2635 | 2024-10-10T19:55:06.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d2b024c6cdb0145f -C extra-filename=-d2b024c6cdb0145f --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-09a781331eb17ddc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2636 | 2024-10-10T19:55:06.252Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
2637 | 2024-10-10T19:55:06.252Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2638 | 2024-10-10T19:55:06.270Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=fb64fc97cf5bba50 -C extra-filename=-fb64fc97cf5bba50 --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-21aef30ff9a49b69.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e0e673c1858dfad6.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c37f8fc7fd6689c8.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-7630d203038b9b62.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-037cedefd34ab122.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2639 | 2024-10-10T19:55:06.474Z | Compiling toml v0.8.19 |
2640 | 2024-10-10T19:55:06.477Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a9bdae69115a1990 -C extra-filename=-a9bdae69115a1990 --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-48906e914e9337d7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-6a5c20d6e0b557a6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2024-10-10T19:55:07.655Z | Compiling paste v1.0.15 |
2642 | 2024-10-10T19:55:07.657Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2643 | 2024-10-10T19:55:07.937Z | Compiling typify-impl v0.2.0 |
2644 | 2024-10-10T19:55:07.939Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=741229daa01d53eb -C extra-filename=-741229daa01d53eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a7d19cb8ffbbb668.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2645 | 2024-10-10T19:55:08.263Z | Dirty crossbeam-channel v0.5.12: the rustflags changed |
2646 | 2024-10-10T19:55:08.263Z | Compiling crossbeam-channel v0.5.12 |
2647 | 2024-10-10T19:55:08.266Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2648 | 2024-10-10T19:55:08.284Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build` |
2649 | 2024-10-10T19:55:08.352Z | Dirty thread_local v1.1.8: the rustflags changed |
2650 | 2024-10-10T19:55:08.352Z | Compiling thread_local v1.1.8 |
2651 | 2024-10-10T19:55:08.354Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2652 | 2024-10-10T19:55:08.943Z | Dirty slog-async v2.8.0: the rustflags changed |
2653 | 2024-10-10T19:55:08.943Z | Compiling slog-async v2.8.0 |
2654 | 2024-10-10T19:55:08.946Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2655 | 2024-10-10T19:55:09.296Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
2656 | 2024-10-10T19:55:09.390Z | Compiling ipnetwork v0.20.0 |
2657 | 2024-10-10T19:55:09.438Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=d9c55e29fa366405 -C extra-filename=-d9c55e29fa366405 --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2024-10-10T19:55:09.587Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build` |
2659 | 2024-10-10T19:55:09.661Z | Dirty take_mut v0.2.2: the rustflags changed |
2660 | 2024-10-10T19:55:09.661Z | Compiling take_mut v0.2.2 |
2661 | 2024-10-10T19:55:09.664Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2662 | 2024-10-10T19:55:09.860Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=584ba06da5147514 -C extra-filename=-584ba06da5147514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2663 | 2024-10-10T19:55:09.863Z | Dirty slog-term v2.9.1: the rustflags changed |
2664 | 2024-10-10T19:55:09.863Z | Compiling slog-term v2.9.1 |
2665 | 2024-10-10T19:55:09.866Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=42ef47a16e0d62a4 -C extra-filename=-42ef47a16e0d62a4 --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-be44762a43d64e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2024-10-10T19:55:10.180Z | Compiling match_cfg v0.1.0 |
2667 | 2024-10-10T19:55:10.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2668 | 2024-10-10T19:55:10.283Z | Compiling hostname v0.3.1 |
2669 | 2024-10-10T19:55:10.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e7d282d0c72e90f8 -C extra-filename=-e7d282d0c72e90f8 --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-1b46dd66a7c6c3c6.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2670 | 2024-10-10T19:55:10.349Z | Compiling tempfile v3.13.0 |
2671 | 2024-10-10T19:55:10.352Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d7cfab746a8cc4c9 -C extra-filename=-d7cfab746a8cc4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2672 | 2024-10-10T19:55:10.538Z | Dirty strum_macros v0.26.4: the rustflags changed |
2673 | 2024-10-10T19:55:10.538Z | Compiling strum_macros v0.26.4 |
2674 | 2024-10-10T19:55:10.541Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb9582a11d781662 -C extra-filename=-cb9582a11d781662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2675 | 2024-10-10T19:55:10.667Z | Compiling rustls v0.22.4 |
2676 | 2024-10-10T19:55:10.670Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2677 | 2024-10-10T19:55:11.019Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build` |
2678 | 2024-10-10T19:55:11.052Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4edd16aba6d0609f -C extra-filename=-4edd16aba6d0609f --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d5af560903623034.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2679 | 2024-10-10T19:55:11.073Z | Compiling newtype-uuid v1.1.0 |
2680 | 2024-10-10T19:55:11.075Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=31ac23f604d0b3af -C extra-filename=-31ac23f604d0b3af --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-10-10T19:55:11.126Z | Compiling structmeta-derive v0.3.0 |
2682 | 2024-10-10T19:55:11.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c3c81742b2bc0e0 -C extra-filename=-6c3c81742b2bc0e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2683 | 2024-10-10T19:55:11.213Z | Compiling multer v3.1.0 |
2684 | 2024-10-10T19:55:11.215Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2024-10-10T19:55:11.353Z | Compiling debug-ignore v1.0.5 |
2686 | 2024-10-10T19:55:11.356Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2687 | 2024-10-10T19:55:11.513Z | Compiling slog-json v2.6.1 |
2688 | 2024-10-10T19:55:11.516Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4ed4f7efce66511f -C extra-filename=-4ed4f7efce66511f --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2689 | 2024-10-10T19:55:11.594Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build` |
2690 | 2024-10-10T19:55:11.668Z | Compiling async-stream-impl v0.3.5 |
2691 | 2024-10-10T19:55:11.671Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f19f1d6920a264c3 -C extra-filename=-f19f1d6920a264c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2692 | 2024-10-10T19:55:11.890Z | Compiling dropshot v0.12.0 |
2693 | 2024-10-10T19:55:11.892Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=63e0d2c1df7453d2 -C extra-filename=-63e0d2c1df7453d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-10-10T19:55:12.169Z | Compiling darling_macro v0.20.9 |
2695 | 2024-10-10T19:55:12.171Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=213b31be0af35f4a -C extra-filename=-213b31be0af35f4a --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-98db793054e6a4c9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2696 | 2024-10-10T19:55:12.261Z | Compiling instant v0.1.12 |
2697 | 2024-10-10T19:55:12.263Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2698 | 2024-10-10T19:55:12.422Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-63e0d2c1df7453d2/build-script-build` |
2699 | 2024-10-10T19:55:12.494Z | Compiling slog-bunyan v2.5.0 |
2700 | 2024-10-10T19:55:12.511Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=33c97d642638f64c -C extra-filename=-33c97d642638f64c --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-e7d282d0c72e90f8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4ed4f7efce66511f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2024-10-10T19:55:12.713Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=16bc4a1f408a1d7f -C extra-filename=-16bc4a1f408a1d7f --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-5c4b9fa02fe9d354.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-10-10T19:55:13.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2703 | 2024-10-10T19:55:13.107Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b5925afee609ebb -C extra-filename=-1b5925afee609ebb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-1b5925afee609ebb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2704 | 2024-10-10T19:55:13.243Z | Compiling async-stream v0.3.5 |
2705 | 2024-10-10T19:55:13.246Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c1110789068ee4 -C extra-filename=-38c1110789068ee4 --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-f19f1d6920a264c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2024-10-10T19:55:13.361Z | Compiling darling v0.20.9 |
2707 | 2024-10-10T19:55:13.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e9183058d3ccdfdf -C extra-filename=-e9183058d3ccdfdf --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-98db793054e6a4c9.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-213b31be0af35f4a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2708 | 2024-10-10T19:55:13.457Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-1b5925afee609ebb/build-script-build` |
2709 | 2024-10-10T19:55:13.484Z | Compiling serde_with_macros v3.9.0 |
2710 | 2024-10-10T19:55:13.487Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.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(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=c03c7efb4b2e8b12 -C extra-filename=-c03c7efb4b2e8b12 --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-e9183058d3ccdfdf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2024-10-10T19:55:13.507Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=173c4d46b806dff2 -C extra-filename=-173c4d46b806dff2 --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-ba6ae25d4c981213.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2712 | 2024-10-10T19:55:13.548Z | Compiling dropshot_endpoint v0.12.0 |
2713 | 2024-10-10T19:55:13.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=33323ea87390981d -C extra-filename=-33323ea87390981d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2714 | 2024-10-10T19:55:13.620Z | Compiling serde_path_to_error v0.1.16 |
2715 | 2024-10-10T19:55:13.639Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f908aa0e4b5d91a -C extra-filename=-6f908aa0e4b5d91a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-10-10T19:55:13.733Z | Compiling regress v0.9.1 |
2717 | 2024-10-10T19:55:13.736Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=74ea3d98009118ae -C extra-filename=-74ea3d98009118ae --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-c1d67db3a75f1d90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2718 | 2024-10-10T19:55:14.233Z | Compiling structmeta v0.3.0 |
2719 | 2024-10-10T19:55:14.235Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efe7670d2d36e3ec -C extra-filename=-efe7670d2d36e3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-6c3c81742b2bc0e0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2720 | 2024-10-10T19:55:14.520Z | Compiling waitgroup v0.1.2 |
2721 | 2024-10-10T19:55:14.523Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2722 | 2024-10-10T19:55:14.718Z | Compiling parse-display-derive v0.10.0 |
2723 | 2024-10-10T19:55:14.720Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cc1cfd8a849641c -C extra-filename=-6cc1cfd8a849641c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-efe7670d2d36e3ec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2724 | 2024-10-10T19:55:14.758Z | Compiling hostname v0.4.0 |
2725 | 2024-10-10T19:55:14.761Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f05b37f1d6d64d48 -C extra-filename=-f05b37f1d6d64d48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2726 | 2024-10-10T19:55:15.030Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2727 | 2024-10-10T19:55:15.033Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=6132560e4e4dbf8f -C extra-filename=-6132560e4e4dbf8f --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-d9c55e29fa366405.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2024-10-10T19:55:15.761Z | Compiling tokio-rustls v0.25.0 |
2729 | 2024-10-10T19:55:15.763Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ad189eb9e5fe7ac2 -C extra-filename=-ad189eb9e5fe7ac2 --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-4edd16aba6d0609f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2730 | 2024-10-10T19:55:15.795Z | Dirty strum v0.26.3: the rustflags changed |
2731 | 2024-10-10T19:55:15.795Z | Compiling strum v0.26.3 |
2732 | 2024-10-10T19:55:15.798Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=933046853585c7b6 -C extra-filename=-933046853585c7b6 --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-cb9582a11d781662.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2733 | 2024-10-10T19:55:15.974Z | Compiling quick-error v1.2.3 |
2734 | 2024-10-10T19:55:15.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2735 | 2024-10-10T19:55:16.126Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2736 | 2024-10-10T19:55:16.128Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=fec8f99d73d3d9f1 -C extra-filename=-fec8f99d73d3d9f1 --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-31ac23f604d0b3af.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2737 | 2024-10-10T19:55:16.158Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2738 | 2024-10-10T19:55:16.160Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=a02e80479fb193ac -C extra-filename=-a02e80479fb193ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2024-10-10T19:55:16.481Z | Compiling backoff v0.4.0 |
2740 | 2024-10-10T19:55:16.485Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4e837b6a185b9e4c -C extra-filename=-4e837b6a185b9e4c --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-5c0c6b13016b0cbd.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2024-10-10T19:55:16.618Z | Compiling serde_with v3.9.0 |
2742 | 2024-10-10T19:55:16.621Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=ab448efa2d8ee551 -C extra-filename=-ab448efa2d8ee551 --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-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-c03c7efb4b2e8b12.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2024-10-10T19:55:16.838Z | Compiling macaddr v1.0.1 |
2744 | 2024-10-10T19:55:16.841Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=6c04ac8a26fb48a9 -C extra-filename=-6c04ac8a26fb48a9 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2745 | 2024-10-10T19:55:17.075Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2746 | 2024-10-10T19:55:17.078Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=5647b4e5ad3aa711 -C extra-filename=-5647b4e5ad3aa711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a02e80479fb193ac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-10-10T19:55:17.256Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2748 | 2024-10-10T19:55:17.258Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d54d7547da69b6b9 -C extra-filename=-d54d7547da69b6b9 --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-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2749 | 2024-10-10T19:55:17.317Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2750 | 2024-10-10T19:55:17.319Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15f3581ce9224907 -C extra-filename=-15f3581ce9224907 --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-4d6bf62383587a1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2024-10-10T19:55:17.496Z | Compiling wait-timeout v0.2.0 |
2752 | 2024-10-10T19:55:17.496Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32e63b1de861798b -C extra-filename=-32e63b1de861798b --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2024-10-10T19:55:18.094Z | Compiling rusty-fork v0.3.0 |
2754 | 2024-10-10T19:55:18.103Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=2fcfbb0f6b580069 -C extra-filename=-2fcfbb0f6b580069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-10-10T19:55:18.178Z | Compiling structmeta-derive v0.2.0 |
2756 | 2024-10-10T19:55:18.180Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4369cde043334893 -C extra-filename=-4369cde043334893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-10-10T19:55:18.251Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=6986dc787002ec30 -C extra-filename=-6986dc787002ec30 --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-38c1110789068ee4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-33323ea87390981d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-f05b37f1d6d64d48.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-16bc4a1f408a1d7f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-4ed4f7efce66511f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad189eb9e5fe7ac2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
2758 | 2024-10-10T19:55:18.790Z | Compiling rand_xorshift v0.3.0 |
2759 | 2024-10-10T19:55:18.792Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=e5d67a1406e679f5 -C extra-filename=-e5d67a1406e679f5 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2760 | 2024-10-10T19:55:18.836Z | Compiling unarray v0.1.4 |
2761 | 2024-10-10T19:55:18.838Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2762 | 2024-10-10T19:55:19.005Z | Compiling proptest v1.5.0 |
2763 | 2024-10-10T19:55:19.007Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=a8efcaa015a8570e -C extra-filename=-a8efcaa015a8570e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-e5d67a1406e679f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-2fcfbb0f6b580069.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2764 | 2024-10-10T19:55:19.110Z | Compiling camino-tempfile v1.1.1 |
2765 | 2024-10-10T19:55:19.112Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=61be9b4e601fb30d -C extra-filename=-61be9b4e601fb30d --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-a2f887a005703d1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2766 | 2024-10-10T19:55:19.632Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
2767 | 2024-10-10T19:55:19.632Z | Compiling proc-macro-error-attr v1.0.4 |
2768 | 2024-10-10T19:55:19.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2024-10-10T19:55:19.681Z | Compiling parse-display v0.10.0 |
2770 | 2024-10-10T19:55:19.684Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=a226eb8ffa208e03 -C extra-filename=-a226eb8ffa208e03 --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-6cc1cfd8a849641c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2024-10-10T19:55:20.008Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build` |
2772 | 2024-10-10T19:55:20.080Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
2773 | 2024-10-10T19:55:20.080Z | Compiling proc-macro-error v1.0.4 |
2774 | 2024-10-10T19:55:20.083Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2024-10-10T19:55:20.350Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6b9014390085340 -C extra-filename=-e6b9014390085340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2776 | 2024-10-10T19:55:20.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build` |
2777 | 2024-10-10T19:55:20.635Z | Compiling proc-macro-crate v1.3.1 |
2778 | 2024-10-10T19:55:20.651Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac05b589e38af3b8 -C extra-filename=-ac05b589e38af3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2024-10-10T19:55:20.657Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2780 | 2024-10-10T19:55:20.657Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2024-10-10T19:55:21.078Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build` |
2782 | 2024-10-10T19:55:21.112Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2783 | 2024-10-10T19:55:21.115Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2784 | 2024-10-10T19:55:21.248Z | Compiling foreign-types-macros v0.2.3 |
2785 | 2024-10-10T19:55:21.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dcdd4aae1cb4c454 -C extra-filename=-dcdd4aae1cb4c454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2024-10-10T19:55:21.283Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=3d28735e88be0cbe -C extra-filename=-3d28735e88be0cbe --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-e6b9014390085340.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2787 | 2024-10-10T19:55:21.411Z | Compiling structmeta v0.2.0 |
2788 | 2024-10-10T19:55:21.414Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad1c77e96a304ba9 -C extra-filename=-ad1c77e96a304ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-4369cde043334893.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2024-10-10T19:55:21.465Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build` |
2790 | 2024-10-10T19:55:21.498Z | Compiling foreign-types-shared v0.3.1 |
2791 | 2024-10-10T19:55:21.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2024-10-10T19:55:21.622Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
2793 | 2024-10-10T19:55:21.676Z | Compiling num_enum_derive v0.5.11 |
2794 | 2024-10-10T19:55:21.679Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=35ba62f0a5f6ea52 -C extra-filename=-35ba62f0a5f6ea52 --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-ac05b589e38af3b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2024-10-10T19:55:21.794Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
2796 | 2024-10-10T19:55:21.852Z | Compiling test-strategy v0.3.1 |
2797 | 2024-10-10T19:55:21.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d367ed7b6751a30 -C extra-filename=-6d367ed7b6751a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ad1c77e96a304ba9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2024-10-10T19:55:21.970Z | Compiling tabwriter v1.4.0 |
2799 | 2024-10-10T19:55:21.972Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2800 | 2024-10-10T19:55:21.972Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2801 | 2024-10-10T19:55:21.972Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b89272ebaf272a25 -C extra-filename=-b89272ebaf272a25 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2802 | 2024-10-10T19:55:22.494Z | Compiling cstr-argument v0.1.2 |
2803 | 2024-10-10T19:55:22.496Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2024-10-10T19:55:22.705Z | Compiling foreign-types v0.5.0 |
2805 | 2024-10-10T19:55:22.708Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bab5da093ec8a7e5 -C extra-filename=-bab5da093ec8a7e5 --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-dcdd4aae1cb4c454.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2806 | 2024-10-10T19:55:22.744Z | Compiling pretty-hex v0.2.1 |
2807 | 2024-10-10T19:55:22.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=27176efeb89a212c -C extra-filename=-27176efeb89a212c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2808 | 2024-10-10T19:55:22.814Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2809 | 2024-10-10T19:55:22.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13efa1c0b407561d -C extra-filename=-13efa1c0b407561d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bab5da093ec8a7e5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2024-10-10T19:55:22.916Z | Compiling colored v2.1.0 |
2811 | 2024-10-10T19:55:22.928Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2812 | 2024-10-10T19:55:23.016Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2813 | 2024-10-10T19:55:23.019Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e23ddc9599591166 -C extra-filename=-e23ddc9599591166 --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-1b46dd66a7c6c3c6.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-b89272ebaf272a25.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2814 | 2024-10-10T19:55:23.188Z | Compiling smf v0.2.3 |
2815 | 2024-10-10T19:55:23.191Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5345a57482515560 -C extra-filename=-5345a57482515560 --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-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2024-10-10T19:55:23.401Z | Compiling crucible-workspace-hack v0.1.0 |
2817 | 2024-10-10T19:55:23.413Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2818 | 2024-10-10T19:55:23.696Z | Compiling termtree v0.4.1 |
2819 | 2024-10-10T19:55:23.714Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2820 | 2024-10-10T19:55:23.742Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build` |
2821 | 2024-10-10T19:55:23.774Z | Compiling heapless v0.8.0 |
2822 | 2024-10-10T19:55:23.776Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2024-10-10T19:55:23.909Z | Compiling predicates-tree v1.0.9 |
2824 | 2024-10-10T19:55:23.911Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2024-10-10T19:55:24.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build` |
2826 | 2024-10-10T19:55:24.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2024-10-10T19:55:24.590Z | Compiling hash32 v0.3.1 |
2828 | 2024-10-10T19:55:24.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4832032344ca634d -C extra-filename=-4832032344ca634d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2829 | 2024-10-10T19:55:24.614Z | Compiling smoltcp v0.11.0 |
2830 | 2024-10-10T19:55:24.636Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2831 | 2024-10-10T19:55:24.637Z | Compiling num_enum v0.5.11 |
2832 | 2024-10-10T19:55:24.637Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=4addeab23f782a3a -C extra-filename=-4addeab23f782a3a --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-35ba62f0a5f6ea52.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2833 | 2024-10-10T19:55:24.764Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2834 | 2024-10-10T19:55:24.767Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a2736d696c1e6eb -C extra-filename=-5a2736d696c1e6eb --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-1b46dd66a7c6c3c6.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2835 | 2024-10-10T19:55:24.792Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2836 | 2024-10-10T19:55:24.849Z | Compiling embedded-io v0.4.0 |
2837 | 2024-10-10T19:55:24.856Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2838 | 2024-10-10T19:55:25.086Z | Compiling cobs v0.2.3 |
2839 | 2024-10-10T19:55:25.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2024-10-10T19:55:25.118Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2841 | 2024-10-10T19:55:25.121Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6dfe4ebb06f19d7f -C extra-filename=-6dfe4ebb06f19d7f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2842 | 2024-10-10T19:55:25.400Z | Compiling postcard v1.0.8 |
2843 | 2024-10-10T19:55:25.438Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=c46c8728efaaeebc -C extra-filename=-c46c8728efaaeebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-e7a06af4cb4d7afa.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2844 | 2024-10-10T19:55:25.449Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build` |
2845 | 2024-10-10T19:55:25.477Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2846 | 2024-10-10T19:55:25.479Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=12138e8c068a750e -C extra-filename=-12138e8c068a750e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2847 | 2024-10-10T19:55:25.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-6dfe4ebb06f19d7f/build-script-build` |
2848 | 2024-10-10T19:55:25.580Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2849 | 2024-10-10T19:55:25.583Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bcfbc90e827f561 -C extra-filename=-3bcfbc90e827f561 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2850 | 2024-10-10T19:55:25.654Z | Compiling sigpipe v0.1.3 |
2851 | 2024-10-10T19:55:25.657Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=955f100085ab1813 -C extra-filename=-955f100085ab1813 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2852 | 2024-10-10T19:55:25.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-10-10T19:55:25.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2854 | 2024-10-10T19:55:25.800Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2855 | 2024-10-10T19:55:25.961Z | Compiling mockall_derive v0.13.0 |
2856 | 2024-10-10T19:55:25.964Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2857 | 2024-10-10T19:55:26.141Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build` |
2858 | 2024-10-10T19:55:26.162Z | Compiling typify-macro v0.2.0 |
2859 | 2024-10-10T19:55:26.164Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0dab42190cb1824 -C extra-filename=-c0dab42190cb1824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-741229daa01d53eb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2860 | 2024-10-10T19:55:26.183Z | Compiling socket2 v0.4.10 |
2861 | 2024-10-10T19:55:26.186Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7c6d672330db8c70 -C extra-filename=-7c6d672330db8c70 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2862 | 2024-10-10T19:55:26.203Z | Compiling base64 v0.21.7 |
2863 | 2024-10-10T19:55:26.205Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2864 | 2024-10-10T19:55:26.288Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build` |
2865 | 2024-10-10T19:55:26.322Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2866 | 2024-10-10T19:55:26.325Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2024-10-10T19:55:26.652Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a55f139022f1ca3 -C extra-filename=-6a55f139022f1ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-5a2736d696c1e6eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-13efa1c0b407561d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e23ddc9599591166.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7c6d672330db8c70.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2868 | 2024-10-10T19:55:26.689Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=59d8980016a1043b -C extra-filename=-59d8980016a1043b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
2869 | 2024-10-10T19:55:26.980Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2870 | 2024-10-10T19:55:26.982Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=493b9ee63ed6977b -C extra-filename=-493b9ee63ed6977b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2871 | 2024-10-10T19:55:27.094Z | Compiling zone_cfg_derive v0.3.0 |
2872 | 2024-10-10T19:55:27.097Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1fa0740eb7e10b9 -C extra-filename=-f1fa0740eb7e10b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2873 | 2024-10-10T19:55:27.613Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2874 | 2024-10-10T19:55:27.616Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbe66dd0c81e261a -C extra-filename=-bbe66dd0c81e261a --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-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-10-10T19:55:28.094Z | Compiling num-derive v0.4.2 |
2876 | 2024-10-10T19:55:28.096Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14c7d13945fbebe4 -C extra-filename=-14c7d13945fbebe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2024-10-10T19:55:28.166Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2878 | 2024-10-10T19:55:28.169Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2024-10-10T19:55:28.549Z | Compiling fragile v2.0.0 |
2880 | 2024-10-10T19:55:28.552Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-10-10T19:55:28.846Z | Compiling downcast v0.11.0 |
2882 | 2024-10-10T19:55:28.865Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2024-10-10T19:55:29.094Z | Compiling zone v0.3.0 |
2884 | 2024-10-10T19:55:29.097Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0c3f216cf9048aab -C extra-filename=-0c3f216cf9048aab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f1fa0740eb7e10b9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2024-10-10T19:55:29.192Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2886 | 2024-10-10T19:55:29.195Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=bb9aa30021520819 -C extra-filename=-bb9aa30021520819 --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-12138e8c068a750e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2024-10-10T19:55:30.501Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build` |
2888 | 2024-10-10T19:55:30.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2889 | 2024-10-10T19:55:30.537Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=836cfe3735c20c7d -C extra-filename=-836cfe3735c20c7d --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-bbe66dd0c81e261a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2890 | 2024-10-10T19:55:30.744Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2891 | 2024-10-10T19:55:30.744Z | Compiling same-file v1.0.6 |
2892 | 2024-10-10T19:55:30.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3726173007752771 -C extra-filename=-3726173007752771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3bcfbc90e827f561.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bb9aa30021520819.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
2893 | 2024-10-10T19:55:30.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=52357a1ecef61216 -C extra-filename=-52357a1ecef61216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-14c7d13945fbebe4.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2894 | 2024-10-10T19:55:30.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2895 | 2024-10-10T19:55:30.969Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2896 | 2024-10-10T19:55:30.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3c35e5265fe3351b -C extra-filename=-3c35e5265fe3351b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-12138e8c068a750e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3726173007752771.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2024-10-10T19:55:30.990Z | Compiling walkdir v2.5.0 |
2898 | 2024-10-10T19:55:31.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=321402a375879e82 -C extra-filename=-321402a375879e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2899 | 2024-10-10T19:55:31.074Z | Dirty xattr v1.3.1: the rustflags changed |
2900 | 2024-10-10T19:55:31.074Z | Compiling xattr v1.3.1 |
2901 | 2024-10-10T19:55:31.077Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=c8359a13a0014ce5 -C extra-filename=-c8359a13a0014ce5 --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2902 | 2024-10-10T19:55:31.145Z | Compiling typify v0.2.0 |
2903 | 2024-10-10T19:55:31.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=1a7c3c6698133c0e -C extra-filename=-1a7c3c6698133c0e --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-741229daa01d53eb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c0dab42190cb1824.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2024-10-10T19:55:31.293Z | Compiling progenitor-impl v0.8.0 |
2905 | 2024-10-10T19:55:31.296Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db5797735af36b1f -C extra-filename=-db5797735af36b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1a7c3c6698133c0e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2906 | 2024-10-10T19:55:31.326Z | Dirty filetime v0.2.25: the rustflags changed |
2907 | 2024-10-10T19:55:31.326Z | Compiling filetime v0.2.25 |
2908 | 2024-10-10T19:55:31.329Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65322f84cd556c62 -C extra-filename=-65322f84cd556c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2909 | 2024-10-10T19:55:31.347Z | Compiling atomicwrites v0.4.4 |
2910 | 2024-10-10T19:55:31.349Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a68c8ac5ba7f8431 -C extra-filename=-a68c8ac5ba7f8431 --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-30d8b57c3d4d8836.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2911 | 2024-10-10T19:55:31.647Z | Dirty tar v0.4.42: the rustflags changed |
2912 | 2024-10-10T19:55:31.647Z | Compiling tar v0.4.42 |
2913 | 2024-10-10T19:55:31.650Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=601fc4fb7a74d2c1 -C extra-filename=-601fc4fb7a74d2c1 --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-65322f84cd556c62.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-c8359a13a0014ce5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-10-10T19:55:31.669Z | Compiling utf-8 v0.7.6 |
2915 | 2024-10-10T19:55:31.685Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2916 | 2024-10-10T19:55:31.706Z | Compiling convert_case v0.4.0 |
2917 | 2024-10-10T19:55:31.710Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2918 | 2024-10-10T19:55:31.760Z | Compiling newline-converter v0.3.0 |
2919 | 2024-10-10T19:55:31.764Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1025312162311df7 -C extra-filename=-1025312162311df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2920 | 2024-10-10T19:55:31.934Z | Compiling expectorate v1.1.0 |
2921 | 2024-10-10T19:55:31.937Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=b84c1c53a60d0a0a -C extra-filename=-b84c1c53a60d0a0a --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-d203535d0c6e9365.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2922 | 2024-10-10T19:55:31.988Z | Compiling tungstenite v0.21.0 |
2923 | 2024-10-10T19:55:31.990Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=745850715f0036f9 -C extra-filename=-745850715f0036f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2924 | 2024-10-10T19:55:32.116Z | Compiling itertools v0.13.0 |
2925 | 2024-10-10T19:55:32.119Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=17374fece069bfba -C extra-filename=-17374fece069bfba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2024-10-10T19:55:32.750Z | Compiling derive_more v0.99.18 |
2927 | 2024-10-10T19:55:32.752Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=c1b935b082f1fe7f -C extra-filename=-c1b935b082f1fe7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2928 | 2024-10-10T19:55:33.195Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2929 | 2024-10-10T19:55:33.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ab86862fbd0b9ae -C extra-filename=-5ab86862fbd0b9ae --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-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6a55f139022f1ca3.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3726173007752771.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c46c8728efaaeebc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2930 | 2024-10-10T19:55:33.914Z | Compiling tokio-tungstenite v0.21.0 |
2931 | 2024-10-10T19:55:33.914Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=ea5bc31ca429f4e7 -C extra-filename=-ea5bc31ca429f4e7 --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-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-745850715f0036f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2932 | 2024-10-10T19:55:34.110Z | Compiling arc-swap v1.7.1 |
2933 | 2024-10-10T19:55:34.112Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2934 | 2024-10-10T19:55:34.490Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2935 | 2024-10-10T19:55:34.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29b055a03934f94b -C extra-filename=-29b055a03934f94b --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-173c4d46b806dff2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2936 | 2024-10-10T19:55:34.644Z | Compiling slog-scope v4.4.0 |
2937 | 2024-10-10T19:55:34.646Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2024-10-10T19:55:34.777Z | Compiling cancel-safe-futures v0.1.5 |
2939 | 2024-10-10T19:55:34.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2940 | 2024-10-10T19:55:34.835Z | Compiling owo-colors v4.1.0 |
2941 | 2024-10-10T19:55:34.838Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2bded459cb5572f2 -C extra-filename=-2bded459cb5572f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2942 | 2024-10-10T19:55:35.173Z | Compiling slog-stdlog v4.1.1 |
2943 | 2024-10-10T19:55:35.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=a1b02a830c8ca257 -C extra-filename=-a1b02a830c8ca257 --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-31bde78633f57151.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2944 | 2024-10-10T19:55:35.196Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build` |
2945 | 2024-10-10T19:55:35.196Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-2bded459cb5572f2/build-script-build` |
2946 | 2024-10-10T19:55:35.241Z | Compiling derive-where v1.2.7 |
2947 | 2024-10-10T19:55:35.243Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=13e1fb9cd2b62a35 -C extra-filename=-13e1fb9cd2b62a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2948 | 2024-10-10T19:55:35.261Z | Dirty swrite v0.1.0: the rustflags changed |
2949 | 2024-10-10T19:55:35.261Z | Compiling swrite v0.1.0 |
2950 | 2024-10-10T19:55:35.264Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2951 | 2024-10-10T19:55:35.280Z | Compiling mockall v0.13.0 |
2952 | 2024-10-10T19:55:35.282Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fc1d90a66724882f -C extra-filename=-fc1d90a66724882f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-59d8980016a1043b.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2953 | 2024-10-10T19:55:35.379Z | Compiling slog-envlogger v2.2.0 |
2954 | 2024-10-10T19:55:35.381Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=0556ce4a73732c3e -C extra-filename=-0556ce4a73732c3e --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-31bde78633f57151.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a1b02a830c8ca257.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2955 | 2024-10-10T19:55:35.432Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=1b9c87378f6a0ee3 -C extra-filename=-1b9c87378f6a0ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
2956 | 2024-10-10T19:55:35.549Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=1cac0bbb8517eede -C extra-filename=-1cac0bbb8517eede --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2957 | 2024-10-10T19:55:35.624Z | Compiling libsw v3.3.1 |
2958 | 2024-10-10T19:55:35.626Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=31594aab1741a9f1 -C extra-filename=-31594aab1741a9f1 --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-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2959 | 2024-10-10T19:55:35.940Z | Compiling blake2 v0.10.6 |
2960 | 2024-10-10T19:55:35.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=5cb3b45b816a5c37 -C extra-filename=-5cb3b45b816a5c37 --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-501ad26f330841d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-10-10T19:55:36.154Z | Compiling password-hash v0.5.0 |
2962 | 2024-10-10T19:55:36.158Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=135dac09e60e1aa0 -C extra-filename=-135dac09e60e1aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2024-10-10T19:55:36.176Z | Compiling indent_write v2.2.0 |
2964 | 2024-10-10T19:55:36.176Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2965 | 2024-10-10T19:55:36.406Z | Compiling linear-map v1.2.0 |
2966 | 2024-10-10T19:55:36.408Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2024-10-10T19:55:36.782Z | Compiling argon2 v0.5.3 |
2968 | 2024-10-10T19:55:36.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=7f6f447e095faf0f -C extra-filename=-7f6f447e095faf0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-5cb3b45b816a5c37.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-135dac09e60e1aa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2969 | 2024-10-10T19:55:37.149Z | Compiling num-rational v0.4.2 |
2970 | 2024-10-10T19:55:37.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2971 | 2024-10-10T19:55:37.484Z | Compiling num-complex v0.4.6 |
2972 | 2024-10-10T19:55:37.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2973 | 2024-10-10T19:55:37.763Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2974 | 2024-10-10T19:55:37.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ffc1a382bc3505e -C extra-filename=-0ffc1a382bc3505e --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-7f6f447e095faf0f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2975 | 2024-10-10T19:55:38.192Z | Compiling float-ord v0.3.2 |
2976 | 2024-10-10T19:55:38.196Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2977 | 2024-10-10T19:55:38.361Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2978 | 2024-10-10T19:55:38.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2979 | 2024-10-10T19:55:38.553Z | Compiling num v0.4.3 |
2980 | 2024-10-10T19:55:38.556Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2981 | 2024-10-10T19:55:38.668Z | Compiling pem v3.0.4 |
2982 | 2024-10-10T19:55:38.670Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2983 | 2024-10-10T19:55:38.900Z | Compiling humantime v2.1.0 |
2984 | 2024-10-10T19:55:38.906Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2985 | 2024-10-10T19:55:38.989Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2986 | 2024-10-10T19:55:38.992Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c27905ce48ede4d9 -C extra-filename=-c27905ce48ede4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
2987 | 2024-10-10T19:55:39.256Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build` |
2988 | 2024-10-10T19:55:39.310Z | Compiling lzma-sys v0.1.20 |
2989 | 2024-10-10T19:55:39.313Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=98de94684ef2df5d -C extra-filename=-98de94684ef2df5d --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2024-10-10T19:55:39.398Z | Compiling progenitor-macro v0.8.0 |
2991 | 2024-10-10T19:55:39.401Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fde0eea2861b8c8d -C extra-filename=-fde0eea2861b8c8d --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-040bb745b647f23e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-db5797735af36b1f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f128fd3f2e34116a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2992 | 2024-10-10T19:55:39.444Z | Compiling heck v0.3.3 |
2993 | 2024-10-10T19:55:39.447Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2994 | 2024-10-10T19:55:39.482Z | Compiling headers-core v0.3.0 |
2995 | 2024-10-10T19:55:39.492Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=00f32e8ff7865024 -C extra-filename=-00f32e8ff7865024 --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-b60848fe00b07725.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2996 | 2024-10-10T19:55:39.647Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2997 | 2024-10-10T19:55:39.651Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2998 | 2024-10-10T19:55:39.718Z | Compiling headers v0.4.0 |
2999 | 2024-10-10T19:55:39.721Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=76eea46ac0b291f3 -C extra-filename=-76eea46ac0b291f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-00f32e8ff7865024.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3000 | 2024-10-10T19:55:39.895Z | Compiling zone_cfg_derive v0.1.2 |
3001 | 2024-10-10T19:55:39.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c1ba7c30c0180ed -C extra-filename=-4c1ba7c30c0180ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2024-10-10T19:55:40.005Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build` |
3003 | 2024-10-10T19:55:40.038Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3004 | 2024-10-10T19:55:40.041Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58a74a6cd3baf090 -C extra-filename=-58a74a6cd3baf090 --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-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2024-10-10T19:55:40.200Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-98de94684ef2df5d/build-script-build` |
3006 | 2024-10-10T19:55:40.246Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e5bd5b600e692f5f -C extra-filename=-e5bd5b600e692f5f --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3007 | 2024-10-10T19:55:40.424Z | Compiling yasna v0.5.2 |
3008 | 2024-10-10T19:55:40.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=2dc5da634aeefc76 -C extra-filename=-2dc5da634aeefc76 --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-478e0f05d7cd44f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3009 | 2024-10-10T19:55:40.457Z | Compiling base64 v0.13.1 |
3010 | 2024-10-10T19:55:40.459Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3011 | 2024-10-10T19:55:40.767Z | Compiling xz2 v0.1.7 |
3012 | 2024-10-10T19:55:40.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=8f3ae51c079d2bd4 -C extra-filename=-8f3ae51c079d2bd4 --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-e5bd5b600e692f5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3013 | 2024-10-10T19:55:41.087Z | Compiling ron v0.7.1 |
3014 | 2024-10-10T19:55:41.092Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=c8442cdbc7a66d91 -C extra-filename=-c8442cdbc7a66d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3015 | 2024-10-10T19:55:41.270Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3016 | 2024-10-10T19:55:41.272Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10de72e2e582dfd9 -C extra-filename=-10de72e2e582dfd9 --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-58a74a6cd3baf090.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3017 | 2024-10-10T19:55:41.577Z | Compiling rcgen v0.12.1 |
3018 | 2024-10-10T19:55:41.580Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=11da61859021830c -C extra-filename=-11da61859021830c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2dc5da634aeefc76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3019 | 2024-10-10T19:55:41.599Z | Compiling zone v0.1.8 |
3020 | 2024-10-10T19:55:41.610Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cd63d7fdc709085 -C extra-filename=-5cd63d7fdc709085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-4c1ba7c30c0180ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3021 | 2024-10-10T19:55:41.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28a708bcfe57d77a -C extra-filename=-28a708bcfe57d77a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-5a2736d696c1e6eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-13efa1c0b407561d.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e23ddc9599591166.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3022 | 2024-10-10T19:55:42.083Z | Compiling home v0.5.9 |
3023 | 2024-10-10T19:55:42.085Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3024 | 2024-10-10T19:55:42.353Z | Compiling semver v0.1.20 |
3025 | 2024-10-10T19:55:42.355Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2024-10-10T19:55:42.939Z | Compiling rustc_version v0.1.7 |
3027 | 2024-10-10T19:55:42.942Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3028 | 2024-10-10T19:55:43.031Z | Compiling subprocess v0.2.9 |
3029 | 2024-10-10T19:55:43.033Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abb91b09131331d4 -C extra-filename=-abb91b09131331d4 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3030 | 2024-10-10T19:55:43.176Z | Compiling highway v1.2.0 |
3031 | 2024-10-10T19:55:43.178Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3032 | 2024-10-10T19:55:43.466Z | Compiling newtype_derive v0.1.6 |
3033 | 2024-10-10T19:55:43.469Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3034 | 2024-10-10T19:55:43.498Z | Compiling half v2.4.1 |
3035 | 2024-10-10T19:55:43.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2024-10-10T19:55:44.029Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build` |
3037 | 2024-10-10T19:55:44.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
3038 | 2024-10-10T19:55:44.040Z | Compiling prettyplease v0.2.22 |
3039 | 2024-10-10T19:55:44.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cd99c1bb9496db1 -C extra-filename=-0cd99c1bb9496db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2024-10-10T19:55:44.040Z | Compiling ciborium-io v0.2.2 |
3041 | 2024-10-10T19:55:44.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2024-10-10T19:55:44.045Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
3043 | 2024-10-10T19:55:44.056Z | Compiling linked-hash-map v0.5.6 |
3044 | 2024-10-10T19:55:44.058Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3045 | 2024-10-10T19:55:44.147Z | Compiling ciborium-ll v0.2.2 |
3046 | 2024-10-10T19:55:44.149Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3047 | 2024-10-10T19:55:44.300Z | Compiling steno v0.4.1 |
3048 | 2024-10-10T19:55:44.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df56d017779c676d -C extra-filename=-df56d017779c676d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3049 | 2024-10-10T19:55:44.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-0cd99c1bb9496db1/build-script-build` |
3050 | 2024-10-10T19:55:44.351Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=19b29a9107eb9760 -C extra-filename=-19b29a9107eb9760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.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)'` |
3051 | 2024-10-10T19:55:44.451Z | Compiling lru-cache v0.1.2 |
3052 | 2024-10-10T19:55:44.454Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=014178c12363f11b -C extra-filename=-014178c12363f11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3053 | 2024-10-10T19:55:44.617Z | Compiling ciborium v0.2.2 |
3054 | 2024-10-10T19:55:44.627Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b508f161ffaf58d6 -C extra-filename=-b508f161ffaf58d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3055 | 2024-10-10T19:55:44.658Z | Compiling resolv-conf v0.7.0 |
3056 | 2024-10-10T19:55:44.661Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c593ae89b2fb6a7b -C extra-filename=-c593ae89b2fb6a7b --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-e7d282d0c72e90f8.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3057 | 2024-10-10T19:55:44.977Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3058 | 2024-10-10T19:55:44.981Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=161a5f5e0c0b6b47 -C extra-filename=-161a5f5e0c0b6b47 --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-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3059 | 2024-10-10T19:55:45.468Z | Compiling hickory-resolver v0.24.1 |
3060 | 2024-10-10T19:55:45.470Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=acab3a03fd37e941 -C extra-filename=-acab3a03fd37e941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c593ae89b2fb6a7b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2024-10-10T19:55:46.155Z | Compiling display-error-chain v0.2.1 |
3062 | 2024-10-10T19:55:46.158Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080efa0e0fcda2f8 -C extra-filename=-080efa0e0fcda2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3063 | 2024-10-10T19:55:46.252Z | Compiling slog-dtrace v0.3.0 |
3064 | 2024-10-10T19:55:46.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3065 | 2024-10-10T19:55:46.294Z | Compiling keccak v0.1.5 |
3066 | 2024-10-10T19:55:46.296Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3067 | 2024-10-10T19:55:46.343Z | Compiling arrayref v0.3.7 |
3068 | 2024-10-10T19:55:46.349Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3069 | 2024-10-10T19:55:46.440Z | Compiling constant_time_eq v0.3.0 |
3070 | 2024-10-10T19:55:46.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3071 | 2024-10-10T19:55:46.461Z | Compiling arrayvec v0.7.4 |
3072 | 2024-10-10T19:55:46.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3073 | 2024-10-10T19:55:46.629Z | Compiling sha3 v0.10.8 |
3074 | 2024-10-10T19:55:46.632Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=122117adc0fdde1e -C extra-filename=-122117adc0fdde1e --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-501ad26f330841d9.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2024-10-10T19:55:46.632Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build` |
3076 | 2024-10-10T19:55:46.718Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a012aae73edfc9a -C extra-filename=-3a012aae73edfc9a --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-20afe1f1506ec7c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3077 | 2024-10-10T19:55:46.863Z | Compiling universal-hash v0.5.1 |
3078 | 2024-10-10T19:55:46.865Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d7fb4d9936a27eda -C extra-filename=-d7fb4d9936a27eda --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-918ec9bc5257f5e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2024-10-10T19:55:47.059Z | Compiling opaque-debug v0.3.1 |
3080 | 2024-10-10T19:55:47.061Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2024-10-10T19:55:47.158Z | Compiling secrecy v0.8.0 |
3082 | 2024-10-10T19:55:47.160Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=bb8cc523f92d473b -C extra-filename=-bb8cc523f92d473b --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-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2024-10-10T19:55:47.306Z | Compiling ring v0.16.20 |
3084 | 2024-10-10T19:55:47.309Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=32fe97cea76b9162 -C extra-filename=-32fe97cea76b9162 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2024-10-10T19:55:47.335Z | Compiling blake3 v1.5.1 |
3086 | 2024-10-10T19:55:47.337Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0b063f5e3402ae20 -C extra-filename=-0b063f5e3402ae20 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3087 | 2024-10-10T19:55:47.432Z | Compiling memmap2 v0.9.4 |
3088 | 2024-10-10T19:55:47.451Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=1f2446cecff4c31a -C extra-filename=-1f2446cecff4c31a --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2024-10-10T19:55:47.511Z | Compiling untrusted v0.7.1 |
3090 | 2024-10-10T19:55:47.513Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2024-10-10T19:55:47.657Z | Compiling spin v0.5.2 |
3092 | 2024-10-10T19:55:47.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70522defaf54c867 -C extra-filename=-70522defaf54c867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3093 | 2024-10-10T19:55:47.704Z | Compiling glob v0.3.1 |
3094 | 2024-10-10T19:55:47.706Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2024-10-10T19:55:47.876Z | Compiling aead v0.5.2 |
3096 | 2024-10-10T19:55:47.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=e224748866ebcdab -C extra-filename=-e224748866ebcdab --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-918ec9bc5257f5e2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2024-10-10T19:55:47.898Z | Compiling topological-sort v0.2.2 |
3098 | 2024-10-10T19:55:47.916Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3099 | 2024-10-10T19:55:48.058Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-0b063f5e3402ae20/build-script-build` |
3100 | 2024-10-10T19:55:48.127Z | Compiling poly1305 v0.8.0 |
3101 | 2024-10-10T19:55:48.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=0a4d54c16363521c -C extra-filename=-0a4d54c16363521c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d7fb4d9936a27eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-10-10T19:55:48.225Z | Compiling chacha20 v0.9.1 |
3103 | 2024-10-10T19:55:48.227Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2ac5d2a2e055cda0 -C extra-filename=-2ac5d2a2e055cda0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2024-10-10T19:55:48.520Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-32fe97cea76b9162/build-script-build` |
3105 | 2024-10-10T19:55:48.660Z | Compiling gethostname v0.5.0 |
3106 | 2024-10-10T19:55:48.662Z | Compiling toolchain_find v0.4.0 |
3107 | 2024-10-10T19:55:48.663Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19901fd123c66ea5 -C extra-filename=-19901fd123c66ea5 --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-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-10-10T19:55:48.663Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83bf4147f09694b3 -C extra-filename=-83bf4147f09694b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3109 | 2024-10-10T19:55:48.701Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=0c52d30b390cb606 -C extra-filename=-0c52d30b390cb606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-1f2446cecff4c31a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/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` |
3110 | 2024-10-10T19:55:48.874Z | Compiling thiserror-impl-no-std v2.0.2 |
3111 | 2024-10-10T19:55:48.877Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=fae85aa03666dbfb -C extra-filename=-fae85aa03666dbfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3112 | 2024-10-10T19:55:49.330Z | Compiling rustfmt-wrapper v0.2.1 |
3113 | 2024-10-10T19:55:49.332Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11efd0fcbc68a5ff -C extra-filename=-11efd0fcbc68a5ff --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-48906e914e9337d7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-83bf4147f09694b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3114 | 2024-10-10T19:55:49.893Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3115 | 2024-10-10T19:55:49.896Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e929fcb19bcdcad5 -C extra-filename=-e929fcb19bcdcad5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-e929fcb19bcdcad5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3116 | 2024-10-10T19:55:49.927Z | Compiling nibble_vec v0.1.0 |
3117 | 2024-10-10T19:55:49.929Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3118 | 2024-10-10T19:55:49.969Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3119 | 2024-10-10T19:55:49.971Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e51260f71c511de5 -C extra-filename=-e51260f71c511de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3120 | 2024-10-10T19:55:50.145Z | Compiling endian-type v0.1.2 |
3121 | 2024-10-10T19:55:50.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4766228c91a4863c -C extra-filename=-4766228c91a4863c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3122 | 2024-10-10T19:55:50.267Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-e929fcb19bcdcad5/build-script-build` |
3123 | 2024-10-10T19:55:50.298Z | Compiling chacha20poly1305 v0.10.1 |
3124 | 2024-10-10T19:55:50.298Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=03b0f53e0e1bc97f -C extra-filename=-03b0f53e0e1bc97f --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-e224748866ebcdab.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3125 | 2024-10-10T19:55:50.330Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e51260f71c511de5/build-script-build` |
3126 | 2024-10-10T19:55:50.361Z | Compiling radix_trie v0.2.1 |
3127 | 2024-10-10T19:55:50.364Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3128 | 2024-10-10T19:55:50.382Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb447f662e3fc4cd -C extra-filename=-fb447f662e3fc4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.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/` |
3129 | 2024-10-10T19:55:50.526Z | Compiling fxhash v0.2.1 |
3130 | 2024-10-10T19:55:50.526Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3131 | 2024-10-10T19:55:50.735Z | Compiling termcolor v1.4.1 |
3132 | 2024-10-10T19:55:50.739Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2024-10-10T19:55:50.800Z | Compiling radium v0.7.0 |
3134 | 2024-10-10T19:55:50.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3135 | 2024-10-10T19:55:51.086Z | Compiling maplit v1.0.2 |
3136 | 2024-10-10T19:55:51.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2024-10-10T19:55:51.126Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=7d01e8b5505baafc -C extra-filename=-7d01e8b5505baafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -l static=ring-core -l static=ring-test` |
3138 | 2024-10-10T19:55:51.213Z | Compiling maybe-uninit v2.0.0 |
3139 | 2024-10-10T19:55:51.216Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3140 | 2024-10-10T19:55:51.337Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build` |
3141 | 2024-10-10T19:55:51.370Z | Compiling tap v1.0.1 |
3142 | 2024-10-10T19:55:51.372Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3143 | 2024-10-10T19:55:51.554Z | Compiling wyz v0.5.1 |
3144 | 2024-10-10T19:55:51.556Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2024-10-10T19:55:51.631Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
3146 | 2024-10-10T19:55:51.722Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3147 | 2024-10-10T19:55:51.725Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=e2dca148e937ac70 -C extra-filename=-e2dca148e937ac70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3148 | 2024-10-10T19:55:51.814Z | Compiling crc-catalog v2.4.0 |
3149 | 2024-10-10T19:55:51.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3150 | 2024-10-10T19:55:51.833Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build` |
3151 | 2024-10-10T19:55:51.904Z | Compiling funty v2.0.0 |
3152 | 2024-10-10T19:55:51.912Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3153 | 2024-10-10T19:55:51.961Z | Compiling packed_struct v0.10.1 |
3154 | 2024-10-10T19:55:51.961Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3155 | 2024-10-10T19:55:51.994Z | Compiling crc v3.2.1 |
3156 | 2024-10-10T19:55:51.996Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=594e16b556b993ff -C extra-filename=-594e16b556b993ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2024-10-10T19:55:52.058Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
3158 | 2024-10-10T19:55:52.156Z | Compiling packed_struct_codegen v0.10.1 |
3159 | 2024-10-10T19:55:52.159Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=73f0ee393f0bf093 -C extra-filename=-73f0ee393f0bf093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3160 | 2024-10-10T19:55:52.312Z | Compiling thiserror-no-std v2.0.2 |
3161 | 2024-10-10T19:55:52.312Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=feb56b6cbed840c0 -C extra-filename=-feb56b6cbed840c0 --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-fae85aa03666dbfb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2024-10-10T19:55:52.332Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e2dca148e937ac70/build-script-build` |
3163 | 2024-10-10T19:55:52.434Z | Compiling vsss-rs v3.3.4 |
3164 | 2024-10-10T19:55:52.436Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=b122a2dba3037d1c -C extra-filename=-b122a2dba3037d1c --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-a418bd8a5db45e62.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2667bd39ef37db11.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-feb56b6cbed840c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3165 | 2024-10-10T19:55:52.507Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build` |
3166 | 2024-10-10T19:55:52.541Z | Compiling indexmap v1.9.3 |
3167 | 2024-10-10T19:55:52.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3168 | 2024-10-10T19:55:52.675Z | Compiling nodrop v0.1.14 |
3169 | 2024-10-10T19:55:52.678Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3170 | 2024-10-10T19:55:52.793Z | Compiling array-init v0.0.4 |
3171 | 2024-10-10T19:55:52.795Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3172 | 2024-10-10T19:55:52.913Z | Compiling bitvec v1.0.1 |
3173 | 2024-10-10T19:55:52.916Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3174 | 2024-10-10T19:55:53.687Z | Compiling omicron-zone-package v0.11.1 |
3175 | 2024-10-10T19:55:53.689Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39bf37869034bca5 -C extra-filename=-39bf37869034bca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-0c52d30b390cb606.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-7d01e8b5505baafc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out` |
3176 | 2024-10-10T19:55:53.754Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=29f8c60dfb2abd6c -C extra-filename=-29f8c60dfb2abd6c --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-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib -l static=bz2` |
3177 | 2024-10-10T19:55:53.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build` |
3178 | 2024-10-10T19:55:53.904Z | Compiling smallvec v0.6.14 |
3179 | 2024-10-10T19:55:53.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e983482a565d5787 -C extra-filename=-e983482a565d5787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3180 | 2024-10-10T19:55:53.924Z | Compiling async-recursion v1.1.1 |
3181 | 2024-10-10T19:55:53.924Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e38be0eb4c8c5e50 -C extra-filename=-e38be0eb4c8c5e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3182 | 2024-10-10T19:55:54.365Z | Compiling hashbrown v0.12.3 |
3183 | 2024-10-10T19:55:54.368Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3184 | 2024-10-10T19:55:54.647Z | Compiling bitfield v0.14.0 |
3185 | 2024-10-10T19:55:54.650Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3186 | 2024-10-10T19:55:54.986Z | Compiling serde-hex v0.1.0 |
3187 | 2024-10-10T19:55:54.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c968467829de3789 -C extra-filename=-c968467829de3789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2024-10-10T19:55:55.124Z | Compiling bzip2 v0.4.4 |
3189 | 2024-10-10T19:55:55.127Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=c26f70c48c89e4e2 -C extra-filename=-c26f70c48c89e4e2 --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-29f8c60dfb2abd6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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-d34656e55e92aa96/out/lib` |
3190 | 2024-10-10T19:55:55.514Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3191 | 2024-10-10T19:55:55.535Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3192 | 2024-10-10T19:55:55.571Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b9444c3a1144d4d9 -C extra-filename=-b9444c3a1144d4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2024-10-10T19:55:55.833Z | Compiling env_logger v0.10.2 |
3194 | 2024-10-10T19:55:55.835Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=c4bc7152f275835b -C extra-filename=-c4bc7152f275835b --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-be44762a43d64e7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3195 | 2024-10-10T19:55:55.858Z | Compiling ron v0.8.1 |
3196 | 2024-10-10T19:55:55.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=e529f7d1330ef517 -C extra-filename=-e529f7d1330ef517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3197 | 2024-10-10T19:55:56.367Z | Compiling hashbrown v0.13.2 |
3198 | 2024-10-10T19:55:56.370Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=796f5ef9a0fad629 -C extra-filename=-796f5ef9a0fad629 --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-ba6ae25d4c981213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3199 | 2024-10-10T19:55:56.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a51913788d05e0fd -C extra-filename=-a51913788d05e0fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-73f0ee393f0bf093.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3200 | 2024-10-10T19:55:56.953Z | Compiling kstat-rs v0.2.4 |
3201 | 2024-10-10T19:55:56.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99cafd33f08fd632 -C extra-filename=-99cafd33f08fd632 --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-1b46dd66a7c6c3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3202 | 2024-10-10T19:55:57.037Z | Compiling crc-any v2.5.0 |
3203 | 2024-10-10T19:55:57.041Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=073ff27b036b089f -C extra-filename=-073ff27b036b089f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2024-10-10T19:55:57.481Z | Compiling object v0.30.4 |
3205 | 2024-10-10T19:55:57.483Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=8e430a1b5215efd8 -C extra-filename=-8e430a1b5215efd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-796f5ef9a0fad629.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2024-10-10T19:55:57.571Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3207 | 2024-10-10T19:55:57.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d9160ddb70eecd0 -C extra-filename=-0d9160ddb70eecd0 --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-e529f7d1330ef517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b9444c3a1144d4d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2024-10-10T19:55:57.593Z | Compiling zip v0.6.6 |
3209 | 2024-10-10T19:55:57.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=303a72aac75bd855 -C extra-filename=-303a72aac75bd855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-c26f70c48c89e4e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.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-d34656e55e92aa96/out/lib` |
3210 | 2024-10-10T19:55:58.199Z | Compiling progenitor v0.8.0 |
3211 | 2024-10-10T19:55:58.201Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e818e7ece942661a -C extra-filename=-e818e7ece942661a --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-183e41de0a042607.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-db5797735af36b1f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-fde0eea2861b8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3212 | 2024-10-10T19:55:58.345Z | Compiling libefi-sys v0.1.0 |
3213 | 2024-10-10T19:55:58.347Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2024-10-10T19:55:58.434Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
3215 | 2024-10-10T19:55:58.437Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef37aac64e3673f0 -C extra-filename=-ef37aac64e3673f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3216 | 2024-10-10T19:55:58.504Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3217 | 2024-10-10T19:55:58.507Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c454a1ca97da819f -C extra-filename=-c454a1ca97da819f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3218 | 2024-10-10T19:55:58.695Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3219 | 2024-10-10T19:55:58.697Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=62380dc594557961 -C extra-filename=-62380dc594557961 --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-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3220 | 2024-10-10T19:55:58.978Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3221 | 2024-10-10T19:55:58.980Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=406f1392da147cd0 -C extra-filename=-406f1392da147cd0 --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-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3222 | 2024-10-10T19:55:59.697Z | Compiling path-slash v0.1.5 |
3223 | 2024-10-10T19:55:59.700Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-10-10T19:55:59.930Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3225 | 2024-10-10T19:55:59.930Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build` |
3226 | 2024-10-10T19:55:59.949Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81bc1534575e93ae -C extra-filename=-81bc1534575e93ae --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-81bc1534575e93ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-11efd0fcbc68a5ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out` |
3227 | 2024-10-10T19:55:59.975Z | Compiling bitfield-struct v0.6.1 |
3228 | 2024-10-10T19:55:59.978Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17fd6faac64a1a75 -C extra-filename=-17fd6faac64a1a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3229 | 2024-10-10T19:56:00.642Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3230 | 2024-10-10T19:56:00.645Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e819cc23bad6f770 -C extra-filename=-e819cc23bad6f770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a51913788d05e0fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3231 | 2024-10-10T19:56:01.685Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3232 | 2024-10-10T19:56:01.688Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f05598bfcdaa7b8a -C extra-filename=-f05598bfcdaa7b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3233 | 2024-10-10T19:56:02.201Z | Compiling parking_lot_core v0.8.6 |
3234 | 2024-10-10T19:56:02.204Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3235 | 2024-10-10T19:56:02.734Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build` |
3236 | 2024-10-10T19:56:02.765Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f05598bfcdaa7b8a/build-script-build` |
3237 | 2024-10-10T19:56:02.886Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3238 | 2024-10-10T19:56:02.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0396ff8f3b513247 -C extra-filename=-0396ff8f3b513247 --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-17fd6faac64a1a75.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3239 | 2024-10-10T19:56:03.611Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3240 | 2024-10-10T19:56:03.636Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=0a6d89127d9bc216 -C extra-filename=-0a6d89127d9bc216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3241 | 2024-10-10T19:56:04.981Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
3242 | 2024-10-10T19:56:04.984Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/d8c38f8/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d66fbc9800316e23 -C extra-filename=-d66fbc9800316e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-28a708bcfe57d77a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-62380dc594557961.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-10de72e2e582dfd9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-c8442cdbc7a66d91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8f3ae51c079d2bd4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5cd63d7fdc709085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3243 | 2024-10-10T19:56:05.798Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f49563df983c177d -C extra-filename=-f49563df983c177d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3244 | 2024-10-10T19:56:06.092Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
3245 | 2024-10-10T19:56:06.116Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3246 | 2024-10-10T19:56:06.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19499eb85418e4b2 -C extra-filename=-19499eb85418e4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4addeab23f782a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3247 | 2024-10-10T19:56:06.327Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3248 | 2024-10-10T19:56:06.330Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2024-10-10T19:56:06.462Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3250 | 2024-10-10T19:56:06.464Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7a42d5a8059c86a -C extra-filename=-b7a42d5a8059c86a --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-0396ff8f3b513247.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2024-10-10T19:56:06.520Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3252 | 2024-10-10T19:56:06.522Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14177ee820a1e484 -C extra-filename=-14177ee820a1e484 --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-1b46dd66a7c6c3c6.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3253 | 2024-10-10T19:56:06.821Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d08ec7cdcf25bcf -C extra-filename=-0d08ec7cdcf25bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -l static=pci` |
3254 | 2024-10-10T19:56:06.888Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a1e4baff986954aa -C extra-filename=-a1e4baff986954aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3255 | 2024-10-10T19:56:07.327Z | Compiling parking_lot v0.11.2 |
3256 | 2024-10-10T19:56:07.330Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=885a9f6a8ddcea33 -C extra-filename=-885a9f6a8ddcea33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a1e4baff986954aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2024-10-10T19:56:07.439Z | Compiling crossterm v0.28.1 |
3258 | 2024-10-10T19:56:07.441Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.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="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=40b6f3a3b25ada4c -C extra-filename=-40b6f3a3b25ada4c --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-21aef30ff9a49b69.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3259 | 2024-10-10T19:56:07.511Z | Compiling hickory-client v0.24.1 |
3260 | 2024-10-10T19:56:07.514Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=e953713c49598358 -C extra-filename=-e953713c49598358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3261 | 2024-10-10T19:56:08.301Z | Compiling sled v0.34.7 |
3262 | 2024-10-10T19:56:08.303Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=41a7a9e236107955 -C extra-filename=-41a7a9e236107955 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-885a9f6a8ddcea33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3263 | 2024-10-10T19:56:08.851Z | Compiling hickory-server v0.24.1 |
3264 | 2024-10-10T19:56:08.853Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=0531fc8e37b6cbfa -C extra-filename=-0531fc8e37b6cbfa --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-ac0f7a8996657ad1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-aa8522eded6a61fe.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3265 | 2024-10-10T19:56:10.729Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
3266 | 2024-10-10T19:56:10.731Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65600d6f08e84a9d -C extra-filename=-65600d6f08e84a9d --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-6132560e4e4dbf8f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3267 | 2024-10-10T19:56:11.441Z | Compiling tungstenite v0.23.0 |
3268 | 2024-10-10T19:56:11.443Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=858d48206f998ceb -C extra-filename=-858d48206f998ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2024-10-10T19:56:12.044Z | Compiling diff v0.1.13 |
3270 | 2024-10-10T19:56:12.047Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3271 | 2024-10-10T19:56:12.746Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3272 | 2024-10-10T19:56:12.749Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=4f0a3b4576cbb65a -C extra-filename=-4f0a3b4576cbb65a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c4bc7152f275835b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e819cc23bad6f770.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a51913788d05e0fd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-c968467829de3789.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2024-10-10T19:56:13.392Z | Compiling tokio-tungstenite v0.23.1 |
3274 | 2024-10-10T19:56:13.396Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=02f795c9d008e0b6 -C extra-filename=-02f795c9d008e0b6 --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-9e460c6b16244ac3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-858d48206f998ceb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3275 | 2024-10-10T19:56:13.752Z | Compiling primeorder v0.13.6 |
3276 | 2024-10-10T19:56:13.755Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=4708f3a1aa5cc6b1 -C extra-filename=-4708f3a1aa5cc6b1 --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-de11a116d7f7dd1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3277 | 2024-10-10T19:56:13.902Z | Compiling nanorand v0.7.0 |
3278 | 2024-10-10T19:56:13.904Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=e2ae5cb10d64e4e3 -C extra-filename=-e2ae5cb10d64e4e3 --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-b050ca61f382ec87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2024-10-10T19:56:14.287Z | Compiling vte_generate_state_changes v0.1.1 |
3280 | 2024-10-10T19:56:14.290Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=202bbf53a7e1d672 -C extra-filename=-202bbf53a7e1d672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3281 | 2024-10-10T19:56:14.430Z | Compiling unicase v2.7.0 |
3282 | 2024-10-10T19:56:14.448Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2024-10-10T19:56:14.821Z | Compiling buf-list v1.0.3 |
3284 | 2024-10-10T19:56:14.823Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3285 | 2024-10-10T19:56:15.062Z | Compiling vte v0.11.1 |
3286 | 2024-10-10T19:56:15.064Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=c3fbeae06a8b6495 -C extra-filename=-c3fbeae06a8b6495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-202bbf53a7e1d672.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3287 | 2024-10-10T19:56:15.556Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=bd0ae0cae66c3939 -C extra-filename=-bd0ae0cae66c3939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-493b9ee63ed6977b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3288 | 2024-10-10T19:56:16.292Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3289 | 2024-10-10T19:56:16.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8acc6cb955771b1 -C extra-filename=-f8acc6cb955771b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3290 | 2024-10-10T19:56:16.513Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3291 | 2024-10-10T19:56:16.516Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13743cbb41f0e54d -C extra-filename=-13743cbb41f0e54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3292 | 2024-10-10T19:56:16.732Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3293 | 2024-10-10T19:56:16.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca20d9d3565db23e -C extra-filename=-ca20d9d3565db23e --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3294 | 2024-10-10T19:56:19.492Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3295 | 2024-10-10T19:56:19.494Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d247d335f88f6e8 -C extra-filename=-3d247d335f88f6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3296 | 2024-10-10T19:56:19.713Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3297 | 2024-10-10T19:56:19.716Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=685dec8fd4c5bd3f -C extra-filename=-685dec8fd4c5bd3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d66fbc9800316e23.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3298 | 2024-10-10T19:56:19.815Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9ba0cf3a0f775ce -C extra-filename=-f9ba0cf3a0f775ce --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-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f49563df983c177d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3299 | 2024-10-10T19:56:22.860Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3300 | 2024-10-10T19:56:22.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0227d1407b3c107d -C extra-filename=-0227d1407b3c107d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3301 | 2024-10-10T19:56:23.634Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3302 | 2024-10-10T19:56:23.636Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80b77f3f5dccd5f3 -C extra-filename=-80b77f3f5dccd5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9ba0cf3a0f775ce.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3303 | 2024-10-10T19:56:24.663Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=189adab4d98d25af -C extra-filename=-189adab4d98d25af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3304 | 2024-10-10T19:56:25.682Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3305 | 2024-10-10T19:56:25.700Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a07c8adb45c2da6 -C extra-filename=-4a07c8adb45c2da6 --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-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3306 | 2024-10-10T19:56:27.327Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-81bc1534575e93ae/build-script-build` |
3307 | 2024-10-10T19:56:27.463Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
3308 | 2024-10-10T19:56:27.465Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac4fcd4c9083a226 -C extra-filename=-ac4fcd4c9083a226 --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-4d6bf62383587a1b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e819cc23bad6f770.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-4f0a3b4576cbb65a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8e430a1b5215efd8.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b9444c3a1144d4d9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-0d9160ddb70eecd0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib` |
3309 | 2024-10-10T19:56:27.550Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3310 | 2024-10-10T19:56:27.553Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4eb099dc156544c5 -C extra-filename=-4eb099dc156544c5 --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3311 | 2024-10-10T19:56:27.763Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3312 | 2024-10-10T19:56:27.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a869901e3c601ef6 -C extra-filename=-a869901e3c601ef6 --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-20afe1f1506ec7c2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3313 | 2024-10-10T19:56:28.037Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3314 | 2024-10-10T19:56:28.039Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c683a77b9ae6d587 -C extra-filename=-c683a77b9ae6d587 --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-173c4d46b806dff2.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-80b77f3f5dccd5f3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9ba0cf3a0f775ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3315 | 2024-10-10T19:56:28.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4a09be4689f2518 -C extra-filename=-e4a09be4689f2518 --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3316 | 2024-10-10T19:56:28.633Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3317 | 2024-10-10T19:56:28.636Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ecbed58e8299ad1 -C extra-filename=-3ecbed58e8299ad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3318 | 2024-10-10T19:56:28.788Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3319 | 2024-10-10T19:56:28.790Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0df282dc4dcc7e -C extra-filename=-8d0df282dc4dcc7e --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-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3320 | 2024-10-10T19:56:28.976Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3321 | 2024-10-10T19:56:28.978Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17302bc5b9da8aac -C extra-filename=-17302bc5b9da8aac --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-b508f161ffaf58d6.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3322 | 2024-10-10T19:56:29.639Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3323 | 2024-10-10T19:56:29.642Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77464a2e5922fac5 -C extra-filename=-77464a2e5922fac5 --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-080efa0e0fcda2f8.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3324 | 2024-10-10T19:56:30.136Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3325 | 2024-10-10T19:56:30.138Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38c1677fff5a54e7 -C extra-filename=-38c1677fff5a54e7 --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-bd0ae0cae66c3939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3326 | 2024-10-10T19:56:30.341Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3327 | 2024-10-10T19:56:30.370Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3ba71ba8fb7ff172 -C extra-filename=-3ba71ba8fb7ff172 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3328 | 2024-10-10T19:56:31.307Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3329 | 2024-10-10T19:56:31.320Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc4fac2ed0e6a519 -C extra-filename=-fc4fac2ed0e6a519 --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-bd0ae0cae66c3939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3330 | 2024-10-10T19:56:31.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d940fe1adb75656 -C extra-filename=-0d940fe1adb75656 --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-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3331 | 2024-10-10T19:56:32.251Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3332 | 2024-10-10T19:56:32.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cac345f3e2daa56 -C extra-filename=-5cac345f3e2daa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
3333 | 2024-10-10T19:56:33.527Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3334 | 2024-10-10T19:56:33.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28710c25a1b27b0f -C extra-filename=-28710c25a1b27b0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3335 | 2024-10-10T19:56:34.043Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3336 | 2024-10-10T19:56:34.046Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78624866ad37dda4 -C extra-filename=-78624866ad37dda4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3337 | 2024-10-10T19:56:35.141Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3338 | 2024-10-10T19:56:35.144Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf0466a11c5162d1 -C extra-filename=-cf0466a11c5162d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-189adab4d98d25af.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c683a77b9ae6d587.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3339 | 2024-10-10T19:56:35.569Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3340 | 2024-10-10T19:56:35.573Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa9ce7f0faaaaa83 -C extra-filename=-aa9ce7f0faaaaa83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3341 | 2024-10-10T19:56:36.160Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3342 | 2024-10-10T19:56:36.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=2f839716ce37c2cc -C extra-filename=-2f839716ce37c2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3343 | 2024-10-10T19:56:36.482Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3344 | 2024-10-10T19:56:36.487Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18d593a659bbd3ed -C extra-filename=-18d593a659bbd3ed --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-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3345 | 2024-10-10T19:56:41.932Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3346 | 2024-10-10T19:56:41.934Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e8bb5656f92ae79 -C extra-filename=-4e8bb5656f92ae79 --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-65600d6f08e84a9d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3347 | 2024-10-10T19:56:42.663Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3348 | 2024-10-10T19:56:42.665Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a8670163d871dda6 -C extra-filename=-a8670163d871dda6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
3349 | 2024-10-10T19:56:44.611Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build` |
3350 | 2024-10-10T19:56:44.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build` |
3351 | 2024-10-10T19:56:44.892Z | Compiling flume v0.11.0 |
3352 | 2024-10-10T19:56:44.900Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=118ade79276786c8 -C extra-filename=-118ade79276786c8 --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-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e2ae5cb10d64e4e3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3353 | 2024-10-10T19:56:45.626Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3354 | 2024-10-10T19:56:45.629Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=427055848efbf492 -C extra-filename=-427055848efbf492 --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-173c4d46b806dff2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3355 | 2024-10-10T19:56:45.867Z | Compiling dsl_auto_type v0.1.2 |
3356 | 2024-10-10T19:56:45.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e3a0cfbdda28297 -C extra-filename=-2e3a0cfbdda28297 --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-e9183058d3ccdfdf.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3357 | 2024-10-10T19:56:46.636Z | Compiling fd-lock v4.0.2 |
3358 | 2024-10-10T19:56:46.643Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8fd53cdd8bacb84 -C extra-filename=-d8fd53cdd8bacb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2024-10-10T19:56:46.854Z | Compiling diesel_table_macro_syntax v0.2.0 |
3360 | 2024-10-10T19:56:46.857Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=370a6fae1b8e6fdd -C extra-filename=-370a6fae1b8e6fdd --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-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3361 | 2024-10-10T19:56:46.927Z | Compiling scheduled-thread-pool v0.2.7 |
3362 | 2024-10-10T19:56:46.929Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1b4d170652fe110 -C extra-filename=-a1b4d170652fe110 --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-472720b9ff68b690.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3363 | 2024-10-10T19:56:47.302Z | Compiling atty v0.2.14 |
3364 | 2024-10-10T19:56:47.302Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42bb01a048b0cf97 -C extra-filename=-42bb01a048b0cf97 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2024-10-10T19:56:47.452Z | Compiling salty v0.3.0 |
3366 | 2024-10-10T19:56:47.455Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=82bf77a790973422 -C extra-filename=-82bf77a790973422 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-10-10T19:56:47.480Z | Compiling crunchy v0.2.2 |
3368 | 2024-10-10T19:56:47.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2024-10-10T19:56:47.511Z | Compiling diesel_derives v2.2.2 |
3370 | 2024-10-10T19:56:47.514Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=59e3fc62e11f7357 -C extra-filename=-59e3fc62e11f7357 --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-370a6fae1b8e6fdd.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-2e3a0cfbdda28297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2024-10-10T19:56:47.555Z | Compiling r2d2 v0.8.10 |
3372 | 2024-10-10T19:56:47.558Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da0f9bb04b0f3ad7 -C extra-filename=-da0f9bb04b0f3ad7 --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-31bde78633f57151.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-a1b4d170652fe110.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-10-10T19:56:47.932Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
3374 | 2024-10-10T19:56:47.953Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-82bf77a790973422/build-script-build` |
3375 | 2024-10-10T19:56:47.984Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=b4ef26d37d65ffd0 -C extra-filename=-b4ef26d37d65ffd0 --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-5c4b9fa02fe9d354.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3376 | 2024-10-10T19:56:48.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build` |
3377 | 2024-10-10T19:56:48.096Z | Compiling strip-ansi-escapes v0.2.0 |
3378 | 2024-10-10T19:56:48.099Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b32080f5258ed296 -C extra-filename=-b32080f5258ed296 --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-c3fbeae06a8b6495.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-10-10T19:56:48.315Z | Compiling p384 v0.13.0 |
3380 | 2024-10-10T19:56:48.318Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=68bee8271f0753de -C extra-filename=-68bee8271f0753de --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-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2024-10-10T19:56:48.424Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3382 | 2024-10-10T19:56:48.430Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb242674cdd07f78 -C extra-filename=-cb242674cdd07f78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3383 | 2024-10-10T19:56:48.474Z | Compiling clang-sys v1.7.0 |
3384 | 2024-10-10T19:56:48.476Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3385 | 2024-10-10T19:56:48.551Z | Compiling crossterm v0.27.0 |
3386 | 2024-10-10T19:56:48.555Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=46097f79c9be1ac2 -C extra-filename=-46097f79c9be1ac2 --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-21aef30ff9a49b69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ce13f993b78485ab.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2024-10-10T19:56:49.265Z | Compiling nu-ansi-term v0.50.0 |
3388 | 2024-10-10T19:56:49.268Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3389 | 2024-10-10T19:56:49.878Z | Compiling tiny-keccak v2.0.2 |
3390 | 2024-10-10T19:56:49.881Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2024-10-10T19:56:50.078Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build` |
3392 | 2024-10-10T19:56:50.090Z | Compiling mime_guess v2.0.4 |
3393 | 2024-10-10T19:56:50.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3394 | 2024-10-10T19:56:50.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3395 | 2024-10-10T19:56:50.231Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build` |
3396 | 2024-10-10T19:56:50.251Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=c2c6672e682753ff -C extra-filename=-c2c6672e682753ff --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-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
3397 | 2024-10-10T19:56:50.272Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3398 | 2024-10-10T19:56:50.275Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cdc5b9fe99d8908 -C extra-filename=-5cdc5b9fe99d8908 --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-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3399 | 2024-10-10T19:56:51.218Z | Compiling reedline v0.33.0 |
3400 | 2024-10-10T19:56:51.220Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=e83ce477abda8c23 -C extra-filename=-e83ce477abda8c23 --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-20afe1f1506ec7c2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-46097f79c9be1ac2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d8fd53cdd8bacb84.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-b32080f5258ed296.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cb9582a11d781662.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2024-10-10T19:56:51.479Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3402 | 2024-10-10T19:56:51.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=090b4ac7a44e02d6 -C extra-filename=-090b4ac7a44e02d6 --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-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3403 | 2024-10-10T19:56:51.671Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3404 | 2024-10-10T19:56:51.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfe4b7ad89699cfc -C extra-filename=-dfe4b7ad89699cfc --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-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3405 | 2024-10-10T19:56:52.170Z | Compiling env_filter v0.1.2 |
3406 | 2024-10-10T19:56:52.172Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5c314fc8ddce98dc -C extra-filename=-5c314fc8ddce98dc --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2024-10-10T19:56:52.398Z | Compiling ref-cast v1.0.23 |
3408 | 2024-10-10T19:56:52.401Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3409 | 2024-10-10T19:56:52.895Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3410 | 2024-10-10T19:56:52.898Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96fde7339e29d6de -C extra-filename=-96fde7339e29d6de --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3411 | 2024-10-10T19:56:53.026Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build` |
3412 | 2024-10-10T19:56:53.099Z | Compiling env_logger v0.11.5 |
3413 | 2024-10-10T19:56:53.102Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=9658813276394a8c -C extra-filename=-9658813276394a8c --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-5c314fc8ddce98dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3414 | 2024-10-10T19:56:53.454Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build` |
3415 | 2024-10-10T19:56:53.501Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3416 | 2024-10-10T19:56:53.504Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=ef759c31aa771b3a -C extra-filename=-ef759c31aa771b3a --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-b050ca61f382ec87.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c2c6672e682753ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3417 | 2024-10-10T19:56:53.829Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3418 | 2024-10-10T19:56:54.123Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3419 | 2024-10-10T19:56:54.125Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e780a8b11090151 -C extra-filename=-7e780a8b11090151 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7e780a8b11090151 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3420 | 2024-10-10T19:56:54.491Z | Compiling ascii-canvas v3.0.0 |
3421 | 2024-10-10T19:56:54.493Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3422 | 2024-10-10T19:56:54.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4decf57a75b623d -C extra-filename=-e4decf57a75b623d --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-d2b024c6cdb0145f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3423 | 2024-10-10T19:56:54.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02f6691f6e07a167 -C extra-filename=-02f6691f6e07a167 --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-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3424 | 2024-10-10T19:56:54.532Z | Compiling ref-cast-impl v1.0.23 |
3425 | 2024-10-10T19:56:54.535Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f77f2c1d85dade14 -C extra-filename=-f77f2c1d85dade14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3426 | 2024-10-10T19:56:54.898Z | Compiling ena v0.14.3 |
3427 | 2024-10-10T19:56:54.901Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=8104c5eec69b6dae -C extra-filename=-8104c5eec69b6dae --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3428 | 2024-10-10T19:56:55.032Z | Compiling libloading v0.8.3 |
3429 | 2024-10-10T19:56:55.035Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3430 | 2024-10-10T19:56:55.318Z | Compiling bindgen v0.69.4 |
3431 | 2024-10-10T19:56:55.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2024-10-10T19:56:55.468Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3433 | 2024-10-10T19:56:55.471Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbd900005dbd82b6 -C extra-filename=-bbd900005dbd82b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2024-10-10T19:56:55.847Z | Compiling cfg_aliases v0.1.1 |
3435 | 2024-10-10T19:56:55.850Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3436 | 2024-10-10T19:56:55.911Z | Compiling regex-syntax v0.6.29 |
3437 | 2024-10-10T19:56:55.914Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3438 | 2024-10-10T19:56:55.967Z | Dirty bytecount v0.6.8: the rustflags changed |
3439 | 2024-10-10T19:56:55.967Z | Compiling bytecount v0.6.8 |
3440 | 2024-10-10T19:56:55.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3441 | 2024-10-10T19:56:56.169Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build` |
3442 | 2024-10-10T19:56:56.191Z | Dirty papergrid v0.11.0: the rustflags changed |
3443 | 2024-10-10T19:56:56.191Z | Compiling papergrid v0.11.0 |
3444 | 2024-10-10T19:56:56.194Z | Compiling nix v0.28.0 |
3445 | 2024-10-10T19:56:56.211Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=79466898f12bed22 -C extra-filename=-79466898f12bed22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3446 | 2024-10-10T19:56:56.213Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3447 | 2024-10-10T19:56:56.233Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=391af38f426c4e7b -C extra-filename=-391af38f426c4e7b --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-f77f2c1d85dade14.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)'` |
3448 | 2024-10-10T19:56:56.380Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-bbd900005dbd82b6/build-script-build` |
3449 | 2024-10-10T19:56:56.411Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=25dbdc5292db594e -C extra-filename=-25dbdc5292db594e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3450 | 2024-10-10T19:56:57.093Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-7e780a8b11090151/build-script-build` |
3451 | 2024-10-10T19:56:57.123Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3452 | 2024-10-10T19:56:57.126Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd82d22225411df3 -C extra-filename=-dd82d22225411df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-ef759c31aa771b3a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9658813276394a8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3453 | 2024-10-10T19:56:58.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2024-10-10T19:56:58.319Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3455 | 2024-10-10T19:56:58.322Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e747d332c61957b -C extra-filename=-1e747d332c61957b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3456 | 2024-10-10T19:56:59.276Z | Compiling lalrpop v0.19.12 |
3457 | 2024-10-10T19:56:59.278Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=6f137ddd60b32d31 -C extra-filename=-6f137ddd60b32d31 --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-e4decf57a75b623d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-8104c5eec69b6dae.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3458 | 2024-10-10T19:57:00.346Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3459 | 2024-10-10T19:57:00.379Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e007a9251277f8e8 -C extra-filename=-e007a9251277f8e8 --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-d9c55e29fa366405.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3460 | 2024-10-10T19:57:00.549Z | Compiling diesel v2.2.4 |
3461 | 2024-10-10T19:57:00.552Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.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="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=7db88011c84bec8a -C extra-filename=-7db88011c84bec8a --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-21aef30ff9a49b69.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-59e3fc62e11f7357.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-da0f9bb04b0f3ad7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3462 | 2024-10-10T19:57:01.859Z | Compiling which v4.4.2 |
3463 | 2024-10-10T19:57:01.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=622d6f613cc0ccea -C extra-filename=-622d6f613cc0ccea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3464 | 2024-10-10T19:57:01.898Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3465 | 2024-10-10T19:57:01.901Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b04ccb847e98551 -C extra-filename=-3b04ccb847e98551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3466 | 2024-10-10T19:57:02.045Z | Compiling tabled_derive v0.7.0 |
3467 | 2024-10-10T19:57:02.047Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eab626772ee1d508 -C extra-filename=-eab626772ee1d508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-3d28735e88be0cbe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3468 | 2024-10-10T19:57:02.509Z | Compiling cexpr v0.6.0 |
3469 | 2024-10-10T19:57:02.511Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3470 | 2024-10-10T19:57:03.007Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3471 | 2024-10-10T19:57:03.010Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12f3c4bc9c7fb583 -C extra-filename=-12f3c4bc9c7fb583 --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3472 | 2024-10-10T19:57:04.285Z | Compiling shlex v1.3.0 |
3473 | 2024-10-10T19:57:04.288Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3474 | 2024-10-10T19:57:04.319Z | Compiling lazycell v1.3.0 |
3475 | 2024-10-10T19:57:04.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3476 | 2024-10-10T19:57:04.540Z | Compiling http-range v0.1.5 |
3477 | 2024-10-10T19:57:04.543Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3478 | 2024-10-10T19:57:04.707Z | Compiling rustc-hash v1.1.0 |
3479 | 2024-10-10T19:57:04.710Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3480 | 2024-10-10T19:57:04.760Z | Compiling hyper-staticfile v0.10.1 |
3481 | 2024-10-10T19:57:04.762Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=503244b71a8ae7a1 -C extra-filename=-503244b71a8ae7a1 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3482 | 2024-10-10T19:57:04.862Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=920b06b4cff4dac5 -C extra-filename=-920b06b4cff4dac5 --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-21aef30ff9a49b69.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-25dbdc5292db594e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-622d6f613cc0ccea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2024-10-10T19:57:04.916Z | Compiling tabled v0.15.0 |
3484 | 2024-10-10T19:57:04.919Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=bd26bb0d073557ea -C extra-filename=-bd26bb0d073557ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eab626772ee1d508.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3485 | 2024-10-10T19:57:05.947Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3486 | 2024-10-10T19:57:05.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("falcon"))' -C metadata=86b09fc0d7b156c1 -C extra-filename=-86b09fc0d7b156c1 --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-3b04ccb847e98551.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-02f6691f6e07a167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3487 | 2024-10-10T19:57:08.619Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=51fc7c5ea1f4aa27 -C extra-filename=-51fc7c5ea1f4aa27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-ef759c31aa771b3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-dd82d22225411df3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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/ring-e8b5c01317fe1661/out` |
3488 | 2024-10-10T19:57:09.399Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build` |
3489 | 2024-10-10T19:57:09.458Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3490 | 2024-10-10T19:57:09.461Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ddba1636c9f8018 -C extra-filename=-8ddba1636c9f8018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-02f6691f6e07a167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea5bc31ca429f4e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3491 | 2024-10-10T19:57:11.054Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
3492 | 2024-10-10T19:57:11.056Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f2919123c7fa7d6 -C extra-filename=-4f2919123c7fa7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3493 | 2024-10-10T19:57:11.125Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3494 | 2024-10-10T19:57:11.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=313b4e8f4fbf486b -C extra-filename=-313b4e8f4fbf486b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-313b4e8f4fbf486b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3495 | 2024-10-10T19:57:11.483Z | Compiling derive_builder_core v0.20.0 |
3496 | 2024-10-10T19:57:11.487Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e976f9ada01420cc -C extra-filename=-e976f9ada01420cc --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-e9183058d3ccdfdf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3497 | 2024-10-10T19:57:11.992Z | Compiling libxml v0.3.3 |
3498 | 2024-10-10T19:57:11.994Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2024-10-10T19:57:12.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build` |
3500 | 2024-10-10T19:57:12.492Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-313b4e8f4fbf486b/build-script-build` |
3501 | 2024-10-10T19:57:12.526Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=4438f54672a611e3 -C extra-filename=-4438f54672a611e3 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3502 | 2024-10-10T19:57:12.920Z | Compiling peg-macros v0.8.4 |
3503 | 2024-10-10T19:57:12.923Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=18d10c66f4786a80 -C extra-filename=-18d10c66f4786a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2024-10-10T19:57:13.340Z | Compiling signal-hook-tokio v0.3.1 |
3505 | 2024-10-10T19:57:13.343Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=305ae2e4ccebac81 -C extra-filename=-305ae2e4ccebac81 --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-5c0c6b13016b0cbd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3506 | 2024-10-10T19:57:13.545Z | Compiling http v0.2.12 |
3507 | 2024-10-10T19:57:13.547Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c336ba5977c57748 -C extra-filename=-c336ba5977c57748 --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-10-10T19:57:14.053Z | Compiling derive_builder_macro v0.20.0 |
3509 | 2024-10-10T19:57:14.057Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=83cabb5721c8a22a -C extra-filename=-83cabb5721c8a22a --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-e976f9ada01420cc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2024-10-10T19:57:15.295Z | Compiling strum_macros v0.24.3 |
3511 | 2024-10-10T19:57:15.297Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0258c1555572f62f -C extra-filename=-0258c1555572f62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3512 | 2024-10-10T19:57:16.178Z | Compiling sqlparser_derive v0.2.2 |
3513 | 2024-10-10T19:57:16.181Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0142c16831fc3d5d -C extra-filename=-0142c16831fc3d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2024-10-10T19:57:16.630Z | Compiling memoffset v0.9.1 |
3515 | 2024-10-10T19:57:16.658Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3516 | 2024-10-10T19:57:17.051Z | Compiling unicode_categories v0.1.1 |
3517 | 2024-10-10T19:57:17.053Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3518 | 2024-10-10T19:57:17.097Z | Compiling indoc v1.0.9 |
3519 | 2024-10-10T19:57:17.100Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3520 | 2024-10-10T19:57:17.404Z | Compiling sqlformat v0.2.6 |
3521 | 2024-10-10T19:57:17.407Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bab93eeae3690c19 -C extra-filename=-bab93eeae3690c19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2024-10-10T19:57:17.542Z | Compiling sqlparser v0.45.0 |
3523 | 2024-10-10T19:57:17.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=a092a4f81adfb449 -C extra-filename=-a092a4f81adfb449 --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-31bde78633f57151.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0142c16831fc3d5d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3524 | 2024-10-10T19:57:18.204Z | Compiling peg v0.8.4 |
3525 | 2024-10-10T19:57:18.223Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=0dc9bbd224be7281 -C extra-filename=-0dc9bbd224be7281 --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-18d10c66f4786a80.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3526 | 2024-10-10T19:57:18.596Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build` |
3527 | 2024-10-10T19:57:18.606Z | Compiling rustyline v14.0.0 |
3528 | 2024-10-10T19:57:18.606Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=49cb1c27880287de -C extra-filename=-49cb1c27880287de --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-d8fd53cdd8bacb84.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4438f54672a611e3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3529 | 2024-10-10T19:57:19.336Z | Compiling derive_builder v0.20.0 |
3530 | 2024-10-10T19:57:19.338Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=91a2d26b5f4e10fc -C extra-filename=-91a2d26b5f4e10fc --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-83cabb5721c8a22a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2024-10-10T19:57:19.543Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3532 | 2024-10-10T19:57:19.543Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=397d4bcad034a29f -C extra-filename=-397d4bcad034a29f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
3533 | 2024-10-10T19:57:22.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e79a4110d2aaa102 -C extra-filename=-e79a4110d2aaa102 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3534 | 2024-10-10T19:57:23.974Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3535 | 2024-10-10T19:57:23.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5372a2c09c985817 -C extra-filename=-5372a2c09c985817 --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-6986dc787002ec30.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3536 | 2024-10-10T19:57:24.217Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3537 | 2024-10-10T19:57:24.222Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f91e71eb2064a4e -C extra-filename=-4f91e71eb2064a4e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-4f91e71eb2064a4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3538 | 2024-10-10T19:57:24.593Z | Compiling bcs v0.1.6 |
3539 | 2024-10-10T19:57:24.595Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98f0641d0f25bd02 -C extra-filename=-98f0641d0f25bd02 --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-48906e914e9337d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-10-10T19:57:25.316Z | Compiling quick-xml v0.33.0 |
3541 | 2024-10-10T19:57:25.319Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=91713e27126e2d08 -C extra-filename=-91713e27126e2d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2024-10-10T19:57:25.826Z | Compiling impl-trait-for-tuples v0.2.2 |
3543 | 2024-10-10T19:57:25.828Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76e3cfd2935a2224 -C extra-filename=-76e3cfd2935a2224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2024-10-10T19:57:27.024Z | Compiling oso-derive v0.27.3 |
3545 | 2024-10-10T19:57:27.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b2e11d95905f2a3 -C extra-filename=-0b2e11d95905f2a3 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2024-10-10T19:57:28.269Z | Compiling pin-project-internal v1.1.5 |
3547 | 2024-10-10T19:57:28.272Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daa4bc91de85947a -C extra-filename=-daa4bc91de85947a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3548 | 2024-10-10T19:57:28.899Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-4f91e71eb2064a4e/build-script-build` |
3549 | 2024-10-10T19:57:28.932Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e7ab087565607334 -C extra-filename=-e7ab087565607334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
3550 | 2024-10-10T19:57:29.056Z | Compiling http-body v0.4.6 |
3551 | 2024-10-10T19:57:29.058Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e24b64cec0161bb -C extra-filename=-6e24b64cec0161bb --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-5c4b9fa02fe9d354.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3552 | 2024-10-10T19:57:29.557Z | Compiling h2 v0.3.26 |
3553 | 2024-10-10T19:57:29.560Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=bbc9726817d0389d -C extra-filename=-bbc9726817d0389d --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-5c4b9fa02fe9d354.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3554 | 2024-10-10T19:57:31.650Z | Compiling pin-project v1.1.5 |
3555 | 2024-10-10T19:57:31.653Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2ffd4b5a69c534e -C extra-filename=-f2ffd4b5a69c534e --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-daa4bc91de85947a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3556 | 2024-10-10T19:57:31.795Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3557 | 2024-10-10T19:57:31.798Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c49b2189d5bc5dfb -C extra-filename=-c49b2189d5bc5dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3558 | 2024-10-10T19:57:33.611Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3559 | 2024-10-10T19:57:33.613Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3560 | 2024-10-10T19:57:33.997Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3561 | 2024-10-10T19:57:33.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19c2d3ff60670bcb -C extra-filename=-19c2d3ff60670bcb --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3562 | 2024-10-10T19:57:34.379Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-19c2d3ff60670bcb/build-script-build` |
3563 | 2024-10-10T19:57:34.491Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build` |
3564 | 2024-10-10T19:57:34.567Z | Compiling nix v0.27.1 |
3565 | 2024-10-10T19:57:34.570Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3c96fc6c30d80279 -C extra-filename=-3c96fc6c30d80279 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3566 | 2024-10-10T19:57:34.691Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3567 | 2024-10-10T19:57:34.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=53f822582db86aaa -C extra-filename=-53f822582db86aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3568 | 2024-10-10T19:57:36.518Z | Compiling hyper v0.14.30 |
3569 | 2024-10-10T19:57:36.521Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="socket2"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=1255f687454dffdc -C extra-filename=-1255f687454dffdc --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-5c4b9fa02fe9d354.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bbc9726817d0389d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e24b64cec0161bb.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3570 | 2024-10-10T19:57:36.791Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3571 | 2024-10-10T19:57:36.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=10f3a9483a71a801 -C extra-filename=-10f3a9483a71a801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-822beb825b739198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3572 | 2024-10-10T19:57:37.136Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3573 | 2024-10-10T19:57:37.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f3c92cf9e47bd890 -C extra-filename=-f3c92cf9e47bd890 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f3c92cf9e47bd890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3574 | 2024-10-10T19:57:37.459Z | Compiling const_format_proc_macros v0.2.33 |
3575 | 2024-10-10T19:57:37.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=d1ac2f2ded557c92 -C extra-filename=-d1ac2f2ded557c92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2024-10-10T19:57:39.853Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b911f15e489e718 -C extra-filename=-5b911f15e489e718 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3577 | 2024-10-10T19:57:40.044Z | Compiling bb8 v0.8.5 |
3578 | 2024-10-10T19:57:40.047Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=a091df3d5c5ff51d -C extra-filename=-a091df3d5c5ff51d --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-ac0f7a8996657ad1.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-472720b9ff68b690.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3579 | 2024-10-10T19:57:40.600Z | Compiling snafu-derive v0.8.2 |
3580 | 2024-10-10T19:57:40.603Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=4a768318d4d5eeb3 -C extra-filename=-4a768318d4d5eeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3581 | 2024-10-10T19:57:41.867Z | Compiling sync_wrapper v0.1.2 |
3582 | 2024-10-10T19:57:41.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3583 | 2024-10-10T19:57:42.018Z | Compiling reqwest v0.11.27 |
3584 | 2024-10-10T19:57:42.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="stream"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=4fe4dcc71dd3330d -C extra-filename=-4fe4dcc71dd3330d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-bbc9726817d0389d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c336ba5977c57748.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e24b64cec0161bb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-1255f687454dffdc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3585 | 2024-10-10T19:57:44.256Z | Compiling async-bb8-diesel v0.2.1 |
3586 | 2024-10-10T19:57:44.259Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=1604f69fcfb42e58 -C extra-filename=-1604f69fcfb42e58 --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-ac0f7a8996657ad1.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-a091df3d5c5ff51d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3587 | 2024-10-10T19:57:45.097Z | Compiling const_format v0.2.33 |
3588 | 2024-10-10T19:57:45.099Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64"))' -C metadata=87cd2860d09efc26 -C extra-filename=-87cd2860d09efc26 --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-d1ac2f2ded557c92.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3589 | 2024-10-10T19:57:45.845Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=486985f93d8d0f26 -C extra-filename=-486985f93d8d0f26 --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-7db88011c84bec8a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3590 | 2024-10-10T19:57:46.278Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f3c92cf9e47bd890/build-script-build` |
3591 | 2024-10-10T19:57:46.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e55aa7860c4f81f3 -C extra-filename=-e55aa7860c4f81f3 --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-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-430187c666bc43bc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3c96fc6c30d80279.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e0e673c1858dfad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-10f3a9483a71a801.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.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-d34656e55e92aa96/out/lib` |
3592 | 2024-10-10T19:57:46.566Z | Compiling snafu v0.8.2 |
3593 | 2024-10-10T19:57:46.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=5fad31e0d29ccca5 -C extra-filename=-5fad31e0d29ccca5 --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-5c0c6b13016b0cbd.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f2ffd4b5a69c534e.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-4a768318d4d5eeb3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2024-10-10T19:57:47.479Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
3595 | 2024-10-10T19:57:47.481Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/git/checkouts/qorb-2aec95fa693f52a8/9d0cdc4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "qtop", "serde"))' -C metadata=9b66057d1836766f -C extra-filename=-9b66057d1836766f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3596 | 2024-10-10T19:57:52.978Z | Compiling globset v0.4.14 |
3597 | 2024-10-10T19:57:52.980Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=6a6434cec0cd406a -C extra-filename=-6a6434cec0cd406a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2024-10-10T19:57:53.304Z | Compiling olpc-cjson v0.1.3 |
3599 | 2024-10-10T19:57:53.306Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=800d19f567b0d9df -C extra-filename=-800d19f567b0d9df --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3600 | 2024-10-10T19:57:53.584Z | Compiling serde_plain v1.0.2 |
3601 | 2024-10-10T19:57:53.587Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d9e1d1c02bd837 -C extra-filename=-17d9e1d1c02bd837 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3602 | 2024-10-10T19:57:53.676Z | Compiling typed-path v0.7.1 |
3603 | 2024-10-10T19:57:53.678Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035dc440c125802f -C extra-filename=-035dc440c125802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2024-10-10T19:57:54.012Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3605 | 2024-10-10T19:57:54.016Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3a6215f49cafbf9 -C extra-filename=-e3a6215f49cafbf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
3606 | 2024-10-10T19:57:54.798Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3607 | 2024-10-10T19:57:54.801Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96bb2da2c1c5850d -C extra-filename=-96bb2da2c1c5850d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3608 | 2024-10-10T19:57:57.041Z | Compiling tough v0.17.1 |
3609 | 2024-10-10T19:57:57.044Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("http", "integ", "reqwest"))' -C metadata=de56e2ab8d46e5fd -C extra-filename=-de56e2ab8d46e5fd --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-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6a6434cec0cd406a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-800d19f567b0d9df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4fe4dcc71dd3330d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-17d9e1d1c02bd837.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-5fad31e0d29ccca5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3610 | 2024-10-10T19:57:58.110Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3611 | 2024-10-10T19:57:58.112Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b0aa3798e1b17e9 -C extra-filename=-2b0aa3798e1b17e9 --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3612 | 2024-10-10T19:57:59.416Z | Compiling cargo-platform v0.1.8 |
3613 | 2024-10-10T19:57:59.419Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7aecad0c69fe1ce -C extra-filename=-b7aecad0c69fe1ce --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3614 | 2024-10-10T19:58:00.026Z | Compiling parse-size v1.0.0 |
3615 | 2024-10-10T19:58:00.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2024-10-10T19:58:00.290Z | Compiling cargo_metadata v0.18.1 |
3617 | 2024-10-10T19:58:00.292Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=128211e6bdfc76fe -C extra-filename=-128211e6bdfc76fe --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-a2f887a005703d1f.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b7aecad0c69fe1ce.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2024-10-10T19:58:00.330Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3619 | 2024-10-10T19:58:00.333Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db5fd6f8831dba0a -C extra-filename=-db5fd6f8831dba0a --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-20afe1f1506ec7c2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3620 | 2024-10-10T19:58:02.467Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3621 | 2024-10-10T19:58:02.469Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8cef2e78943ea6a -C extra-filename=-d8cef2e78943ea6a --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-a2f887a005703d1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
3622 | 2024-10-10T19:58:04.180Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3623 | 2024-10-10T19:58:04.183Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c17d732e5e19c00e -C extra-filename=-c17d732e5e19c00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3624 | 2024-10-10T19:58:05.280Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3625 | 2024-10-10T19:58:05.283Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98264b9334832d0b -C extra-filename=-98264b9334832d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3626 | 2024-10-10T19:58:08.440Z | Compiling assert_matches v1.5.0 |
3627 | 2024-10-10T19:58:08.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3628 | 2024-10-10T19:58:08.571Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3629 | 2024-10-10T19:58:08.573Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eaa20aac72829e51 -C extra-filename=-eaa20aac72829e51 --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-3d247d335f88f6e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3630 | 2024-10-10T19:58:10.510Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3631 | 2024-10-10T19:58:10.512Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42f1aac98c7d4297 -C extra-filename=-42f1aac98c7d4297 --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-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3632 | 2024-10-10T19:58:11.053Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3633 | 2024-10-10T19:58:11.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3da3fc97dc15c911 -C extra-filename=-3da3fc97dc15c911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2024-10-10T19:58:12.585Z | Compiling libz-sys v1.1.16 |
3635 | 2024-10-10T19:58:12.644Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=80b152ec7d704e45 -C extra-filename=-80b152ec7d704e45 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3636 | 2024-10-10T19:58:13.122Z | Compiling rand_seeder v0.3.0 |
3637 | 2024-10-10T19:58:13.141Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ee9258c0041f7b8 -C extra-filename=-2ee9258c0041f7b8 --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-8b13f8510d518754.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3638 | 2024-10-10T19:58:13.393Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-80b152ec7d704e45/build-script-build` |
3639 | 2024-10-10T19:58:13.452Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3640 | 2024-10-10T19:58:13.455Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f343474c5b1fa29d -C extra-filename=-f343474c5b1fa29d --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-31ac23f604d0b3af.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3641 | 2024-10-10T19:58:13.527Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3642 | 2024-10-10T19:58:13.530Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=e0a203ee320eb7db -C extra-filename=-e0a203ee320eb7db --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-43b8f6db9526eca9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3643 | 2024-10-10T19:58:13.663Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=64858db741996388 -C extra-filename=-64858db741996388 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
3644 | 2024-10-10T19:58:13.841Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3645 | 2024-10-10T19:58:13.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa5d928ee774bae1 -C extra-filename=-fa5d928ee774bae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3646 | 2024-10-10T19:58:14.485Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-e0a203ee320eb7db/build-script-build` |
3647 | 2024-10-10T19:58:19.302Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3648 | 2024-10-10T19:58:19.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=519a71759ce64afc -C extra-filename=-519a71759ce64afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3649 | 2024-10-10T19:58:19.368Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3650 | 2024-10-10T19:58:19.371Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31bb5e426296ca1e -C extra-filename=-31bb5e426296ca1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64` |
3651 | 2024-10-10T19:58:21.643Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3652 | 2024-10-10T19:58:21.645Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88a8846b7836237b -C extra-filename=-88a8846b7836237b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3653 | 2024-10-10T19:58:21.806Z | Compiling vergen v8.3.2 |
3654 | 2024-10-10T19:58:21.808Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=8aef8dd6f9115d81 -C extra-filename=-8aef8dd6f9115d81 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3655 | 2024-10-10T19:58:22.181Z | Compiling is_ci v1.2.0 |
3656 | 2024-10-10T19:58:22.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3657 | 2024-10-10T19:58:22.416Z | Compiling supports-color v3.0.1 |
3658 | 2024-10-10T19:58:22.418Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e14989a5d0ee9047 -C extra-filename=-e14989a5d0ee9047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3659 | 2024-10-10T19:58:22.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build` |
3660 | 2024-10-10T19:58:22.766Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3661 | 2024-10-10T19:58:22.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c33a9b475716238 -C extra-filename=-6c33a9b475716238 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6c33a9b475716238 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3662 | 2024-10-10T19:58:23.137Z | Compiling libsqlite3-sys v0.30.1 |
3663 | 2024-10-10T19:58:23.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ca307b84e628cf7e -C extra-filename=-ca307b84e628cf7e --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2024-10-10T19:58:23.768Z | Compiling cfg_aliases v0.2.1 |
3665 | 2024-10-10T19:58:23.770Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44929ccb8db2da6c -C extra-filename=-44929ccb8db2da6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2024-10-10T19:58:23.890Z | Compiling rustls v0.21.12 |
3667 | 2024-10-10T19:58:23.892Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9d40a143c83c6f9c -C extra-filename=-9d40a143c83c6f9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3668 | 2024-10-10T19:58:24.233Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9d40a143c83c6f9c/build-script-build` |
3669 | 2024-10-10T19:58:24.256Z | Compiling nix v0.29.0 |
3670 | 2024-10-10T19:58:24.258Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=100f50d5b1b272ed -C extra-filename=-100f50d5b1b272ed --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-44929ccb8db2da6c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3671 | 2024-10-10T19:58:25.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-ca307b84e628cf7e/build-script-build` |
3672 | 2024-10-10T19:58:25.312Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6c33a9b475716238/build-script-build` |
3673 | 2024-10-10T19:58:25.345Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3674 | 2024-10-10T19:58:25.349Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d9a272b13f7baad -C extra-filename=-5d9a272b13f7baad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3675 | 2024-10-10T19:58:25.719Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3676 | 2024-10-10T19:58:25.721Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f40367feb715e1ba -C extra-filename=-f40367feb715e1ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3677 | 2024-10-10T19:58:29.278Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3678 | 2024-10-10T19:58:29.281Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46fd226a3d1f5559 -C extra-filename=-46fd226a3d1f5559 --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-6986dc787002ec30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3679 | 2024-10-10T19:58:33.740Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3680 | 2024-10-10T19:58:33.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04f1afa286b08806 -C extra-filename=-04f1afa286b08806 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-04f1afa286b08806 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3681 | 2024-10-10T19:58:34.122Z | Compiling castaway v0.2.3 |
3682 | 2024-10-10T19:58:34.127Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=560b5d52bef86bca -C extra-filename=-560b5d52bef86bca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2024-10-10T19:58:34.314Z | Compiling rustls-webpki v0.101.7 |
3684 | 2024-10-10T19:58:34.316Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=575b5a6d4acb28b6 -C extra-filename=-575b5a6d4acb28b6 --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3685 | 2024-10-10T19:58:34.794Z | Compiling sct v0.7.1 |
3686 | 2024-10-10T19:58:34.796Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59ca750739fc586b -C extra-filename=-59ca750739fc586b --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-21e223042efd6c2a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3687 | 2024-10-10T19:58:35.141Z | Compiling concurrent-queue v2.5.0 |
3688 | 2024-10-10T19:58:35.144Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ff0fd89ddb267c08 -C extra-filename=-ff0fd89ddb267c08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3689 | 2024-10-10T19:58:35.505Z | Dirty smawk v0.3.2: the rustflags changed |
3690 | 2024-10-10T19:58:35.505Z | Compiling smawk v0.3.2 |
3691 | 2024-10-10T19:58:35.508Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2024-10-10T19:58:35.744Z | Compiling parking v2.2.1 |
3693 | 2024-10-10T19:58:35.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=cb6104646fa2ceab -C extra-filename=-cb6104646fa2ceab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3694 | 2024-10-10T19:58:36.089Z | Dirty unicode-linebreak v0.1.5: the rustflags changed |
3695 | 2024-10-10T19:58:36.089Z | Compiling unicode-linebreak v0.1.5 |
3696 | 2024-10-10T19:58:36.091Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3697 | 2024-10-10T19:58:36.273Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=3ccbc8d01eb6b26c -C extra-filename=-3ccbc8d01eb6b26c --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-31bde78633f57151.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-575b5a6d4acb28b6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-59ca750739fc586b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3698 | 2024-10-10T19:58:36.636Z | Dirty textwrap v0.16.1: the rustflags changed |
3699 | 2024-10-10T19:58:36.636Z | Compiling textwrap v0.16.1 |
3700 | 2024-10-10T19:58:36.639Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3701 | 2024-10-10T19:58:37.560Z | Compiling compact_str v0.8.0 |
3702 | 2024-10-10T19:58:37.563Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=b38aa10ecf19e52e -C extra-filename=-b38aa10ecf19e52e --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-560b5d52bef86bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3703 | 2024-10-10T19:58:37.931Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-04f1afa286b08806/build-script-build` |
3704 | 2024-10-10T19:58:37.965Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=c3eacb493a7f854a -C extra-filename=-c3eacb493a7f854a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3` |
3705 | 2024-10-10T19:58:38.435Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-100f50d5b1b272ed/build-script-build` |
3706 | 2024-10-10T19:58:38.468Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3707 | 2024-10-10T19:58:38.471Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4aa86c65b5b415e6 -C extra-filename=-4aa86c65b5b415e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4aa86c65b5b415e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3708 | 2024-10-10T19:58:38.845Z | Compiling unicode-truncate v1.0.0 |
3709 | 2024-10-10T19:58:38.847Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3710 | 2024-10-10T19:58:38.942Z | Compiling lru v0.12.3 |
3711 | 2024-10-10T19:58:38.945Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=2e379ac974ec3b31 -C extra-filename=-2e379ac974ec3b31 --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-c1d67db3a75f1d90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3712 | 2024-10-10T19:58:39.071Z | Compiling hashlink v0.9.1 |
3713 | 2024-10-10T19:58:39.074Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=f7ae49f90508c54e -C extra-filename=-f7ae49f90508c54e --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-c1d67db3a75f1d90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3714 | 2024-10-10T19:58:39.271Z | Compiling instability v0.3.2 |
3715 | 2024-10-10T19:58:39.274Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ba0b635198b3a56 -C extra-filename=-9ba0b635198b3a56 --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3716 | 2024-10-10T19:58:39.597Z | Compiling samael v0.0.17 |
3717 | 2024-10-10T19:58:39.599Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=5dcedcfd3465ebc0 -C extra-filename=-5dcedcfd3465ebc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-5dcedcfd3465ebc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-920b06b4cff4dac5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3718 | 2024-10-10T19:58:39.780Z | Compiling fallible-iterator v0.3.0 |
3719 | 2024-10-10T19:58:39.782Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=38d4df39420f26f0 -C extra-filename=-38d4df39420f26f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3720 | 2024-10-10T19:58:40.442Z | Compiling cassowary v0.3.0 |
3721 | 2024-10-10T19:58:40.445Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3722 | 2024-10-10T19:58:40.497Z | Compiling fallible-streaming-iterator v0.1.9 |
3723 | 2024-10-10T19:58:40.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=268e12232fc32356 -C extra-filename=-268e12232fc32356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3724 | 2024-10-10T19:58:40.768Z | Compiling rusqlite v0.32.1 |
3725 | 2024-10-10T19:58:40.771Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=4c367cc260469b80 -C extra-filename=-4c367cc260469b80 --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-21aef30ff9a49b69.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-38d4df39420f26f0.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-268e12232fc32356.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-f7ae49f90508c54e.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-c3eacb493a7f854a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3726 | 2024-10-10T19:58:41.663Z | Compiling ratatui v0.28.0 |
3727 | 2024-10-10T19:58:41.666Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.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 '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=a63b8b732092917a -C extra-filename=-a63b8b732092917a --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-21aef30ff9a49b69.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-b38aa10ecf19e52e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-9ba0b635198b3a56.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-2e379ac974ec3b31.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cb9582a11d781662.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3728 | 2024-10-10T19:58:42.029Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-5dcedcfd3465ebc0/build-script-bindings` |
3729 | 2024-10-10T19:58:43.833Z | Compiling tokio-rustls v0.24.1 |
3730 | 2024-10-10T19:58:43.836Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=714b6b78a4027df5 -C extra-filename=-714b6b78a4027df5 --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-3ccbc8d01eb6b26c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3731 | 2024-10-10T19:58:44.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-4aa86c65b5b415e6/build-script-build` |
3732 | 2024-10-10T19:58:44.260Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=48c06e7803892847 -C extra-filename=-48c06e7803892847 --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-21aef30ff9a49b69.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.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)'` |
3733 | 2024-10-10T19:58:44.473Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=a25a3563f9485015 -C extra-filename=-a25a3563f9485015 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-91a2d26b5f4e10fc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e79a4110d2aaa102.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-91713e27126e2d08.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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` |
3734 | 2024-10-10T19:58:44.977Z | Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
3735 | 2024-10-10T19:58:44.979Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_client --edition=2021 clients/clickhouse-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed3fd213ec151f9a -C extra-filename=-ed3fd213ec151f9a --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-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3736 | 2024-10-10T19:58:45.191Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3737 | 2024-10-10T19:58:45.193Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceffefceebe56ed9 -C extra-filename=-ceffefceebe56ed9 --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-20afe1f1506ec7c2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3738 | 2024-10-10T19:58:46.679Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3739 | 2024-10-10T19:58:46.682Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b703f81b6368d55e -C extra-filename=-b703f81b6368d55e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b703f81b6368d55e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3740 | 2024-10-10T19:58:47.048Z | Compiling rustls-pemfile v1.0.4 |
3741 | 2024-10-10T19:58:47.051Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2024-10-10T19:58:47.518Z | Compiling twox-hash v1.6.3 |
3743 | 2024-10-10T19:58:47.520Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=7b344d75191d5980 -C extra-filename=-7b344d75191d5980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3744 | 2024-10-10T19:58:48.173Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b703f81b6368d55e/build-script-build` |
3745 | 2024-10-10T19:58:48.206Z | Compiling event-listener v5.3.1 |
3746 | 2024-10-10T19:58:48.208Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=af5e5308be06b924 -C extra-filename=-af5e5308be06b924 --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-ff0fd89ddb267c08.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3747 | 2024-10-10T19:58:48.285Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3748 | 2024-10-10T19:58:48.288Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f000f26c646e0ce -C extra-filename=-0f000f26c646e0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3749 | 2024-10-10T19:58:48.318Z | Compiling fatfs v0.3.6 |
3750 | 2024-10-10T19:58:48.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=d66df7ee8bede590 -C extra-filename=-d66df7ee8bede590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2024-10-10T19:58:48.830Z | Compiling event-listener-strategy v0.5.2 |
3752 | 2024-10-10T19:58:48.833Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f111ec96a719308a -C extra-filename=-f111ec96a719308a --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-af5e5308be06b924.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3753 | 2024-10-10T19:58:49.065Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3754 | 2024-10-10T19:58:49.069Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c929eb10edebafc -C extra-filename=-7c929eb10edebafc --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-20afe1f1506ec7c2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3755 | 2024-10-10T19:58:50.062Z | Compiling csv-core v0.1.11 |
3756 | 2024-10-10T19:58:50.065Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3757 | 2024-10-10T19:58:50.607Z | Compiling csv v1.3.0 |
3758 | 2024-10-10T19:58:50.610Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4891348ab354bc4 -C extra-filename=-d4891348ab354bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-ea19030902cb9687.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3759 | 2024-10-10T19:58:50.836Z | Compiling futures-lite v2.3.0 |
3760 | 2024-10-10T19:58:50.839Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=ec90834510550653 -C extra-filename=-ec90834510550653 --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-021f1b051b6c63fa.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3761 | 2024-10-10T19:58:51.931Z | Compiling rtoolbox v0.0.2 |
3762 | 2024-10-10T19:58:51.933Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3056df869e15c610 -C extra-filename=-3056df869e15c610 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3763 | 2024-10-10T19:58:52.327Z | Compiling plotters-backend v0.3.5 |
3764 | 2024-10-10T19:58:52.330Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3765 | 2024-10-10T19:58:52.603Z | Compiling shell-words v1.1.0 |
3766 | 2024-10-10T19:58:52.605Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3767 | 2024-10-10T19:58:52.850Z | Compiling plotters-svg v0.3.5 |
3768 | 2024-10-10T19:58:52.853Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3769 | 2024-10-10T19:58:53.194Z | Compiling rpassword v7.3.1 |
3770 | 2024-10-10T19:58:53.202Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea70cbef8dc2ae97 -C extra-filename=-ea70cbef8dc2ae97 --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-1b46dd66a7c6c3c6.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-3056df869e15c610.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2024-10-10T19:58:53.298Z | Compiling tui-tree-widget v0.22.0 |
3772 | 2024-10-10T19:58:53.301Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7034a7302166cf35 -C extra-filename=-7034a7302166cf35 --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-a63b8b732092917a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3773 | 2024-10-10T19:58:53.321Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3774 | 2024-10-10T19:58:53.324Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2911da8a99784ecb -C extra-filename=-2911da8a99784ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
3775 | 2024-10-10T19:58:53.649Z | Compiling cast v0.3.0 |
3776 | 2024-10-10T19:58:53.652Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=044a52419a148846 -C extra-filename=-044a52419a148846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3777 | 2024-10-10T19:58:53.978Z | Compiling yansi v1.0.1 |
3778 | 2024-10-10T19:58:53.997Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=43a4e0c91f343fc9 -C extra-filename=-43a4e0c91f343fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3779 | 2024-10-10T19:58:54.754Z | Compiling pretty_assertions v1.4.1 |
3780 | 2024-10-10T19:58:54.756Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=41945da098b72cd5 -C extra-filename=-41945da098b72cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-43a4e0c91f343fc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2024-10-10T19:58:55.279Z | Compiling criterion-plot v0.5.0 |
3782 | 2024-10-10T19:58:55.282Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3783 | 2024-10-10T19:58:55.378Z | Compiling plotters v0.3.5 |
3784 | 2024-10-10T19:58:55.396Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2024-10-10T19:58:56.278Z | Compiling async-lock v3.4.0 |
3786 | 2024-10-10T19:58:56.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=96c2bb290b71dd5b -C extra-filename=-96c2bb290b71dd5b --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-af5e5308be06b924.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3787 | 2024-10-10T19:58:57.584Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3788 | 2024-10-10T19:58:57.586Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=795bb2031e4eea82 -C extra-filename=-795bb2031e4eea82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3789 | 2024-10-10T19:58:57.782Z | Compiling polyval v0.6.2 |
3790 | 2024-10-10T19:58:57.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=bd5f34d87c99b02d -C extra-filename=-bd5f34d87c99b02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d7fb4d9936a27eda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3791 | 2024-10-10T19:58:58.224Z | Compiling polling v3.7.3 |
3792 | 2024-10-10T19:58:58.227Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=f0b2be0d93663a08 -C extra-filename=-f0b2be0d93663a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3793 | 2024-10-10T19:58:59.015Z | Compiling tinytemplate v1.2.1 |
3794 | 2024-10-10T19:58:59.018Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0139967c83efd813 -C extra-filename=-0139967c83efd813 --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3795 | 2024-10-10T19:58:59.635Z | Compiling anes v0.1.6 |
3796 | 2024-10-10T19:58:59.638Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=392193819af349f5 -C extra-filename=-392193819af349f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3797 | 2024-10-10T19:59:00.135Z | Compiling oorandom v11.1.3 |
3798 | 2024-10-10T19:59:00.160Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3799 | 2024-10-10T19:59:00.162Z | Compiling async-io v2.3.4 |
3800 | 2024-10-10T19:59:00.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=c5d92295ae8f3e37 -C extra-filename=-c5d92295ae8f3e37 --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-96c2bb290b71dd5b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-cb6104646fa2ceab.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-f0b2be0d93663a08.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3801 | 2024-10-10T19:59:00.305Z | Compiling criterion v0.5.1 |
3802 | 2024-10-10T19:59:00.308Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=ff7658f0bdef0d7b -C extra-filename=-ff7658f0bdef0d7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-be44762a43d64e7f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-0139967c83efd813.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3803 | 2024-10-10T19:59:00.348Z | Compiling ghash v0.5.1 |
3804 | 2024-10-10T19:59:00.354Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b73f7dd4ac1f95ed -C extra-filename=-b73f7dd4ac1f95ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-bd5f34d87c99b02d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3805 | 2024-10-10T19:59:00.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c176e1963d63bd8 -C extra-filename=-1c176e1963d63bd8 --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-5b911f15e489e718.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3806 | 2024-10-10T19:59:01.824Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3807 | 2024-10-10T19:59:01.827Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b96fd7e0323cd71f -C extra-filename=-b96fd7e0323cd71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3808 | 2024-10-10T19:59:02.363Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3809 | 2024-10-10T19:59:02.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43efe189e1171cad -C extra-filename=-43efe189e1171cad --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-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3810 | 2024-10-10T19:59:03.930Z | Compiling ctr v0.9.2 |
3811 | 2024-10-10T19:59:03.932Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=e76c3887bbf76963 -C extra-filename=-e76c3887bbf76963 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3812 | 2024-10-10T19:59:04.281Z | Compiling doc-comment v0.3.3 |
3813 | 2024-10-10T19:59:04.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3814 | 2024-10-10T19:59:05.010Z | Compiling target-lexicon v0.12.16 |
3815 | 2024-10-10T19:59:05.013Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3816 | 2024-10-10T19:59:06.100Z | Compiling async-task v4.7.1 |
3817 | 2024-10-10T19:59:06.103Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=8100723cf864eb84 -C extra-filename=-8100723cf864eb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3818 | 2024-10-10T19:59:06.601Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=a72b854ab987ad01 -C extra-filename=-a72b854ab987ad01 --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-1b46dd66a7c6c3c6.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-64858db741996388.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-7ea674a883d240a2/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
3819 | 2024-10-10T19:59:06.645Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build` |
3820 | 2024-10-10T19:59:06.721Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build` |
3821 | 2024-10-10T19:59:06.893Z | Compiling aes-gcm v0.10.3 |
3822 | 2024-10-10T19:59:06.911Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=d94bdf681e046c7d -C extra-filename=-d94bdf681e046c7d --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-e224748866ebcdab.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-8f69d3f3a2fa0ad7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-b73f7dd4ac1f95ed.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3823 | 2024-10-10T19:59:07.201Z | Compiling git2 v0.19.0 |
3824 | 2024-10-10T19:59:07.226Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=1970cf5c4ee1e124 -C extra-filename=-1970cf5c4ee1e124 --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-21aef30ff9a49b69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-a72b854ab987ad01.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/usr/lib/amd64` |
3825 | 2024-10-10T19:59:07.232Z | Compiling async-channel v2.3.1 |
3826 | 2024-10-10T19:59:07.234Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f064befa11812cc -C extra-filename=-3f064befa11812cc --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-ff0fd89ddb267c08.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-f111ec96a719308a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3827 | 2024-10-10T19:59:07.618Z | Compiling piper v0.2.4 |
3828 | 2024-10-10T19:59:07.622Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=91170c571d43700a -C extra-filename=-91170c571d43700a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-0226d346e4689e13.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3829 | 2024-10-10T19:59:08.050Z | Compiling ssh-encoding v0.2.0 |
3830 | 2024-10-10T19:59:08.053Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=ae055f3e7dc9231e -C extra-filename=-ae055f3e7dc9231e --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-43a44750c8116f3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3831 | 2024-10-10T19:59:08.545Z | Compiling blowfish v0.9.1 |
3832 | 2024-10-10T19:59:08.548Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=09bede2d9e55ae9a -C extra-filename=-09bede2d9e55ae9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3833 | 2024-10-10T19:59:09.032Z | Compiling guppy-workspace-hack v0.1.0 |
3834 | 2024-10-10T19:59:09.034Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3835 | 2024-10-10T19:59:09.402Z | Compiling assert_cmd v2.0.16 |
3836 | 2024-10-10T19:59:09.405Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=822646a8dc5d2c94 -C extra-filename=-822646a8dc5d2c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3837 | 2024-10-10T19:59:09.959Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build` |
3838 | 2024-10-10T19:59:09.993Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build` |
3839 | 2024-10-10T19:59:10.023Z | Compiling bcrypt-pbkdf v0.10.0 |
3840 | 2024-10-10T19:59:10.027Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=5ee9cab1480d2448 -C extra-filename=-5ee9cab1480d2448 --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-09bede2d9e55ae9a.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9012795f62074145.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3841 | 2024-10-10T19:59:10.671Z | Compiling ssh-cipher v0.2.0 |
3842 | 2024-10-10T19:59:10.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=97af13bcb78d366f -C extra-filename=-97af13bcb78d366f --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-8f69d3f3a2fa0ad7.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-d94bdf681e046c7d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3843 | 2024-10-10T19:59:12.425Z | Compiling blocking v1.6.1 |
3844 | 2024-10-10T19:59:12.428Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=a6bcf861ad565248 -C extra-filename=-a6bcf861ad565248 --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-3f064befa11812cc.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-8100723cf864eb84.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-91170c571d43700a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3845 | 2024-10-10T19:59:13.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=7d36355dcbdf80ae -C extra-filename=-7d36355dcbdf80ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-1970cf5c4ee1e124.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.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-7ea674a883d240a2/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)'` |
3846 | 2024-10-10T19:59:13.662Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=00e199471b724386 -C extra-filename=-00e199471b724386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3847 | 2024-10-10T19:59:13.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
3848 | 2024-10-10T19:59:14.640Z | Compiling async-executor v1.13.1 |
3849 | 2024-10-10T19:59:14.643Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c77da884bbf83867 -C extra-filename=-c77da884bbf83867 --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-8100723cf864eb84.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ff0fd89ddb267c08.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-021f1b051b6c63fa.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3850 | 2024-10-10T19:59:15.064Z | Compiling async-signal v0.2.10 |
3851 | 2024-10-10T19:59:15.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86ed2413093b2176 -C extra-filename=-86ed2413093b2176 --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-c5d92295ae8f3e37.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4f7cf3856044bb3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3852 | 2024-10-10T19:59:15.495Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3853 | 2024-10-10T19:59:15.497Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9005b68f1d2b3ce -C extra-filename=-b9005b68f1d2b3ce --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-20afe1f1506ec7c2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3854 | 2024-10-10T19:59:15.525Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3855 | 2024-10-10T19:59:15.527Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be3fca1cafa8ad34 -C extra-filename=-be3fca1cafa8ad34 --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-18d593a659bbd3ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3856 | 2024-10-10T19:59:16.860Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3857 | 2024-10-10T19:59:16.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dacaa48e545f9c5 -C extra-filename=-2dacaa48e545f9c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3858 | 2024-10-10T19:59:17.458Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3859 | 2024-10-10T19:59:17.460Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=724298bbf9f7a8c6 -C extra-filename=-724298bbf9f7a8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-724298bbf9f7a8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-7d36355dcbdf80ae.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-7ea674a883d240a2/out/build -L native=/usr/lib/amd64` |
3860 | 2024-10-10T19:59:19.260Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-724298bbf9f7a8c6/build-script-build` |
3861 | 2024-10-10T19:59:19.949Z | Compiling password-hash v0.4.2 |
3862 | 2024-10-10T19:59:19.952Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ab8035da6c448e9d -C extra-filename=-ab8035da6c448e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3863 | 2024-10-10T19:59:19.974Z | Compiling target-spec v3.2.2 |
3864 | 2024-10-10T19:59:19.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.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(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=aa0485aeba3ec64f -C extra-filename=-aa0485aeba3ec64f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3865 | 2024-10-10T19:59:20.618Z | Compiling futures-timer v3.0.3 |
3866 | 2024-10-10T19:59:20.620Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3867 | 2024-10-10T19:59:20.683Z | Compiling matches v0.1.10 |
3868 | 2024-10-10T19:59:20.686Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3869 | 2024-10-10T19:59:20.792Z | Compiling event-listener v2.5.3 |
3870 | 2024-10-10T19:59:20.795Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=921517d8acbb2aef -C extra-filename=-921517d8acbb2aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3871 | 2024-10-10T19:59:20.900Z | Compiling hex-literal v0.4.1 |
3872 | 2024-10-10T19:59:20.903Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3873 | 2024-10-10T19:59:21.051Z | Compiling async-channel v1.9.0 |
3874 | 2024-10-10T19:59:21.054Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72acff490b167a5b -C extra-filename=-72acff490b167a5b --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-ff0fd89ddb267c08.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-921517d8acbb2aef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3875 | 2024-10-10T19:59:21.074Z | Compiling polar-core v0.27.3 |
3876 | 2024-10-10T19:59:21.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=962aa1c7c84f00a0 -C extra-filename=-962aa1c7c84f00a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-962aa1c7c84f00a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-6f137ddd60b32d31.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3877 | 2024-10-10T19:59:21.229Z | Compiling idna v0.2.3 |
3878 | 2024-10-10T19:59:21.231Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3879 | 2024-10-10T19:59:21.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-aa0485aeba3ec64f/build-script-build` |
3880 | 2024-10-10T19:59:21.409Z | Compiling pbkdf2 v0.11.0 |
3881 | 2024-10-10T19:59:21.412Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=e4720b8705a9e11b -C extra-filename=-e4720b8705a9e11b --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-501ad26f330841d9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ab8035da6c448e9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3882 | 2024-10-10T19:59:21.581Z | Compiling async-process v2.2.4 |
3883 | 2024-10-10T19:59:21.584Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=f95e8b2c31f02c72 -C extra-filename=-f95e8b2c31f02c72 --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-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-86ed2413093b2176.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-af5e5308be06b924.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3884 | 2024-10-10T19:59:21.766Z | Compiling async-global-executor v2.4.1 |
3885 | 2024-10-10T19:59:21.769Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=873793a51dbd3dd6 -C extra-filename=-873793a51dbd3dd6 --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-3f064befa11812cc.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-c77da884bbf83867.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a6bcf861ad565248.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3886 | 2024-10-10T19:59:22.710Z | Compiling cfg-expr v0.17.0 |
3887 | 2024-10-10T19:59:22.712Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=d742d6a46efd2b8c -C extra-filename=-d742d6a46efd2b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3888 | 2024-10-10T19:59:22.751Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-962aa1c7c84f00a0/build-script-build` |
3889 | 2024-10-10T19:59:23.064Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=cef495e8faf14eaf -C extra-filename=-cef495e8faf14eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-32e63b1de861798b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3890 | 2024-10-10T19:59:23.476Z | Compiling ssh-key v0.6.6 |
3891 | 2024-10-10T19:59:23.479Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=e20b45a1fe862789 -C extra-filename=-e20b45a1fe862789 --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-5ee9cab1480d2448.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a7e2c06af7d4777.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-97af13bcb78d366f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3892 | 2024-10-10T19:59:24.024Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ce52de76d4923017 -C extra-filename=-ce52de76d4923017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0258c1555572f62f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3893 | 2024-10-10T19:59:24.044Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3894 | 2024-10-10T19:59:24.162Z | Compiling p521 v0.13.3 |
3895 | 2024-10-10T19:59:24.165Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=40388af34c72ecde -C extra-filename=-40388af34c72ecde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3896 | 2024-10-10T19:59:24.383Z | Compiling p256 v0.13.2 |
3897 | 2024-10-10T19:59:24.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=1dae1afc8dbd824c -C extra-filename=-1dae1afc8dbd824c --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-235b3a3c205d41a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4708f3a1aa5cc6b1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3898 | 2024-10-10T19:59:25.180Z | Compiling enum-as-inner v0.5.1 |
3899 | 2024-10-10T19:59:25.183Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3531b700cd74c488 -C extra-filename=-3531b700cd74c488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3900 | 2024-10-10T19:59:25.261Z | Compiling async-attributes v1.1.2 |
3901 | 2024-10-10T19:59:25.263Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22245e425056474f -C extra-filename=-22245e425056474f --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-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1168198b55bce6f0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3902 | 2024-10-10T19:59:26.332Z | Compiling num_cpus v1.16.0 |
3903 | 2024-10-10T19:59:26.352Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e4923fbd84586fdc -C extra-filename=-e4923fbd84586fdc --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3904 | 2024-10-10T19:59:26.410Z | Compiling russh-cryptovec v0.7.2 |
3905 | 2024-10-10T19:59:26.414Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a75d096def6cd12 -C extra-filename=-7a75d096def6cd12 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3906 | 2024-10-10T19:59:26.478Z | Compiling kv-log-macro v1.0.7 |
3907 | 2024-10-10T19:59:26.480Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78b5020518697c67 -C extra-filename=-78b5020518697c67 --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-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3908 | 2024-10-10T19:59:26.592Z | Compiling md5 v0.7.0 |
3909 | 2024-10-10T19:59:26.595Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3910 | 2024-10-10T19:59:26.703Z | Compiling async-std v1.13.0 |
3911 | 2024-10-10T19:59:26.709Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=ea6e0526e9a32c65 -C extra-filename=-ea6e0526e9a32c65 --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-22245e425056474f.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-72acff490b167a5b.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-873793a51dbd3dd6.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c5d92295ae8f3e37.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-96c2bb290b71dd5b.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-f95e8b2c31f02c72.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-ec90834510550653.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-78b5020518697c67.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3912 | 2024-10-10T19:59:26.740Z | Compiling threadpool v1.8.1 |
3913 | 2024-10-10T19:59:26.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=654281986bfb2493 -C extra-filename=-654281986bfb2493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-e4923fbd84586fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3914 | 2024-10-10T19:59:27.119Z | Compiling russh-keys v0.45.0 |
3915 | 2024-10-10T19:59:27.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=375154caae1bf16a -C extra-filename=-375154caae1bf16a --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-8f69d3f3a2fa0ad7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-5ee9cab1480d2448.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-96ec429d214239ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ee0a6ae99d6c1dad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1dae1afc8dbd824c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-40388af34c72ecde.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e4720b8705a9e11b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26fd5470ba0da1ee.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f03d20a296f6696e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ec490c1e0d671083.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-82872aa0b34e4bd2.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e20b45a1fe862789.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3916 | 2024-10-10T19:59:27.594Z | Compiling trust-dns-proto v0.22.0 |
3917 | 2024-10-10T19:59:27.605Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=115044863cf1af2a -C extra-filename=-115044863cf1af2a --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-ac0f7a8996657ad1.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3531b700cd74c488.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3918 | 2024-10-10T19:59:28.297Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=3b9f9ccbc36187b9 -C extra-filename=-3b9f9ccbc36187b9 --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-d742d6a46efd2b8c.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3919 | 2024-10-10T19:59:29.267Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3920 | 2024-10-10T19:59:29.274Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bc3fad8d3e670f2 -C extra-filename=-4bc3fad8d3e670f2 --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-b9005b68f1d2b3ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3921 | 2024-10-10T19:59:30.923Z | Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3922 | 2024-10-10T19:59:30.925Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=238fc887e9fe5fec -C extra-filename=-238fc887e9fe5fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3923 | 2024-10-10T19:59:31.301Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3924 | 2024-10-10T19:59:31.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6a0ed4de7f5031 -C extra-filename=-0f6a0ed4de7f5031 --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-3ba71ba8fb7ff172.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3925 | 2024-10-10T19:59:32.693Z | Compiling httptest v0.16.1 |
3926 | 2024-10-10T19:59:32.696Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aeab3a67dbf57927 -C extra-filename=-aeab3a67dbf57927 --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-0b179f319982781a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3927 | 2024-10-10T19:59:34.697Z | Compiling oso v0.27.3 |
3928 | 2024-10-10T19:59:34.700Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=c1faf2f1872ab3ef -C extra-filename=-c1faf2f1872ab3ef --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-76e3cfd2935a2224.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0b2e11d95905f2a3.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-ce52de76d4923017.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3929 | 2024-10-10T19:59:35.652Z | Compiling pathdiff v0.2.1 |
3930 | 2024-10-10T19:59:35.656Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=abc0011564afc43e -C extra-filename=-abc0011564afc43e --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-a2f887a005703d1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3931 | 2024-10-10T19:59:35.841Z | Compiling num-bigint v0.4.5 |
3932 | 2024-10-10T19:59:35.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=6b8170c2aa54fa1a -C extra-filename=-6b8170c2aa54fa1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3933 | 2024-10-10T19:59:37.084Z | Compiling rustls-native-certs v0.7.0 |
3934 | 2024-10-10T19:59:37.086Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f041200ec977b96b -C extra-filename=-f041200ec977b96b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3935 | 2024-10-10T19:59:37.125Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9356d584d5452433 -C extra-filename=-9356d584d5452433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-42bb01a048b0cf97.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-48c06e7803892847.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4c367cc260469b80.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-714b6b78a4027df5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-7b344d75191d5980.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/lib/amd64` |
3936 | 2024-10-10T19:59:37.540Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e50c62f2db951e4 -C extra-filename=-6e50c62f2db951e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c49b2189d5bc5dfb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3937 | 2024-10-10T19:59:39.112Z | Compiling escape8259 v0.5.2 |
3938 | 2024-10-10T19:59:39.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3939 | 2024-10-10T19:59:39.617Z | Compiling des v0.8.1 |
3940 | 2024-10-10T19:59:39.620Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=4997129386ee3195 -C extra-filename=-4997129386ee3195 --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-555deb2ec3108d6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3941 | 2024-10-10T19:59:39.757Z | Compiling dhcproto-macros v0.1.0 |
3942 | 2024-10-10T19:59:39.759Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3943 | 2024-10-10T19:59:39.992Z | Compiling nested v0.1.1 |
3944 | 2024-10-10T19:59:39.995Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3945 | 2024-10-10T19:59:40.501Z | Compiling guppy v0.17.8 |
3946 | 2024-10-10T19:59:40.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=3548a625dbcb9f3e -C extra-filename=-3548a625dbcb9f3e --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-ba6ae25d4c981213.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-abc0011564afc43e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3b9f9ccbc36187b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3947 | 2024-10-10T19:59:40.865Z | Compiling dhcproto v0.12.0 |
3948 | 2024-10-10T19:59:40.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=301ff5ff32c08e6e -C extra-filename=-301ff5ff32c08e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-115044863cf1af2a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3949 | 2024-10-10T19:59:41.329Z | Compiling russh v0.45.0 |
3950 | 2024-10-10T19:59:41.332Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=04f0fbc99a756913 -C extra-filename=-04f0fbc99a756913 --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-8f69d3f3a2fa0ad7.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-d94bdf681e046c7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4dbc5678a1618e58.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2ac5d2a2e055cda0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e76c3887bbf76963.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-4997129386ee3195.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6b8170c2aa54fa1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-1dae1afc8dbd824c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-68bee8271f0753de.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-40388af34c72ecde.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-0a4d54c16363521c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-7a75d096def6cd12.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-ae055f3e7dc9231e.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-e20b45a1fe862789.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3951 | 2024-10-10T19:59:44.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=208bee12265e8633 -C extra-filename=-208bee12265e8633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9b66057d1836766f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3952 | 2024-10-10T19:59:44.607Z | Compiling libtest-mimic v0.7.3 |
3953 | 2024-10-10T19:59:44.610Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14f396a98f6af2af -C extra-filename=-14f396a98f6af2af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-654281986bfb2493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3954 | 2024-10-10T19:59:46.775Z | Compiling hyper-rustls v0.26.0 |
3955 | 2024-10-10T19:59:46.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=fe99b460c5745162 -C extra-filename=-fe99b460c5745162 --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-9e460c6b16244ac3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-f041200ec977b96b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ad189eb9e5fe7ac2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out` |
3956 | 2024-10-10T19:59:46.919Z | Compiling async-object-pool v0.1.5 |
3957 | 2024-10-10T19:59:46.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34923d689f3e5816 -C extra-filename=-34923d689f3e5816 --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-ea6e0526e9a32c65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3958 | 2024-10-10T19:59:47.129Z | Compiling fancy-regex v0.13.0 |
3959 | 2024-10-10T19:59:47.132Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=9c2e6e68afd33b71 -C extra-filename=-9c2e6e68afd33b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3960 | 2024-10-10T19:59:47.336Z | Compiling rstest_macros v0.22.0 |
3961 | 2024-10-10T19:59:47.339Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=85e94c98b2adeb6a -C extra-filename=-85e94c98b2adeb6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-85e94c98b2adeb6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c55b6e3dd92f475.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3962 | 2024-10-10T19:59:47.961Z | Compiling toml_edit v0.21.1 |
3963 | 2024-10-10T19:59:47.964Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.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="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=a4b9c4bd46bdacb9 -C extra-filename=-a4b9c4bd46bdacb9 --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-549a53b00a4b21ce.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3964 | 2024-10-10T19:59:48.839Z | Compiling assert-json-diff v2.0.2 |
3965 | 2024-10-10T19:59:48.845Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe1fab5de0e68959 -C extra-filename=-fe1fab5de0e68959 --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-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3966 | 2024-10-10T19:59:49.213Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3967 | 2024-10-10T19:59:49.217Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecb636ae323aec6f -C extra-filename=-ecb636ae323aec6f --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3968 | 2024-10-10T19:59:49.338Z | Compiling serde_regex v1.1.0 |
3969 | 2024-10-10T19:59:49.341Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2bca9e8809ef9ff -C extra-filename=-f2bca9e8809ef9ff --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-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3970 | 2024-10-10T19:59:49.397Z | Compiling path-tree v0.8.1 |
3971 | 2024-10-10T19:59:49.400Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae53a31358fb5190 -C extra-filename=-ae53a31358fb5190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3972 | 2024-10-10T19:59:49.671Z | Compiling stringmetrics v2.2.2 |
3973 | 2024-10-10T19:59:49.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b76476b32eaaab4f -C extra-filename=-b76476b32eaaab4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3974 | 2024-10-10T19:59:49.723Z | Compiling internet-checksum v0.2.1 |
3975 | 2024-10-10T19:59:49.726Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3976 | 2024-10-10T19:59:49.874Z | Compiling datatest-stable v0.2.9 |
3977 | 2024-10-10T19:59:49.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2184f190e5681887 -C extra-filename=-2184f190e5681887 --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-a2f887a005703d1f.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-9c2e6e68afd33b71.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-14f396a98f6af2af.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2024-10-10T19:59:49.930Z | Compiling httpmock v0.8.0-alpha.1 |
3979 | 2024-10-10T19:59:49.933Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=7ac618b79fe85ec0 -C extra-filename=-7ac618b79fe85ec0 --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-fe1fab5de0e68959.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-34923d689f3e5816.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-ea6e0526e9a32c65.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-ae53a31358fb5190.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-f2bca9e8809ef9ff.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-b76476b32eaaab4f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3980 | 2024-10-10T19:59:49.953Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-85e94c98b2adeb6a/build-script-build` |
3981 | 2024-10-10T19:59:50.009Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3982 | 2024-10-10T19:59:50.012Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=d7321b450551c05f -C extra-filename=-d7321b450551c05f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
3983 | 2024-10-10T19:59:50.062Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3984 | 2024-10-10T19:59:50.064Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a48eb360286adee -C extra-filename=-8a48eb360286adee --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-1b46dd66a7c6c3c6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3985 | 2024-10-10T19:59:50.588Z | Compiling proc-macro-crate v3.1.0 |
3986 | 2024-10-10T19:59:50.590Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fedfeab40b652c7 -C extra-filename=-4fedfeab40b652c7 --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-a4b9c4bd46bdacb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3987 | 2024-10-10T19:59:50.670Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3988 | 2024-10-10T19:59:50.673Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e394988cfd15257 -C extra-filename=-1e394988cfd15257 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1e394988cfd15257 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3989 | 2024-10-10T19:59:51.032Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3990 | 2024-10-10T19:59:51.035Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18ce2c987f3c6f1d -C extra-filename=-18ce2c987f3c6f1d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-18ce2c987f3c6f1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3991 | 2024-10-10T19:59:51.400Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3992 | 2024-10-10T19:59:51.402Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb9c012d59bc0ceb -C extra-filename=-bb9c012d59bc0ceb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bb9c012d59bc0ceb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3993 | 2024-10-10T19:59:51.796Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3994 | 2024-10-10T19:59:51.799Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62f20c3d8b39a7d3 -C extra-filename=-62f20c3d8b39a7d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-62f20c3d8b39a7d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3995 | 2024-10-10T19:59:52.138Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3996 | 2024-10-10T19:59:52.141Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88c899363038061c -C extra-filename=-88c899363038061c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-88c899363038061c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
3997 | 2024-10-10T19:59:52.195Z | Compiling similar-asserts v1.6.0 |
3998 | 2024-10-10T19:59:52.198Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=e62acdb2cbf67e6c -C extra-filename=-e62acdb2cbf67e6c --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-d203535d0c6e9365.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3999 | 2024-10-10T19:59:52.518Z | Compiling trybuild v1.0.99 |
4000 | 2024-10-10T19:59:52.521Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4001 | 2024-10-10T19:59:53.118Z | Compiling relative-path v1.9.3 |
4002 | 2024-10-10T19:59:53.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4003 | 2024-10-10T19:59:53.341Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build` |
4004 | 2024-10-10T19:59:53.375Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-88c899363038061c/build-script-build` |
4005 | 2024-10-10T19:59:53.409Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-62f20c3d8b39a7d3/build-script-build` |
4006 | 2024-10-10T19:59:53.443Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bb9c012d59bc0ceb/build-script-build` |
4007 | 2024-10-10T19:59:53.478Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-18ce2c987f3c6f1d/build-script-build` |
4008 | 2024-10-10T19:59:53.510Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1e394988cfd15257/build-script-build` |
4009 | 2024-10-10T19:59:53.542Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4010 | 2024-10-10T19:59:53.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1f4a53654dba5a9 -C extra-filename=-f1f4a53654dba5a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4011 | 2024-10-10T19:59:53.911Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4012 | 2024-10-10T19:59:53.913Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb96acd8741b1c8a -C extra-filename=-bb96acd8741b1c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4013 | 2024-10-10T19:59:55.268Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=70d2f155639a389d -C extra-filename=-70d2f155639a389d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-4fedfeab40b652c7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-55862b4b1d68d132.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4014 | 2024-10-10T19:59:56.264Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4015 | 2024-10-10T19:59:56.267Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a0a04afff2a27ab -C extra-filename=-2a0a04afff2a27ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4016 | 2024-10-10T19:59:57.413Z | Compiling multimap v0.10.0 |
4017 | 2024-10-10T19:59:57.417Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=59ffed5702e46592 -C extra-filename=-59ffed5702e46592 --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-48906e914e9337d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4018 | 2024-10-10T19:59:57.773Z | Compiling uzers v0.11.3 |
4019 | 2024-10-10T19:59:57.776Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock"))' -C metadata=ae6bc9d6f8dc5ff1 -C extra-filename=-ae6bc9d6f8dc5ff1 --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-1b46dd66a7c6c3c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4020 | 2024-10-10T19:59:59.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=e2f4c29439305357 -C extra-filename=-e2f4c29439305357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5727d84b3387f945.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'` |
4021 | 2024-10-10T20:00:02.567Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4022 | 2024-10-10T20:00:02.570Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=996e0d1f9eefb561 -C extra-filename=-996e0d1f9eefb561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4023 | 2024-10-10T20:00:06.887Z | Compiling partial-io v0.5.4 |
4024 | 2024-10-10T20:00:06.890Z | Compiling rstest v0.22.0 |
4025 | 2024-10-10T20:00:06.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=dcd013a1bbf14a42 -C extra-filename=-dcd013a1bbf14a42 --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-0162e01903071502.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-f2ffd4b5a69c534e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4026 | 2024-10-10T20:00:06.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=1c058906f77cbda0 -C extra-filename=-1c058906f77cbda0 --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-0162e01903071502.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-70d2f155639a389d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4027 | 2024-10-10T20:00:07.224Z | Compiling blake2b_simd v1.0.2 |
4028 | 2024-10-10T20:00:07.267Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4029 | 2024-10-10T20:00:07.385Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
4030 | 2024-10-10T20:00:07.389Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6898f8fe0429669f -C extra-filename=-6898f8fe0429669f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-6898f8fe0429669f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4031 | 2024-10-10T20:00:07.765Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4032 | 2024-10-10T20:00:07.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7eb7ed8f6408c7b3 -C extra-filename=-7eb7ed8f6408c7b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-7eb7ed8f6408c7b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4033 | 2024-10-10T20:00:08.137Z | Compiling rand_distr v0.4.3 |
4034 | 2024-10-10T20:00:08.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=14941bd5efd170ba -C extra-filename=-14941bd5efd170ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4035 | 2024-10-10T20:00:09.187Z | Compiling approx v0.5.1 |
4036 | 2024-10-10T20:00:09.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4037 | 2024-10-10T20:00:09.540Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-7eb7ed8f6408c7b3/build-script-build` |
4038 | 2024-10-10T20:00:09.572Z | Compiling rust-argon2 v2.1.0 |
4039 | 2024-10-10T20:00:09.575Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4040 | 2024-10-10T20:00:10.356Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-6898f8fe0429669f/build-script-build` |
4041 | 2024-10-10T20:00:10.388Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4042 | 2024-10-10T20:00:10.391Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38dce878330f819d -C extra-filename=-38dce878330f819d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4043 | 2024-10-10T20:00:11.328Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fa5a96ce8a74e01 -C extra-filename=-8fa5a96ce8a74e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4044 | 2024-10-10T20:00:11.475Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4045 | 2024-10-10T20:00:11.479Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=785931139b318631 -C extra-filename=-785931139b318631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4046 | 2024-10-10T20:00:12.609Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4047 | 2024-10-10T20:00:12.628Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d660888d6d9826e8 -C extra-filename=-d660888d6d9826e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4048 | 2024-10-10T20:00:12.756Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4049 | 2024-10-10T20:00:12.761Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1592a2f8d4c315f -C extra-filename=-e1592a2f8d4c315f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
4050 | 2024-10-10T20:00:15.761Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4051 | 2024-10-10T20:00:15.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0596e838c4b9db65 -C extra-filename=-0596e838c4b9db65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4052 | 2024-10-10T20:00:17.221Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
4053 | 2024-10-10T20:00:17.224Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=584e361314425bc3 -C extra-filename=-584e361314425bc3 --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-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4054 | 2024-10-10T20:00:17.518Z | Compiling cargo_toml v0.20.5 |
4055 | 2024-10-10T20:00:17.521Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=b1075f47197dd5d3 -C extra-filename=-b1075f47197dd5d3 --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-48906e914e9337d7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4056 | 2024-10-10T20:00:17.587Z | Compiling termios v0.3.3 |
4057 | 2024-10-10T20:00:17.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdcb926e10bc6051 -C extra-filename=-cdcb926e10bc6051 --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-1b46dd66a7c6c3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2024-10-10T20:00:17.871Z | Compiling indoc v2.0.5 |
4059 | 2024-10-10T20:00:17.871Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d8b0b7d5da02efe -C extra-filename=-6d8b0b7d5da02efe --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` |
4060 | 2024-10-10T20:00:18.219Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4061 | 2024-10-10T20:00:18.222Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bc7b7fb49f2d5bf -C extra-filename=-8bc7b7fb49f2d5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cdcb926e10bc6051.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4062 | 2024-10-10T20:00:19.046Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf926abdfcc9534d -C extra-filename=-bf926abdfcc9534d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4063 | 2024-10-10T20:00:20.024Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcf4c4359b0b4a2c -C extra-filename=-bcf4c4359b0b4a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d660888d6d9826e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4064 | 2024-10-10T20:00:20.995Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb8444794438de8a -C extra-filename=-fb8444794438de8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0596e838c4b9db65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4065 | 2024-10-10T20:00:21.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cb07f4f4836f7e3 -C extra-filename=-1cb07f4f4836f7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-996e0d1f9eefb561.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4066 | 2024-10-10T20:00:27.758Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42cf64b7cc2696f0 -C extra-filename=-42cf64b7cc2696f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-785931139b318631.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4067 | 2024-10-10T20:00:28.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d98c6b5d9fe4634 -C extra-filename=-5d98c6b5d9fe4634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-996e0d1f9eefb561.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4068 | 2024-10-10T20:00:28.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7915db3a130e5c45 -C extra-filename=-7915db3a130e5c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e1592a2f8d4c315f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
4069 | 2024-10-10T20:00:28.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4070 | 2024-10-10T20:00:28.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a05e926ea67c155 -C extra-filename=-4a05e926ea67c155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b1075f47197dd5d3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4071 | 2024-10-10T20:00:28.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26153f156e037ac6 -C extra-filename=-26153f156e037ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f1f4a53654dba5a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4072 | 2024-10-10T20:00:28.115Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56cb60f5894c076e -C extra-filename=-56cb60f5894c076e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4073 | 2024-10-10T20:00:28.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9fdcebdf62a3202 -C extra-filename=-e9fdcebdf62a3202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f1f4a53654dba5a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4074 | 2024-10-10T20:00:28.891Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8ce95bfc2571fcd -C extra-filename=-d8ce95bfc2571fcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f1f4a53654dba5a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4075 | 2024-10-10T20:00:30.923Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4076 | 2024-10-10T20:00:30.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=38ffbcd9dcffdf01 -C extra-filename=-38ffbcd9dcffdf01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4077 | 2024-10-10T20:00:31.462Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4078 | 2024-10-10T20:00:31.465Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cb663fd6481985e -C extra-filename=-0cb663fd6481985e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4079 | 2024-10-10T20:00:31.515Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dcbf35d68ec543d -C extra-filename=-7dcbf35d68ec543d --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4080 | 2024-10-10T20:00:33.555Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4081 | 2024-10-10T20:00:33.559Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4fb66438dfcb2b9 -C extra-filename=-a4fb66438dfcb2b9 --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-0162e01903071502.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4082 | 2024-10-10T20:00:34.472Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=feab0bbf0960704b -C extra-filename=-feab0bbf0960704b --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-20afe1f1506ec7c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4083 | 2024-10-10T20:00:35.243Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95d47b972c12c719 -C extra-filename=-95d47b972c12c719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rmeta --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-ed3fd213ec151f9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4084 | 2024-10-10T20:00:35.888Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=813ed400c266f37c -C extra-filename=-813ed400c266f37c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7f6f447e095faf0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4085 | 2024-10-10T20:00:37.081Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2f63a200579a477 -C extra-filename=-e2f63a200579a477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-38dce878330f819d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4086 | 2024-10-10T20:00:40.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b82269c823bdcb2 -C extra-filename=-6b82269c823bdcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4087 | 2024-10-10T20:00:40.945Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af8812c75081dcac -C extra-filename=-af8812c75081dcac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4088 | 2024-10-10T20:00:41.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86f564ca4040d46b -C extra-filename=-86f564ca4040d46b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4089 | 2024-10-10T20:00:43.045Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9805a7f397026c8c -C extra-filename=-9805a7f397026c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4090 | 2024-10-10T20:00:43.704Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f991b7b685843052 -C extra-filename=-f991b7b685843052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4091 | 2024-10-10T20:00:44.314Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20d473617b587935 -C extra-filename=-20d473617b587935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bb96acd8741b1c8a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4092 | 2024-10-10T20:00:45.220Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2562c1b8911d52ea -C extra-filename=-2562c1b8911d52ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bb96acd8741b1c8a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4093 | 2024-10-10T20:00:46.007Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e162261d4228d72e -C extra-filename=-e162261d4228d72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bb96acd8741b1c8a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4094 | 2024-10-10T20:00:47.917Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f75d97c98d1512d4 -C extra-filename=-f75d97c98d1512d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4095 | 2024-10-10T20:00:50.262Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d9c25535bd409be -C extra-filename=-5d9c25535bd409be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4096 | 2024-10-10T20:00:51.351Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e220c0095f50f692 -C extra-filename=-e220c0095f50f692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4097 | 2024-10-10T20:00:51.371Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=42dc9506707c1a55 -C extra-filename=-42dc9506707c1a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4098 | 2024-10-10T20:01:05.163Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=5dd32497208fbd32 -C extra-filename=-5dd32497208fbd32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4099 | 2024-10-10T20:01:07.438Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e3df71300114b37 -C extra-filename=-5e3df71300114b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a0a04afff2a27ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4100 | 2024-10-10T20:01:09.248Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eebf4db10ccf2e03 -C extra-filename=-eebf4db10ccf2e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4101 | 2024-10-10T20:01:09.395Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d08369040b1429d5 -C extra-filename=-d08369040b1429d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4102 | 2024-10-10T20:01:11.174Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c7df51cf6d97f05 -C extra-filename=-8c7df51cf6d97f05 --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4103 | 2024-10-10T20:01:13.675Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f475faed13efc357 -C extra-filename=-f475faed13efc357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4104 | 2024-10-10T20:01:21.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb78dc9b85d3af9c -C extra-filename=-cb78dc9b85d3af9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4105 | 2024-10-10T20:01:22.392Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=035d42ce59f5884f -C extra-filename=-035d42ce59f5884f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-584e361314425bc3.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4106 | 2024-10-10T20:01:24.017Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7928ff8c12539177 -C extra-filename=-7928ff8c12539177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c49b2189d5bc5dfb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4107 | 2024-10-10T20:01:28.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b358c11c0a31edd -C extra-filename=-3b358c11c0a31edd --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-0162e01903071502.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4108 | 2024-10-10T20:01:31.527Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a35e97e19310ca5 -C extra-filename=-3a35e97e19310ca5 --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-1604f69fcfb42e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4109 | 2024-10-10T20:01:41.179Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2f231e52156e21c -C extra-filename=-b2f231e52156e21c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4110 | 2024-10-10T20:01:43.719Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9aa515c63fb9d2b5 -C extra-filename=-9aa515c63fb9d2b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a0a04afff2a27ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4111 | 2024-10-10T20:01:45.974Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcb3f71304866335 -C extra-filename=-bcb3f71304866335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-8fa5a96ce8a74e01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4112 | 2024-10-10T20:01:48.295Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=b7f852f455c9ca72 -C extra-filename=-b7f852f455c9ca72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4113 | 2024-10-10T20:01:49.288Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb936cd255b382a6 -C extra-filename=-cb936cd255b382a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a0a04afff2a27ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4114 | 2024-10-10T20:01:50.919Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f60118333a1cef2 -C extra-filename=-1f60118333a1cef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
4115 | 2024-10-10T20:01:53.722Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=49447efec885b5fd -C extra-filename=-49447efec885b5fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9b66057d1836766f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4116 | 2024-10-10T20:01:53.748Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62f2c9d726a28796 -C extra-filename=-62f2c9d726a28796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L native=/opt/ooce/pgsql-13/lib/amd64` |
4117 | 2024-10-10T20:02:00.458Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adaabffdd88d44a1 -C extra-filename=-adaabffdd88d44a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8a48eb360286adee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4118 | 2024-10-10T20:02:08.457Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8df9d8422d2d7610 -C extra-filename=-8df9d8422d2d7610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8a48eb360286adee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4119 | 2024-10-10T20:02:10.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5d812378c211ddd -C extra-filename=-d5d812378c211ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4120 | 2024-10-10T20:02:11.393Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceb9e4db73fd88ba -C extra-filename=-ceb9e4db73fd88ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4121 | 2024-10-10T20:02:15.188Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f38704f399b5d69 -C extra-filename=-1f38704f399b5d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4122 | 2024-10-10T20:02:17.677Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da6d2e7ba48cf0a5 -C extra-filename=-da6d2e7ba48cf0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4123 | 2024-10-10T20:02:19.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f480cdb7a5f7acbe -C extra-filename=-f480cdb7a5f7acbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4124 | 2024-10-10T20:02:23.407Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e991a9fa4c6840b3 -C extra-filename=-e991a9fa4c6840b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4125 | 2024-10-10T20:02:34.655Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fb849f76a28e957f -C extra-filename=-fb849f76a28e957f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4126 | 2024-10-10T20:02:36.697Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=40fd5b18458d017e -C extra-filename=-40fd5b18458d017e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4127 | 2024-10-10T20:02:38.431Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e947539a0b915fc3 -C extra-filename=-e947539a0b915fc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4128 | 2024-10-10T20:02:38.992Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=3132d0048149c9e4 -C extra-filename=-3132d0048149c9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4129 | 2024-10-10T20:02:39.604Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=00ac6c76bb8aaab4 -C extra-filename=-00ac6c76bb8aaab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4130 | 2024-10-10T20:02:41.415Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36f054246dda821f -C extra-filename=-36f054246dda821f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4131 | 2024-10-10T20:02:42.048Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21b5050af6017ac3 -C extra-filename=-21b5050af6017ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4132 | 2024-10-10T20:02:43.609Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df8980289dedc297 -C extra-filename=-df8980289dedc297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4133 | 2024-10-10T20:02:44.881Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ae921623f00539c -C extra-filename=-7ae921623f00539c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4134 | 2024-10-10T20:02:44.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=74b4030e7e262460 -C extra-filename=-74b4030e7e262460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4135 | 2024-10-10T20:02:47.468Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=1287b9f3ba1551b6 -C extra-filename=-1287b9f3ba1551b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4136 | 2024-10-10T20:02:47.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=79ccace107b4e70e -C extra-filename=-79ccace107b4e70e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4137 | 2024-10-10T20:02:58.195Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f435f9e8f01f184 -C extra-filename=-0f435f9e8f01f184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
4138 | 2024-10-10T20:03:00.781Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f71e78a543bac91 -C extra-filename=-4f71e78a543bac91 --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-5b911f15e489e718.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4139 | 2024-10-10T20:03:14.684Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=788f9a2e05c6edec -C extra-filename=-788f9a2e05c6edec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4140 | 2024-10-10T20:03:23.124Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6cee0b9d5ec0f8ae -C extra-filename=-6cee0b9d5ec0f8ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4141 | 2024-10-10T20:03:33.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e54b14143c6a75a4 -C extra-filename=-e54b14143c6a75a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4142 | 2024-10-10T20:03:34.292Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a36441aaddb7ef19 -C extra-filename=-a36441aaddb7ef19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4143 | 2024-10-10T20:03:39.717Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ee564be120280df0 -C extra-filename=-ee564be120280df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4144 | 2024-10-10T20:03:40.893Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f4e9e3abfea2b82 -C extra-filename=-9f4e9e3abfea2b82 --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-b9005b68f1d2b3ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4145 | 2024-10-10T20:03:42.785Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f78a05395e2243f3 -C extra-filename=-f78a05395e2243f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4146 | 2024-10-10T20:03:59.161Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff01e35c6686d65a -C extra-filename=-ff01e35c6686d65a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4147 | 2024-10-10T20:04:08.742Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4148 | 2024-10-10T20:04:08.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08e50c08913f519b -C extra-filename=-08e50c08913f519b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4149 | 2024-10-10T20:04:16.325Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0047dbbb39bb8215 -C extra-filename=-0047dbbb39bb8215 --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-20afe1f1506ec7c2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4150 | 2024-10-10T20:04:20.669Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1ad22c04c7a1ad4 -C extra-filename=-b1ad22c04c7a1ad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4151 | 2024-10-10T20:04:21.672Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e72d8824527d1265 -C extra-filename=-e72d8824527d1265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4152 | 2024-10-10T20:04:32.082Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d27415c2618d5363 -C extra-filename=-d27415c2618d5363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4153 | 2024-10-10T20:04:35.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96e756c1e61e13fd -C extra-filename=-96e756c1e61e13fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4154 | 2024-10-10T20:04:39.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50e3fdbad062c43a -C extra-filename=-50e3fdbad062c43a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4155 | 2024-10-10T20:04:40.270Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae812830bfecab3e -C extra-filename=-ae812830bfecab3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4156 | 2024-10-10T20:04:42.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f96937efdd41a427 -C extra-filename=-f96937efdd41a427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4157 | 2024-10-10T20:04:45.706Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=360b083760101380 -C extra-filename=-360b083760101380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4158 | 2024-10-10T20:04:52.688Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4159 | 2024-10-10T20:04:52.690Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822e8d60aad25452 -C extra-filename=-822e8d60aad25452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4160 | 2024-10-10T20:04:55.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=169306cbead52592 -C extra-filename=-169306cbead52592 --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-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64` |
4161 | 2024-10-10T20:04:58.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=090a7c016ef1f310 -C extra-filename=-090a7c016ef1f310 --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-20afe1f1506ec7c2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4162 | 2024-10-10T20:04:59.435Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f858aba5d91674f -C extra-filename=-5f858aba5d91674f --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-18d593a659bbd3ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4163 | 2024-10-10T20:05:02.649Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9060589ab92da53b -C extra-filename=-9060589ab92da53b --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-31ac23f604d0b3af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4164 | 2024-10-10T20:05:03.253Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f7641d0a3a055c9 -C extra-filename=-4f7641d0a3a055c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4165 | 2024-10-10T20:05:03.924Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=838c5f8607224211 -C extra-filename=-838c5f8607224211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4166 | 2024-10-10T20:05:06.360Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=873c59086edf58b9 -C extra-filename=-873c59086edf58b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4167 | 2024-10-10T20:05:06.873Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b41fa18b1d85264e -C extra-filename=-b41fa18b1d85264e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4168 | 2024-10-10T20:05:07.587Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e02123400c503ab -C extra-filename=-7e02123400c503ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4169 | 2024-10-10T20:05:08.558Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7100172711de92ea -C extra-filename=-7100172711de92ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4170 | 2024-10-10T20:05:09.813Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_client --edition=2021 clients/clickhouse-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=906d29a3c0d04980 -C extra-filename=-906d29a3c0d04980 --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-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4171 | 2024-10-10T20:05:12.730Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20f5ec372b9af9f1 -C extra-filename=-20f5ec372b9af9f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4172 | 2024-10-10T20:05:13.645Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=125377b747680475 -C extra-filename=-125377b747680475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4173 | 2024-10-10T20:05:21.208Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d970f22a4fcc4b2 -C extra-filename=-0d970f22a4fcc4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4174 | 2024-10-10T20:05:23.563Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d2cf9ab98016a00 -C extra-filename=-4d2cf9ab98016a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4175 | 2024-10-10T20:05:26.864Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=774763d12100af23 -C extra-filename=-774763d12100af23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4176 | 2024-10-10T20:05:39.124Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a410567c7de60aaf -C extra-filename=-a410567c7de60aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
4177 | 2024-10-10T20:05:46.355Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=218629e46362791e -C extra-filename=-218629e46362791e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4178 | 2024-10-10T20:05:46.774Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8998440d659d3d6f -C extra-filename=-8998440d659d3d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4179 | 2024-10-10T20:05:47.862Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' -C metadata=1d62741962598266 -C extra-filename=-1d62741962598266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4180 | 2024-10-10T20:05:48.000Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=100545441dd1fa6f -C extra-filename=-100545441dd1fa6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4181 | 2024-10-10T20:05:49.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dd780bad318e4bb -C extra-filename=-7dd780bad318e4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4182 | 2024-10-10T20:05:49.413Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17d05b05e2a3ed80 -C extra-filename=-17d05b05e2a3ed80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4183 | 2024-10-10T20:05:59.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43e316fc7357662b -C extra-filename=-43e316fc7357662b --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4184 | 2024-10-10T20:06:03.598Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7821a947fd0e8804 -C extra-filename=-7821a947fd0e8804 --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-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4185 | 2024-10-10T20:06:05.773Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b2cff0180c68c32 -C extra-filename=-5b2cff0180c68c32 --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-6986dc787002ec30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4186 | 2024-10-10T20:06:08.828Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f1a6d5f69fd5432 -C extra-filename=-9f1a6d5f69fd5432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4187 | 2024-10-10T20:06:10.094Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7da7b24ec942cbe -C extra-filename=-d7da7b24ec942cbe --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-6986dc787002ec30.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
4188 | 2024-10-10T20:06:12.842Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f254bf85d3b4ef4 -C extra-filename=-3f254bf85d3b4ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` |
4189 | 2024-10-10T20:06:13.013Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba9b81551296d0a2 -C extra-filename=-ba9b81551296d0a2 --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-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4190 | 2024-10-10T20:06:15.539Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34daa94be8fe7816 -C extra-filename=-34daa94be8fe7816 --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-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4191 | 2024-10-10T20:06:15.701Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=545e80276e7e5ded -C extra-filename=-545e80276e7e5ded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4192 | 2024-10-10T20:06:18.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=784482dbf668ccaa -C extra-filename=-784482dbf668ccaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4193 | 2024-10-10T20:06:20.449Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5979c75f7e6c7476 -C extra-filename=-5979c75f7e6c7476 --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-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4194 | 2024-10-10T20:06:25.418Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dea2743fd21d3b4 -C extra-filename=-6dea2743fd21d3b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4195 | 2024-10-10T20:06:27.444Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eecbb56631986391 -C extra-filename=-eecbb56631986391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4196 | 2024-10-10T20:06:35.701Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1e90f01c9b4652c -C extra-filename=-f1e90f01c9b4652c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
4197 | 2024-10-10T20:06:37.223Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=146d414cc4999d44 -C extra-filename=-146d414cc4999d44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4198 | 2024-10-10T20:06:37.782Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2156533e927e475 -C extra-filename=-b2156533e927e475 --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-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4199 | 2024-10-10T20:06:42.277Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7353228ac931737f -C extra-filename=-7353228ac931737f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out` |
4200 | 2024-10-10T20:06:46.778Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=455bf243273e38ae -C extra-filename=-455bf243273e38ae --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-65600d6f08e84a9d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4201 | 2024-10-10T20:06:48.456Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6461f01b605c9cc7 -C extra-filename=-6461f01b605c9cc7 --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-bd0ae0cae66c3939.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4202 | 2024-10-10T20:06:50.139Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=297042ccb9b0d91c -C extra-filename=-297042ccb9b0d91c --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-bd0ae0cae66c3939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4203 | 2024-10-10T20:06:57.536Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0fb3daa17e871667 -C extra-filename=-0fb3daa17e871667 --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-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4204 | 2024-10-10T20:06:58.738Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d26a76dfa26545b0 -C extra-filename=-d26a76dfa26545b0 --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-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4205 | 2024-10-10T20:07:01.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9a34d0275577900b -C extra-filename=-9a34d0275577900b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4206 | 2024-10-10T20:07:03.287Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23b3de21ba36c246 -C extra-filename=-23b3de21ba36c246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-189adab4d98d25af.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c683a77b9ae6d587.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4207 | 2024-10-10T20:07:04.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cdcb01836887ba0 -C extra-filename=-1cdcb01836887ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4208 | 2024-10-10T20:07:07.597Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68d86b6eabfaad4d -C extra-filename=-68d86b6eabfaad4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4209 | 2024-10-10T20:07:08.459Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72034c5205f79714 -C extra-filename=-72034c5205f79714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4210 | 2024-10-10T20:07:08.496Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a7be0a4cb7dd90c -C extra-filename=-5a7be0a4cb7dd90c --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-fb64fc97cf5bba50.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4211 | 2024-10-10T20:07:11.963Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d88f9bfeee69cdbc -C extra-filename=-d88f9bfeee69cdbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-189adab4d98d25af.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4212 | 2024-10-10T20:07:13.538Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6296f3ad6c21031 -C extra-filename=-f6296f3ad6c21031 --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4213 | 2024-10-10T20:07:13.986Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df1240de70490cd8 -C extra-filename=-df1240de70490cd8 --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-173c4d46b806dff2.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-80b77f3f5dccd5f3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9ba0cf3a0f775ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4214 | 2024-10-10T20:07:15.695Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4215 | 2024-10-10T20:07:15.715Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b183bfa053ee0049 -C extra-filename=-b183bfa053ee0049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4216 | 2024-10-10T20:07:17.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=504330208150a6e4 -C extra-filename=-504330208150a6e4 --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-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4217 | 2024-10-10T20:07:18.437Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dc8f821a671af90 -C extra-filename=-4dc8f821a671af90 --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-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4218 | 2024-10-10T20:07:19.379Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b463c5235155d9f -C extra-filename=-9b463c5235155d9f --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-b508f161ffaf58d6.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4219 | 2024-10-10T20:07:20.014Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d454f3b220de7fe3 -C extra-filename=-d454f3b220de7fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4220 | 2024-10-10T20:07:23.541Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d46dd30c2c53939 -C extra-filename=-4d46dd30c2c53939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4221 | 2024-10-10T20:07:25.939Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4222 | 2024-10-10T20:07:25.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e64c611a84166b8 -C extra-filename=-9e64c611a84166b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4223 | 2024-10-10T20:07:26.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=f5d006aab54ed37a -C extra-filename=-f5d006aab54ed37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-493b9ee63ed6977b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
4224 | 2024-10-10T20:07:27.830Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9b3fd3631e3d299 -C extra-filename=-c9b3fd3631e3d299 --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-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4225 | 2024-10-10T20:07:28.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=3c4746ad7ce09207 -C extra-filename=-3c4746ad7ce09207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d66fbc9800316e23.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4226 | 2024-10-10T20:07:30.305Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=716339011521c63e -C extra-filename=-716339011521c63e --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-3d247d335f88f6e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4227 | 2024-10-10T20:07:30.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37aa760cb38fbc1b -C extra-filename=-37aa760cb38fbc1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4228 | 2024-10-10T20:07:32.396Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b514c45c5134d63 -C extra-filename=-1b514c45c5134d63 --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-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4229 | 2024-10-10T20:07:34.665Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=78a08427badefcff -C extra-filename=-78a08427badefcff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4230 | 2024-10-10T20:07:35.378Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b820373779720a5a -C extra-filename=-b820373779720a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d66fbc9800316e23.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4231 | 2024-10-10T20:07:36.809Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1246e059041dfd4b -C extra-filename=-1246e059041dfd4b --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-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4232 | 2024-10-10T20:07:38.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1c2a9652f82afac -C extra-filename=-a1c2a9652f82afac --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-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4233 | 2024-10-10T20:08:02.113Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75dddd6698a666a7 -C extra-filename=-75dddd6698a666a7 --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-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4234 | 2024-10-10T20:08:02.243Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4235 | 2024-10-10T20:08:02.246Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6470852f784e75d4 -C extra-filename=-6470852f784e75d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4236 | 2024-10-10T20:08:02.317Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6a35f4f91bde14e9 -C extra-filename=-6a35f4f91bde14e9 --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-d9c55e29fa366405.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4237 | 2024-10-10T20:08:03.390Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=5be1d1f80f43a28e -C extra-filename=-5be1d1f80f43a28e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d66fbc9800316e23.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4238 | 2024-10-10T20:08:03.801Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dedb440ac37f2c66 -C extra-filename=-dedb440ac37f2c66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4239 | 2024-10-10T20:08:05.162Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0d32eedbdd37a38 -C extra-filename=-a0d32eedbdd37a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4240 | 2024-10-10T20:08:06.281Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7aa1549fc30af5ca -C extra-filename=-7aa1549fc30af5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4241 | 2024-10-10T20:08:13.439Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=317fa2734ec81234 -C extra-filename=-317fa2734ec81234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4242 | 2024-10-10T20:08:14.005Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eab1b3744c944b13 -C extra-filename=-eab1b3744c944b13 --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-20afe1f1506ec7c2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4243 | 2024-10-10T20:08:14.287Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0992ab5288903a38 -C extra-filename=-0992ab5288903a38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4244 | 2024-10-10T20:08:15.968Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c687150e6ab378ef -C extra-filename=-c687150e6ab378ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4245 | 2024-10-10T20:08:18.661Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe8834ec16149539 -C extra-filename=-fe8834ec16149539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4246 | 2024-10-10T20:08:19.509Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=46f4c34ddec62516 -C extra-filename=-46f4c34ddec62516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-493b9ee63ed6977b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4247 | 2024-10-10T20:08:20.420Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a6039d0cbd22b9c -C extra-filename=-0a6039d0cbd22b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4248 | 2024-10-10T20:08:20.780Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ea66488e8d070c7 -C extra-filename=-0ea66488e8d070c7 --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-173c4d46b806dff2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4249 | 2024-10-10T20:08:21.547Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b8b652bb6378ab3 -C extra-filename=-2b8b652bb6378ab3 --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-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4250 | 2024-10-10T20:08:21.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3033cbcb496d73f3 -C extra-filename=-3033cbcb496d73f3 --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-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4251 | 2024-10-10T20:08:22.004Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c9f816878ab401b -C extra-filename=-2c9f816878ab401b --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-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4252 | 2024-10-10T20:08:22.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac7e301a7f77fe41 -C extra-filename=-ac7e301a7f77fe41 --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-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4253 | 2024-10-10T20:08:23.242Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ccc26ce05d8a106 -C extra-filename=-9ccc26ce05d8a106 --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-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4254 | 2024-10-10T20:08:23.262Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50baeac08706ede3 -C extra-filename=-50baeac08706ede3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4255 | 2024-10-10T20:08:23.297Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af5617b3903f66a0 -C extra-filename=-af5617b3903f66a0 --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-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64` |
4256 | 2024-10-10T20:08:23.644Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=7fcffe6ab4ed9e67 -C extra-filename=-7fcffe6ab4ed9e67 --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-31ac23f604d0b3af.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4257 | 2024-10-10T20:09:46.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b1522afca511d81 -C extra-filename=-3b1522afca511d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4258 | 2024-10-10T20:09:46.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7122ccb6ab9d785 -C extra-filename=-e7122ccb6ab9d785 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4259 | 2024-10-10T20:09:46.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6fb026b96d0f233 -C extra-filename=-c6fb026b96d0f233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8a48eb360286adee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4260 | 2024-10-10T20:09:46.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=979f1f59c10d1465 -C extra-filename=-979f1f59c10d1465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4261 | 2024-10-10T20:09:46.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6cf24801e64bee4 -C extra-filename=-a6cf24801e64bee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8a48eb360286adee.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4262 | 2024-10-10T20:09:47.022Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddb4406ee16ae4ad -C extra-filename=-ddb4406ee16ae4ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4263 | 2024-10-10T20:09:47.025Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e68540fa3b7c9453 -C extra-filename=-e68540fa3b7c9453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4264 | 2024-10-10T20:09:49.995Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c1d835f63fbeb65 -C extra-filename=-1c1d835f63fbeb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-59ffed5702e46592.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4265 | 2024-10-10T20:09:50.084Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc081dc3f9242d2b -C extra-filename=-fc081dc3f9242d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4266 | 2024-10-10T20:09:52.161Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09ef12772bb33ca9 -C extra-filename=-09ef12772bb33ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-ed3fd213ec151f9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4267 | 2024-10-10T20:09:54.179Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32db110fb499e7f9 -C extra-filename=-32db110fb499e7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/` |
4268 | 2024-10-10T20:09:58.519Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e87c166ffe4cea8 -C extra-filename=-7e87c166ffe4cea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/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=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib` |
4269 | 2024-10-10T20:09:59.813Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b50751b5419fab5 -C extra-filename=-3b50751b5419fab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.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-e8b5c01317fe1661/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` |
4270 | 2024-10-10T20:37:23.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43m 34s |
4271 | 2024-10-10T20:37:39.921Z | |
4272 | 2024-10-10T20:37:39.925Z | real 43:50.822125643 |
4273 | 2024-10-10T20:37:39.925Z | user 1:51:24.211171709 |
4274 | 2024-10-10T20:37:39.929Z | sys 25:00.819618413 |
4275 | 2024-10-10T20:37:39.929Z | trap 9.767366104 |
4276 | 2024-10-10T20:37:39.929Z | tflt 15.200026279 |
4277 | 2024-10-10T20:37:39.929Z | dflt 2:34:13.925216767 |
4278 | 2024-10-10T20:37:39.929Z | kflt 0.539235081 |
4279 | 2024-10-10T20:37:39.929Z | lock 8:23:46.030326866 |
4280 | 2024-10-10T20:37:39.929Z | slp 25:25:56.858518347 |
4281 | 2024-10-10T20:37:39.929Z | lat 10:07.547292319 |
4282 | 2024-10-10T20:37:39.929Z | stop 8:05.781117800 |
4283 | 2024-10-10T20:37:40.938Z | + banner ls-apis |
4284 | 2024-10-10T20:37:40.996Z | + source ./tools/include/force-git-over-https.sh |
4285 | 2024-10-10T20:37:41.003Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
4286 | 2024-10-10T20:37:41.004Z | ++ (( i = 0 )) |
4287 | 2024-10-10T20:37:41.004Z | ++ (( i < 5 )) |
4288 | 2024-10-10T20:37:41.004Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
4289 | 2024-10-10T20:37:41.052Z | ++ (( i++ )) |
4290 | 2024-10-10T20:37:41.052Z | ++ (( i < 5 )) |
4291 | 2024-10-10T20:37:41.054Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
4292 | 2024-10-10T20:37:41.056Z | ++ (( i++ )) |
4293 | 2024-10-10T20:37:41.056Z | ++ (( i < 5 )) |
4294 | 2024-10-10T20:37:41.056Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
4295 | 2024-10-10T20:37:41.059Z | ++ (( i++ )) |
4296 | 2024-10-10T20:37:41.059Z | ++ (( i < 5 )) |
4297 | 2024-10-10T20:37:41.059Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
4298 | 2024-10-10T20:37:41.068Z | ++ (( i++ )) |
4299 | 2024-10-10T20:37:41.068Z | ++ (( i < 5 )) |
4300 | 2024-10-10T20:37:41.069Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
4301 | 2024-10-10T20:37:41.073Z | ++ (( i++ )) |
4302 | 2024-10-10T20:37:41.073Z | ++ (( i < 5 )) |
4303 | 2024-10-10T20:37:41.073Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
4304 | 2024-10-10T20:37:41.073Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
4305 | 2024-10-10T20:37:41.073Z | + ptime -m cargo xtask ls-apis apis |
4306 | 2024-10-10T20:37:41.909Z | |
4307 | 2024-10-10T20:37:41.909Z | # #### ## ##### # #### |
4308 | 2024-10-10T20:37:41.909Z | # # # # # # # # |
4309 | 2024-10-10T20:37:41.909Z | # #### ##### # # # # # #### |
4310 | 2024-10-10T20:37:41.909Z | # # ###### ##### # # |
4311 | 2024-10-10T20:37:41.909Z | # # # # # # # # # |
4312 | 2024-10-10T20:37:41.909Z | ###### #### # # # # #### |
4313 | 2024-10-10T20:37:41.909Z | |
4314 | 2024-10-10T20:37:43.378Z | Compiling serde v1.0.210 |
4315 | 2024-10-10T20:37:43.381Z | Compiling libc v0.2.159 |
4316 | 2024-10-10T20:37:43.381Z | Compiling serde_json v1.0.128 |
4317 | 2024-10-10T20:37:43.464Z | Compiling rustix v0.38.37 |
4318 | 2024-10-10T20:37:43.466Z | Compiling syn v2.0.79 |
4319 | 2024-10-10T20:37:43.466Z | Compiling bitflags v2.6.0 |
4320 | 2024-10-10T20:37:44.756Z | Compiling usdt-impl v0.5.0 |
4321 | 2024-10-10T20:37:45.011Z | Compiling syn v1.0.109 |
4322 | 2024-10-10T20:37:45.024Z | Compiling hashbrown v0.14.5 |
4323 | 2024-10-10T20:37:45.127Z | Compiling log v0.4.22 |
4324 | 2024-10-10T20:37:45.143Z | Compiling fs-err v2.11.0 |
4325 | 2024-10-10T20:37:45.335Z | Compiling once_cell v1.19.0 |
4326 | 2024-10-10T20:37:45.516Z | Compiling anyhow v1.0.89 |
4327 | 2024-10-10T20:37:46.035Z | Compiling thread-id v4.2.1 |
4328 | 2024-10-10T20:37:46.284Z | Compiling indexmap v2.5.0 |
4329 | 2024-10-10T20:37:47.145Z | Compiling terminal_size v0.4.0 |
4330 | 2024-10-10T20:37:47.145Z | Compiling tempfile v3.13.0 |
4331 | 2024-10-10T20:37:47.349Z | Compiling clap_builder v4.5.20 |
4332 | 2024-10-10T20:37:47.985Z | Compiling proc-macro-error v1.0.4 |
4333 | 2024-10-10T20:37:49.512Z | Compiling tabled_derive v0.7.0 |
4334 | 2024-10-10T20:37:51.251Z | Compiling tabled v0.15.0 |
4335 | 2024-10-10T20:37:52.034Z | Compiling serde_derive v1.0.210 |
4336 | 2024-10-10T20:37:52.037Z | Compiling thiserror-impl v1.0.64 |
4337 | 2024-10-10T20:37:52.037Z | Compiling zerocopy-derive v0.7.34 |
4338 | 2024-10-10T20:37:52.037Z | Compiling scroll_derive v0.12.0 |
4339 | 2024-10-10T20:37:52.198Z | Compiling clap_derive v4.5.18 |
4340 | 2024-10-10T20:37:53.667Z | Compiling scroll v0.12.0 |
4341 | 2024-10-10T20:37:54.191Z | Compiling zerocopy v0.7.34 |
4342 | 2024-10-10T20:37:54.204Z | Compiling goblin v0.8.2 |
4343 | 2024-10-10T20:37:54.845Z | Compiling thiserror v1.0.64 |
4344 | 2024-10-10T20:37:55.012Z | Compiling pest v2.7.10 |
4345 | 2024-10-10T20:37:55.990Z | Compiling clap v4.5.20 |
4346 | 2024-10-10T20:37:57.294Z | Compiling pest_meta v2.7.10 |
4347 | 2024-10-10T20:37:58.145Z | Compiling pest_generator v2.7.10 |
4348 | 2024-10-10T20:38:00.085Z | Compiling pest_derive v2.7.10 |
4349 | 2024-10-10T20:38:01.030Z | Compiling dtrace-parser v0.2.0 |
4350 | 2024-10-10T20:38:02.464Z | Compiling toml_datetime v0.6.8 |
4351 | 2024-10-10T20:38:02.467Z | Compiling serde_spanned v0.6.7 |
4352 | 2024-10-10T20:38:02.467Z | Compiling camino v1.1.9 |
4353 | 2024-10-10T20:38:02.467Z | Compiling semver v1.0.23 |
4354 | 2024-10-10T20:38:02.467Z | Compiling cargo-platform v0.1.8 |
4355 | 2024-10-10T20:38:02.864Z | Compiling serde_tokenstream v0.2.2 |
4356 | 2024-10-10T20:38:02.905Z | Compiling toml_edit v0.22.22 |
4357 | 2024-10-10T20:38:03.001Z | Compiling macaddr v1.0.1 |
4358 | 2024-10-10T20:38:03.100Z | Compiling camino-tempfile v1.1.1 |
4359 | 2024-10-10T20:38:03.948Z | Compiling dof v0.3.0 |
4360 | 2024-10-10T20:38:03.948Z | Compiling cargo_metadata v0.18.1 |
4361 | 2024-10-10T20:38:05.743Z | Compiling toml v0.8.19 |
4362 | 2024-10-10T20:38:05.770Z | Compiling usdt-attr-macro v0.5.0 |
4363 | 2024-10-10T20:38:05.777Z | Compiling usdt-macro v0.5.0 |
4364 | 2024-10-10T20:38:06.583Z | Compiling cargo_toml v0.20.5 |
4365 | 2024-10-10T20:38:07.472Z | Compiling usdt v0.5.0 |
4366 | 2024-10-10T20:38:10.517Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4367 | 2024-10-10T20:38:14.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.62s |
4368 | 2024-10-10T20:38:14.888Z | Running `target/debug/xtask ls-apis apis` |
4369 | 2024-10-10T20:38:16.840Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4370 | 2024-10-10T20:38:19.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
4371 | 2024-10-10T20:38:19.573Z | Running `target/debug/ls-apis apis` |
4372 | 2024-10-10T20:38:19.613Z | loading metadata for workspace omicron from current workspace |
4373 | 2024-10-10T20:38:21.447Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4374 | 2024-10-10T20:38:21.449Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4375 | 2024-10-10T20:38:21.452Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4376 | 2024-10-10T20:38:35.980Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4377 | 2024-10-10T20:38:39.969Z | warning: workspace omicron: found client package missing from API manifest: clickhouse-admin-client |
4378 | 2024-10-10T20:38:39.982Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4379 | 2024-10-10T20:38:39.992Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4380 | 2024-10-10T20:38:40.085Z | Bootstrap Agent (client: bootstrap-agent-client) |
4381 | 2024-10-10T20:38:40.085Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4382 | 2024-10-10T20:38:40.085Z | consumed by: wicketd (omicron/wicketd) |
4383 | 2024-10-10T20:38:40.085Z | |
4384 | 2024-10-10T20:38:40.085Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
4385 | 2024-10-10T20:38:40.085Z | consumed by: omicron-nexus (omicron/nexus) |
4386 | 2024-10-10T20:38:40.085Z | |
4387 | 2024-10-10T20:38:40.085Z | Crucible Agent (client: crucible-agent-client) |
4388 | 2024-10-10T20:38:40.089Z | consumed by: omicron-nexus (omicron/nexus) |
4389 | 2024-10-10T20:38:40.089Z | |
4390 | 2024-10-10T20:38:40.089Z | Crucible Control (for testing only) (client: crucible-control-client) |
4391 | 2024-10-10T20:38:40.089Z | |
4392 | 2024-10-10T20:38:40.089Z | Crucible Pantry (client: crucible-pantry-client) |
4393 | 2024-10-10T20:38:40.089Z | consumed by: omicron-nexus (omicron/nexus) |
4394 | 2024-10-10T20:38:40.089Z | |
4395 | 2024-10-10T20:38:40.089Z | Maghemite DDM Admin (client: ddm-admin-client) |
4396 | 2024-10-10T20:38:40.089Z | consumed by: installinator (omicron/installinator) |
4397 | 2024-10-10T20:38:40.089Z | consumed by: mgd (maghemite/mgd) |
4398 | 2024-10-10T20:38:40.089Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4399 | 2024-10-10T20:38:40.089Z | consumed by: wicketd (omicron/wicketd) |
4400 | 2024-10-10T20:38:40.089Z | |
4401 | 2024-10-10T20:38:40.089Z | DNS Server (client: dns-service-client) |
4402 | 2024-10-10T20:38:40.092Z | consumed by: omicron-nexus (omicron/nexus) |
4403 | 2024-10-10T20:38:40.092Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4404 | 2024-10-10T20:38:40.092Z | |
4405 | 2024-10-10T20:38:40.092Z | Dendrite DPD (client: dpd-client) |
4406 | 2024-10-10T20:38:40.092Z | consumed by: ddmd (maghemite/ddmd) |
4407 | 2024-10-10T20:38:40.092Z | consumed by: mgd (maghemite/mgd) |
4408 | 2024-10-10T20:38:40.092Z | consumed by: omicron-nexus (omicron/nexus) |
4409 | 2024-10-10T20:38:40.092Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4410 | 2024-10-10T20:38:40.092Z | consumed by: tfportd (dendrite/tfportd) |
4411 | 2024-10-10T20:38:40.092Z | consumed by: wicketd (omicron/wicketd) |
4412 | 2024-10-10T20:38:40.092Z | |
4413 | 2024-10-10T20:38:40.092Z | Downstairs Controller (debugging only) (client: dsc-client) |
4414 | 2024-10-10T20:38:40.092Z | |
4415 | 2024-10-10T20:38:40.092Z | Management Gateway Service (client: gateway-client) |
4416 | 2024-10-10T20:38:40.095Z | consumed by: dpd (dendrite/dpd) |
4417 | 2024-10-10T20:38:40.095Z | consumed by: omicron-nexus (omicron/nexus) |
4418 | 2024-10-10T20:38:40.095Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4419 | 2024-10-10T20:38:40.095Z | consumed by: wicketd (omicron/wicketd) |
4420 | 2024-10-10T20:38:40.095Z | |
4421 | 2024-10-10T20:38:40.095Z | Wicketd Installinator (client: installinator-client) |
4422 | 2024-10-10T20:38:40.095Z | consumed by: installinator (omicron/installinator) |
4423 | 2024-10-10T20:38:40.095Z | |
4424 | 2024-10-10T20:38:40.095Z | Maghemite MG Admin (client: mg-admin-client) |
4425 | 2024-10-10T20:38:40.098Z | consumed by: omicron-nexus (omicron/nexus) |
4426 | 2024-10-10T20:38:40.098Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4427 | 2024-10-10T20:38:40.098Z | |
4428 | 2024-10-10T20:38:40.098Z | Nexus Internal API (client: nexus-client) |
4429 | 2024-10-10T20:38:40.101Z | consumed by: dpd (dendrite/dpd) |
4430 | 2024-10-10T20:38:40.101Z | consumed by: omicron-nexus (omicron/nexus) |
4431 | 2024-10-10T20:38:40.101Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4432 | 2024-10-10T20:38:40.101Z | consumed by: oximeter-collector (omicron/oximeter/collector) |
4433 | 2024-10-10T20:38:40.101Z | consumed by: propolis-server (propolis/bin/propolis-server) |
4434 | 2024-10-10T20:38:40.101Z | |
4435 | 2024-10-10T20:38:40.101Z | External API (client: oxide-client) |
4436 | 2024-10-10T20:38:40.101Z | |
4437 | 2024-10-10T20:38:40.101Z | Oximeter (client: oximeter-client) |
4438 | 2024-10-10T20:38:40.101Z | consumed by: omicron-nexus (omicron/nexus) |
4439 | 2024-10-10T20:38:40.101Z | |
4440 | 2024-10-10T20:38:40.101Z | Propolis (client: propolis-client) |
4441 | 2024-10-10T20:38:40.104Z | consumed by: omicron-nexus (omicron/nexus) |
4442 | 2024-10-10T20:38:40.104Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4443 | 2024-10-10T20:38:40.104Z | |
4444 | 2024-10-10T20:38:40.104Z | Crucible Repair (client: repair-client) |
4445 | 2024-10-10T20:38:40.104Z | consumed by: crucible-downstairs (crucible/downstairs) |
4446 | 2024-10-10T20:38:40.104Z | |
4447 | 2024-10-10T20:38:40.104Z | Sled Agent (client: sled-agent-client) |
4448 | 2024-10-10T20:38:40.104Z | consumed by: dpd (dendrite/dpd) |
4449 | 2024-10-10T20:38:40.104Z | consumed by: omicron-nexus (omicron/nexus) |
4450 | 2024-10-10T20:38:40.104Z | consumed by: omicron-sled-agent (omicron/sled-agent) |
4451 | 2024-10-10T20:38:40.104Z | |
4452 | 2024-10-10T20:38:40.104Z | Wicketd (client: wicketd-client) |
4453 | 2024-10-10T20:38:40.104Z | |
4454 | 2024-10-10T20:38:40.221Z | |
4455 | 2024-10-10T20:38:40.221Z | real 59.128440790 |
4456 | 2024-10-10T20:38:40.221Z | user 2:21.289679663 |
4457 | 2024-10-10T20:38:40.221Z | sys 38.570088757 |
4458 | 2024-10-10T20:38:40.221Z | trap 0.062637445 |
4459 | 2024-10-10T20:38:40.221Z | tflt 4.504208017 |
4460 | 2024-10-10T20:38:40.224Z | dflt 5.106594539 |
4461 | 2024-10-10T20:38:40.224Z | kflt 0.036482382 |
4462 | 2024-10-10T20:38:40.224Z | lock 3:51.926533718 |
4463 | 2024-10-10T20:38:40.224Z | slp 9:07.093054223 |
4464 | 2024-10-10T20:38:40.224Z | lat 4.298250056 |
4465 | 2024-10-10T20:38:40.224Z | stop 9.779478836 |
4466 | 2024-10-10T20:38:40.224Z | + ptime -m cargo xtask ls-apis deployment-units |
4467 | 2024-10-10T20:38:40.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
4468 | 2024-10-10T20:38:40.940Z | Running `target/debug/xtask ls-apis deployment-units` |
4469 | 2024-10-10T20:38:42.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
4470 | 2024-10-10T20:38:42.072Z | Running `target/debug/ls-apis deployment-units` |
4471 | 2024-10-10T20:38:42.115Z | loading metadata for workspace omicron from current workspace |
4472 | 2024-10-10T20:38:43.458Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4473 | 2024-10-10T20:38:43.465Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4474 | 2024-10-10T20:38:43.467Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4475 | 2024-10-10T20:38:45.640Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4476 | 2024-10-10T20:38:46.566Z | warning: workspace omicron: found client package missing from API manifest: clickhouse-admin-client |
4477 | 2024-10-10T20:38:46.579Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4478 | 2024-10-10T20:38:46.589Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4479 | 2024-10-10T20:38:46.681Z | Clickhouse Admin |
4480 | 2024-10-10T20:38:46.681Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
4481 | 2024-10-10T20:38:46.686Z | |
4482 | 2024-10-10T20:38:46.686Z | |
4483 | 2024-10-10T20:38:46.686Z | Cockroach Admin |
4484 | 2024-10-10T20:38:46.686Z | omicron-cockroach-admin (omicron/cockroach-admin) |
4485 | 2024-10-10T20:38:46.686Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
4486 | 2024-10-10T20:38:46.686Z | |
4487 | 2024-10-10T20:38:46.686Z | |
4488 | 2024-10-10T20:38:46.686Z | Crucible |
4489 | 2024-10-10T20:38:46.686Z | crucible-agent (crucible/agent) |
4490 | 2024-10-10T20:38:46.686Z | exposes: Crucible Agent (client = crucible-agent-client) |
4491 | 2024-10-10T20:38:46.686Z | |
4492 | 2024-10-10T20:38:46.686Z | crucible-downstairs (crucible/downstairs) |
4493 | 2024-10-10T20:38:46.686Z | exposes: Crucible Repair (client = repair-client) |
4494 | 2024-10-10T20:38:46.686Z | consumes: repair-client |
4495 | 2024-10-10T20:38:46.686Z | |
4496 | 2024-10-10T20:38:46.686Z | |
4497 | 2024-10-10T20:38:46.686Z | Crucible Pantry |
4498 | 2024-10-10T20:38:46.686Z | crucible-pantry (crucible/pantry) |
4499 | 2024-10-10T20:38:46.686Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
4500 | 2024-10-10T20:38:46.689Z | |
4501 | 2024-10-10T20:38:46.689Z | |
4502 | 2024-10-10T20:38:46.689Z | DNS Server |
4503 | 2024-10-10T20:38:46.689Z | dns-server (omicron/dns-server) |
4504 | 2024-10-10T20:38:46.689Z | exposes: DNS Server (client = dns-service-client) |
4505 | 2024-10-10T20:38:46.689Z | |
4506 | 2024-10-10T20:38:46.689Z | |
4507 | 2024-10-10T20:38:46.689Z | Host OS |
4508 | 2024-10-10T20:38:46.689Z | ddmd (maghemite/ddmd) |
4509 | 2024-10-10T20:38:46.689Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
4510 | 2024-10-10T20:38:46.689Z | consumes: dpd-client |
4511 | 2024-10-10T20:38:46.689Z | |
4512 | 2024-10-10T20:38:46.689Z | dpd (dendrite/dpd) |
4513 | 2024-10-10T20:38:46.689Z | exposes: Dendrite DPD (client = dpd-client) |
4514 | 2024-10-10T20:38:46.689Z | consumes: gateway-client |
4515 | 2024-10-10T20:38:46.689Z | consumes: nexus-client |
4516 | 2024-10-10T20:38:46.689Z | consumes: sled-agent-client |
4517 | 2024-10-10T20:38:46.689Z | |
4518 | 2024-10-10T20:38:46.689Z | mgd (maghemite/mgd) |
4519 | 2024-10-10T20:38:46.689Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
4520 | 2024-10-10T20:38:46.692Z | consumes: ddm-admin-client |
4521 | 2024-10-10T20:38:46.692Z | consumes: dpd-client |
4522 | 2024-10-10T20:38:46.692Z | |
4523 | 2024-10-10T20:38:46.692Z | omicron-gateway (omicron/gateway) |
4524 | 2024-10-10T20:38:46.692Z | exposes: Management Gateway Service (client = gateway-client) |
4525 | 2024-10-10T20:38:46.692Z | |
4526 | 2024-10-10T20:38:46.692Z | omicron-sled-agent (omicron/sled-agent) |
4527 | 2024-10-10T20:38:46.692Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
4528 | 2024-10-10T20:38:46.692Z | exposes: Sled Agent (client = sled-agent-client) |
4529 | 2024-10-10T20:38:46.694Z | consumes: bootstrap-agent-client |
4530 | 2024-10-10T20:38:46.694Z | consumes: ddm-admin-client |
4531 | 2024-10-10T20:38:46.694Z | consumes: dns-service-client |
4532 | 2024-10-10T20:38:46.694Z | consumes: dpd-client |
4533 | 2024-10-10T20:38:46.694Z | consumes: gateway-client |
4534 | 2024-10-10T20:38:46.694Z | consumes: mg-admin-client |
4535 | 2024-10-10T20:38:46.694Z | consumes: nexus-client |
4536 | 2024-10-10T20:38:46.694Z | consumes: propolis-client |
4537 | 2024-10-10T20:38:46.694Z | consumes: sled-agent-client |
4538 | 2024-10-10T20:38:46.695Z | |
4539 | 2024-10-10T20:38:46.695Z | propolis-server (propolis/bin/propolis-server) |
4540 | 2024-10-10T20:38:46.695Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
4541 | 2024-10-10T20:38:46.695Z | exposes: Propolis (client = propolis-client) |
4542 | 2024-10-10T20:38:46.695Z | consumes: nexus-client |
4543 | 2024-10-10T20:38:46.695Z | |
4544 | 2024-10-10T20:38:46.695Z | tfportd (dendrite/tfportd) |
4545 | 2024-10-10T20:38:46.695Z | consumes: dpd-client |
4546 | 2024-10-10T20:38:46.695Z | |
4547 | 2024-10-10T20:38:46.695Z | wicketd (omicron/wicketd) |
4548 | 2024-10-10T20:38:46.695Z | exposes: Wicketd Installinator (client = installinator-client) |
4549 | 2024-10-10T20:38:46.695Z | exposes: Wicketd (client = wicketd-client) |
4550 | 2024-10-10T20:38:46.698Z | consumes: bootstrap-agent-client |
4551 | 2024-10-10T20:38:46.698Z | consumes: ddm-admin-client |
4552 | 2024-10-10T20:38:46.698Z | consumes: dpd-client |
4553 | 2024-10-10T20:38:46.698Z | consumes: gateway-client |
4554 | 2024-10-10T20:38:46.698Z | |
4555 | 2024-10-10T20:38:46.698Z | |
4556 | 2024-10-10T20:38:46.698Z | Installinator |
4557 | 2024-10-10T20:38:46.698Z | installinator (omicron/installinator) |
4558 | 2024-10-10T20:38:46.698Z | consumes: ddm-admin-client |
4559 | 2024-10-10T20:38:46.699Z | consumes: installinator-client |
4560 | 2024-10-10T20:38:46.699Z | |
4561 | 2024-10-10T20:38:46.699Z | |
4562 | 2024-10-10T20:38:46.699Z | Nexus |
4563 | 2024-10-10T20:38:46.699Z | omicron-nexus (omicron/nexus) |
4564 | 2024-10-10T20:38:46.699Z | exposes: Nexus Internal API (client = nexus-client) |
4565 | 2024-10-10T20:38:46.699Z | exposes: External API (client = oxide-client) |
4566 | 2024-10-10T20:38:46.699Z | consumes: cockroach-admin-client |
4567 | 2024-10-10T20:38:46.699Z | consumes: crucible-agent-client |
4568 | 2024-10-10T20:38:46.699Z | consumes: crucible-pantry-client |
4569 | 2024-10-10T20:38:46.699Z | consumes: dns-service-client |
4570 | 2024-10-10T20:38:46.699Z | consumes: dpd-client |
4571 | 2024-10-10T20:38:46.699Z | consumes: gateway-client |
4572 | 2024-10-10T20:38:46.699Z | consumes: mg-admin-client |
4573 | 2024-10-10T20:38:46.699Z | consumes: nexus-client |
4574 | 2024-10-10T20:38:46.699Z | consumes: oximeter-client |
4575 | 2024-10-10T20:38:46.699Z | consumes: propolis-client |
4576 | 2024-10-10T20:38:46.699Z | consumes: sled-agent-client |
4577 | 2024-10-10T20:38:46.699Z | |
4578 | 2024-10-10T20:38:46.699Z | |
4579 | 2024-10-10T20:38:46.699Z | Oximeter |
4580 | 2024-10-10T20:38:46.699Z | oximeter-collector (omicron/oximeter/collector) |
4581 | 2024-10-10T20:38:46.699Z | exposes: Oximeter (client = oximeter-client) |
4582 | 2024-10-10T20:38:46.702Z | consumes: nexus-client |
4583 | 2024-10-10T20:38:46.702Z | |
4584 | 2024-10-10T20:38:46.702Z | |
4585 | 2024-10-10T20:38:46.817Z | |
4586 | 2024-10-10T20:38:46.821Z | real 6.577343275 |
4587 | 2024-10-10T20:38:46.821Z | user 5.034873124 |
4588 | 2024-10-10T20:38:46.821Z | sys 2.008545741 |
4589 | 2024-10-10T20:38:46.821Z | trap 0.002633145 |
4590 | 2024-10-10T20:38:46.821Z | tflt 0.000004008 |
4591 | 2024-10-10T20:38:46.821Z | dflt 0.000016894 |
4592 | 2024-10-10T20:38:46.821Z | kflt 0.000000000 |
4593 | 2024-10-10T20:38:46.821Z | lock 0.001991935 |
4594 | 2024-10-10T20:38:46.821Z | slp 13.353859702 |
4595 | 2024-10-10T20:38:46.821Z | lat 0.037242332 |
4596 | 2024-10-10T20:38:46.821Z | stop 0.068014774 |
4597 | 2024-10-10T20:38:46.821Z | + ptime -m cargo xtask ls-apis servers |
4598 | 2024-10-10T20:38:47.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
4599 | 2024-10-10T20:38:47.445Z | Running `target/debug/xtask ls-apis servers` |
4600 | 2024-10-10T20:38:48.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
4601 | 2024-10-10T20:38:48.403Z | Running `target/debug/ls-apis servers` |
4602 | 2024-10-10T20:38:48.445Z | loading metadata for workspace omicron from current workspace |
4603 | 2024-10-10T20:38:49.762Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml |
4604 | 2024-10-10T20:38:49.766Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/11371b0/Cargo.toml |
4605 | 2024-10-10T20:38:49.769Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2b88ab8/Cargo.toml |
4606 | 2024-10-10T20:38:51.915Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
4607 | 2024-10-10T20:38:52.849Z | warning: workspace omicron: found client package missing from API manifest: clickhouse-admin-client |
4608 | 2024-10-10T20:38:52.862Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
4609 | 2024-10-10T20:38:52.872Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
4610 | 2024-10-10T20:38:52.966Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
4611 | 2024-10-10T20:38:52.969Z | |
4612 | 2024-10-10T20:38:52.969Z | omicron-cockroach-admin (omicron/cockroach-admin) |
4613 | 2024-10-10T20:38:52.969Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
4614 | 2024-10-10T20:38:52.969Z | |
4615 | 2024-10-10T20:38:52.969Z | crucible-agent (crucible/agent) |
4616 | 2024-10-10T20:38:52.969Z | exposes: Crucible Agent (client = crucible-agent-client) |
4617 | 2024-10-10T20:38:52.969Z | |
4618 | 2024-10-10T20:38:52.969Z | crucible-downstairs (crucible/downstairs) |
4619 | 2024-10-10T20:38:52.969Z | exposes: Crucible Repair (client = repair-client) |
4620 | 2024-10-10T20:38:52.969Z | consumes: repair-client |
4621 | 2024-10-10T20:38:52.969Z | |
4622 | 2024-10-10T20:38:52.969Z | crucible-pantry (crucible/pantry) |
4623 | 2024-10-10T20:38:52.969Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
4624 | 2024-10-10T20:38:52.971Z | |
4625 | 2024-10-10T20:38:52.971Z | dns-server (omicron/dns-server) |
4626 | 2024-10-10T20:38:52.971Z | exposes: DNS Server (client = dns-service-client) |
4627 | 2024-10-10T20:38:52.971Z | |
4628 | 2024-10-10T20:38:52.972Z | omicron-sled-agent (omicron/sled-agent) |
4629 | 2024-10-10T20:38:52.972Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
4630 | 2024-10-10T20:38:52.972Z | exposes: Sled Agent (client = sled-agent-client) |
4631 | 2024-10-10T20:38:52.974Z | consumes: bootstrap-agent-client |
4632 | 2024-10-10T20:38:52.974Z | consumes: ddm-admin-client |
4633 | 2024-10-10T20:38:52.975Z | consumes: dns-service-client |
4634 | 2024-10-10T20:38:52.975Z | consumes: dpd-client |
4635 | 2024-10-10T20:38:52.975Z | consumes: gateway-client |
4636 | 2024-10-10T20:38:52.975Z | consumes: mg-admin-client |
4637 | 2024-10-10T20:38:52.975Z | consumes: nexus-client |
4638 | 2024-10-10T20:38:52.975Z | consumes: propolis-client |
4639 | 2024-10-10T20:38:52.975Z | consumes: sled-agent-client |
4640 | 2024-10-10T20:38:52.975Z | |
4641 | 2024-10-10T20:38:52.975Z | propolis-server (propolis/bin/propolis-server) |
4642 | 2024-10-10T20:38:52.975Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
4643 | 2024-10-10T20:38:52.975Z | exposes: Propolis (client = propolis-client) |
4644 | 2024-10-10T20:38:52.975Z | consumes: nexus-client |
4645 | 2024-10-10T20:38:52.975Z | |
4646 | 2024-10-10T20:38:52.975Z | ddmd (maghemite/ddmd) |
4647 | 2024-10-10T20:38:52.975Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
4648 | 2024-10-10T20:38:52.977Z | consumes: dpd-client |
4649 | 2024-10-10T20:38:52.977Z | |
4650 | 2024-10-10T20:38:52.977Z | dpd (dendrite/dpd) |
4651 | 2024-10-10T20:38:52.977Z | exposes: Dendrite DPD (client = dpd-client) |
4652 | 2024-10-10T20:38:52.977Z | consumes: gateway-client |
4653 | 2024-10-10T20:38:52.977Z | consumes: nexus-client |
4654 | 2024-10-10T20:38:52.977Z | consumes: sled-agent-client |
4655 | 2024-10-10T20:38:52.978Z | |
4656 | 2024-10-10T20:38:52.978Z | mgd (maghemite/mgd) |
4657 | 2024-10-10T20:38:52.978Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
4658 | 2024-10-10T20:38:52.980Z | consumes: ddm-admin-client |
4659 | 2024-10-10T20:38:52.980Z | consumes: dpd-client |
4660 | 2024-10-10T20:38:52.980Z | |
4661 | 2024-10-10T20:38:52.980Z | omicron-gateway (omicron/gateway) |
4662 | 2024-10-10T20:38:52.980Z | exposes: Management Gateway Service (client = gateway-client) |
4663 | 2024-10-10T20:38:52.980Z | |
4664 | 2024-10-10T20:38:52.980Z | tfportd (dendrite/tfportd) |
4665 | 2024-10-10T20:38:52.981Z | consumes: dpd-client |
4666 | 2024-10-10T20:38:52.981Z | |
4667 | 2024-10-10T20:38:52.981Z | wicketd (omicron/wicketd) |
4668 | 2024-10-10T20:38:52.981Z | exposes: Wicketd Installinator (client = installinator-client) |
4669 | 2024-10-10T20:38:52.981Z | exposes: Wicketd (client = wicketd-client) |
4670 | 2024-10-10T20:38:52.981Z | consumes: bootstrap-agent-client |
4671 | 2024-10-10T20:38:52.981Z | consumes: ddm-admin-client |
4672 | 2024-10-10T20:38:52.981Z | consumes: dpd-client |
4673 | 2024-10-10T20:38:52.981Z | consumes: gateway-client |
4674 | 2024-10-10T20:38:52.981Z | |
4675 | 2024-10-10T20:38:52.981Z | installinator (omicron/installinator) |
4676 | 2024-10-10T20:38:52.981Z | consumes: ddm-admin-client |
4677 | 2024-10-10T20:38:52.981Z | consumes: installinator-client |
4678 | 2024-10-10T20:38:52.981Z | |
4679 | 2024-10-10T20:38:52.981Z | omicron-nexus (omicron/nexus) |
4680 | 2024-10-10T20:38:52.981Z | exposes: Nexus Internal API (client = nexus-client) |
4681 | 2024-10-10T20:38:52.981Z | exposes: External API (client = oxide-client) |
4682 | 2024-10-10T20:38:52.983Z | consumes: cockroach-admin-client |
4683 | 2024-10-10T20:38:52.983Z | consumes: crucible-agent-client |
4684 | 2024-10-10T20:38:52.984Z | consumes: crucible-pantry-client |
4685 | 2024-10-10T20:38:52.984Z | consumes: dns-service-client |
4686 | 2024-10-10T20:38:52.984Z | consumes: dpd-client |
4687 | 2024-10-10T20:38:52.984Z | consumes: gateway-client |
4688 | 2024-10-10T20:38:52.984Z | consumes: mg-admin-client |
4689 | 2024-10-10T20:38:52.984Z | consumes: nexus-client |
4690 | 2024-10-10T20:38:52.984Z | consumes: oximeter-client |
4691 | 2024-10-10T20:38:52.984Z | consumes: propolis-client |
4692 | 2024-10-10T20:38:52.984Z | consumes: sled-agent-client |
4693 | 2024-10-10T20:38:52.984Z | |
4694 | 2024-10-10T20:38:52.984Z | oximeter-collector (omicron/oximeter/collector) |
4695 | 2024-10-10T20:38:52.984Z | exposes: Oximeter (client = oximeter-client) |
4696 | 2024-10-10T20:38:52.984Z | consumes: nexus-client |
4697 | 2024-10-10T20:38:52.984Z | |
4698 | 2024-10-10T20:38:53.105Z | |
4699 | 2024-10-10T20:38:53.113Z | real 6.270760394 |
4700 | 2024-10-10T20:38:53.113Z | user 4.979228177 |
4701 | 2024-10-10T20:38:53.113Z | sys 1.952611670 |
4702 | 2024-10-10T20:38:53.113Z | trap 0.000387842 |
4703 | 2024-10-10T20:38:53.113Z | tflt 0.000003908 |
4704 | 2024-10-10T20:38:53.113Z | dflt 0.000244115 |
4705 | 2024-10-10T20:38:53.113Z | kflt 0.000000000 |
4706 | 2024-10-10T20:38:53.113Z | lock 0.001881351 |
4707 | 2024-10-10T20:38:53.113Z | slp 13.054083405 |
4708 | 2024-10-10T20:38:53.113Z | lat 0.025094784 |
4709 | 2024-10-10T20:38:53.113Z | stop 0.068572712 |
4710 | 2024-10-10T20:38:53.120Z | + banner test |
4711 | 2024-10-10T20:38:53.123Z | |
4712 | 2024-10-10T20:38:53.123Z | ##### ###### #### ##### |
4713 | 2024-10-10T20:38:53.123Z | # # # # |
4714 | 2024-10-10T20:38:53.123Z | # ##### #### # |
4715 | 2024-10-10T20:38:53.123Z | # # # # |
4716 | 2024-10-10T20:38:53.123Z | # # # # # |
4717 | 2024-10-10T20:38:53.123Z | # ###### #### # |
4718 | 2024-10-10T20:38:53.123Z | |
4719 | 2024-10-10T20:38:53.136Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
4720 | 2024-10-10T20:38:54.622Z | info: experimental features enabled: setup-scripts |
4721 | 2024-10-10T20:38:56.687Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4722 | 2024-10-10T20:38:56.841Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4723 | 2024-10-10T20:38:56.879Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4724 | 2024-10-10T20:38:56.904Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4725 | 2024-10-10T20:39:08.195Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.53s |
4726 | 2024-10-10T20:39:14.428Z | ------------ |
4727 | 2024-10-10T20:39:14.428Z | Nextest run ID 4edd1910-d12e-4099-9b6d-7a98aec38573 with nextest profile: ci |
4728 | 2024-10-10T20:39:14.428Z | Starting 1626 tests across 166 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) |
4729 | 2024-10-10T20:39:14.433Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4730 | 2024-10-10T20:39:15.259Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4731 | 2024-10-10T20:39:17.666Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4732 | 2024-10-10T20:39:19.480Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4733 | 2024-10-10T20:39:25.248Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.74s |
4734 | 2024-10-10T20:39:25.358Z | Running `target/debug/crdb-seed` |
4735 | 2024-10-10T20:39:25.397Z | Oct 10 20:39:24.471 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp1anV00 |
4736 | 2024-10-10T20:39:25.402Z | Oct 10 20:39:24.472 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpxwVwML,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp1anV00/listen-url |
4737 | 2024-10-10T20:39:25.402Z | Oct 10 20:39:24.474 INFO cockroach environment: BUILDOMAT_JOB_ID=01J9VZK7BJZQCNR9EEHF70T0MF BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client GITHUB_REF=refs/heads/sunshowers/spr/internal-dns-break-types-only-dependencies-to-dns-service-client GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=b7e85bf63249cdc815c66b15a2ffbd9fc8930bac GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envtm8dRG NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out:/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=4edd1910-d12e-4099-9b6d-7a98aec38573 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.80.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
4738 | 2024-10-10T20:39:26.456Z | Oct 10 20:39:25.532 INFO cockroach pid: 6540 |
4739 | 2024-10-10T20:39:26.461Z | Oct 10 20:39:25.532 INFO cockroach listen URL: postgresql://root@[::1]:43517/omicron?sslmode=disable |
4740 | 2024-10-10T20:39:26.461Z | Oct 10 20:39:25.532 INFO cockroach: populating |
4741 | 2024-10-10T20:39:29.109Z | Oct 10 20:39:28.178 INFO cockroach: populated |
4742 | 2024-10-10T20:39:31.218Z | Oct 10 20:39:30.293 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/6a8e2693b6932e078a07f1e42e388927a5edfb4cb3834f3feef6fa51f52e75e6.tar` |
4743 | 2024-10-10T20:39:31.223Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4744 | 2024-10-10T20:39:31.296Z | PASS [ 0.036s] api_identity test::test_identity |
4745 | 2024-10-10T20:39:31.296Z | PASS [ 0.030s] api_identity test::test_identity_no_field |
4746 | 2024-10-10T20:39:31.296Z | PASS [ 0.032s] bootstore schemes::tests::hello_roundtrip |
4747 | 2024-10-10T20:39:31.299Z | PASS [ 0.021s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4748 | 2024-10-10T20:39:31.299Z | PASS [ 0.025s] bootstore schemes::v0::share_pkg::tests::create_packages |
4749 | 2024-10-10T20:39:31.299Z | PASS [ 0.026s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4750 | 2024-10-10T20:39:31.299Z | PASS [ 0.052s] authz-macros tests::test_authz_snapshots |
4751 | 2024-10-10T20:39:31.347Z | PASS [ 0.049s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail |
4752 | 2024-10-10T20:39:31.364Z | PASS [ 0.068s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail |
4753 | 2024-10-10T20:39:31.364Z | PASS [ 0.063s] clickhouse-admin-types tests::test_empty_output_parse_fail |
4754 | 2024-10-10T20:39:31.364Z | PASS [ 0.102s] bootstore schemes::v0::peer::tests::network_config |
4755 | 2024-10-10T20:39:31.372Z | PASS [ 0.026s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail |
4756 | 2024-10-10T20:39:31.383Z | PASS [ 0.023s] clickhouse-admin-types tests::test_full_lgif_parse_success |
4757 | 2024-10-10T20:39:31.391Z | PASS [ 0.035s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success |
4758 | 2024-10-10T20:39:31.397Z | PASS [ 0.032s] clickhouse-admin-types tests::test_full_raft_config_parse_success |
4759 | 2024-10-10T20:39:31.415Z | PASS [ 0.038s] clickhouse-admin-types tests::test_generate_keeper_config |
4760 | 2024-10-10T20:39:31.415Z | PASS [ 0.028s] clickhouse-admin-types tests::test_generate_replica_config |
4761 | 2024-10-10T20:39:31.427Z | PASS [ 0.025s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail |
4762 | 2024-10-10T20:39:31.427Z | PASS [ 0.032s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail |
4763 | 2024-10-10T20:39:31.433Z | PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail |
4764 | 2024-10-10T20:39:31.437Z | PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail |
4765 | 2024-10-10T20:39:31.442Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail |
4766 | 2024-10-10T20:39:31.454Z | PASS [ 0.016s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail |
4767 | 2024-10-10T20:39:31.454Z | PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail |
4768 | 2024-10-10T20:39:31.470Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail |
4769 | 2024-10-10T20:39:31.470Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail |
4770 | 2024-10-10T20:39:31.474Z | PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail |
4771 | 2024-10-10T20:39:31.523Z | PASS [ 0.025s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail |
4772 | 2024-10-10T20:39:31.526Z | PASS [ 0.020s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail |
4773 | 2024-10-10T20:39:31.526Z | PASS [ 0.026s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail |
4774 | 2024-10-10T20:39:31.527Z | PASS [ 0.025s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail |
4775 | 2024-10-10T20:39:31.527Z | PASS [ 0.220s] cert-dev::test-cert-dev test_cert_create |
4776 | 2024-10-10T20:39:31.527Z | PASS [ 0.024s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail |
4777 | 2024-10-10T20:39:31.527Z | PASS [ 0.028s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail |
4778 | 2024-10-10T20:39:31.527Z | PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail |
4779 | 2024-10-10T20:39:31.527Z | PASS [ 0.028s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail |
4780 | 2024-10-10T20:39:31.531Z | PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
4781 | 2024-10-10T20:39:31.542Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
4782 | 2024-10-10T20:39:31.542Z | PASS [ 0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
4783 | 2024-10-10T20:39:31.547Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
4784 | 2024-10-10T20:39:31.554Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
4785 | 2024-10-10T20:39:31.605Z | PASS [ 0.098s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
4786 | 2024-10-10T20:39:31.605Z | PASS [ 0.092s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
4787 | 2024-10-10T20:39:31.697Z | PASS [ 0.086s] db-macros lookup::test::test_lookup_snapshots |
4788 | 2024-10-10T20:39:31.712Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
4789 | 2024-10-10T20:39:31.729Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4790 | 2024-10-10T20:39:31.747Z | PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4791 | 2024-10-10T20:39:31.765Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4792 | 2024-10-10T20:39:31.784Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4793 | 2024-10-10T20:39:31.805Z | PASS [ 0.022s] db-macros tests::test_derive_snapshots |
4794 | 2024-10-10T20:39:31.826Z | PASS [ 0.276s] db-dev::test-db-dev test_db_dev_populate_no_args |
4795 | 2024-10-10T20:39:31.826Z | PASS [ 0.272s] db-dev::test-db-dev test_db_dev_wipe_no_args |
4796 | 2024-10-10T20:39:31.833Z | PASS [ 0.029s] db-macros tests::test_derive_with_unknown_field |
4797 | 2024-10-10T20:39:32.063Z | PASS [ 0.233s] dns-server storage::test::test_update_in_progress |
4798 | 2024-10-10T20:39:32.074Z | PASS [ 0.240s] dns-server storage::test::test_update_interrupted |
4799 | 2024-10-10T20:39:32.080Z | PASS [ 0.261s] dns-server storage::test::test_update_basic |
4800 | 2024-10-10T20:39:32.381Z | PASS [ 1.128s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4801 | 2024-10-10T20:39:32.588Z | PASS [ 0.525s] dns-server::basic_test a_crud |
4802 | 2024-10-10T20:39:32.604Z | PASS [ 0.521s] dns-server::basic_test aaaa_crud |
4803 | 2024-10-10T20:39:32.604Z | PASS [ 0.514s] dns-server::basic_test empty_record |
4804 | 2024-10-10T20:39:32.689Z | PASS [ 0.304s] dns-server::basic_test multi_record_crud |
4805 | 2024-10-10T20:39:32.883Z | PASS [ 0.279s] dns-server::basic_test nxdomain |
4806 | 2024-10-10T20:39:32.923Z | PASS [ 0.317s] dns-server::basic_test servfail |
4807 | 2024-10-10T20:39:32.935Z | PASS [ 0.344s] dns-server::basic_test name_contains_zone |
4808 | 2024-10-10T20:39:32.973Z | PASS [ 0.288s] dns-server::basic_test srv_crud |
4809 | 2024-10-10T20:39:32.981Z | PASS [ 0.050s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4810 | 2024-10-10T20:39:32.988Z | PASS [ 0.068s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4811 | 2024-10-10T20:39:33.064Z | PASS [ 0.078s] illumos-utils destructor::test::test_delayed_delete |
4812 | 2024-10-10T20:39:33.064Z | PASS [ 0.060s] illumos-utils destructor::test::test_destructor_bad_close |
4813 | 2024-10-10T20:39:33.080Z | PASS [ 0.033s] illumos-utils link::test::test_allocate |
4814 | 2024-10-10T20:39:33.087Z | PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes |
4815 | 2024-10-10T20:39:33.108Z | PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4816 | 2024-10-10T20:39:33.119Z | PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_avail |
4817 | 2024-10-10T20:39:33.133Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_bad_quota |
4818 | 2024-10-10T20:39:33.141Z | PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_reservation |
4819 | 2024-10-10T20:39:33.158Z | PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_usage |
4820 | 2024-10-10T20:39:33.166Z | PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_bad_uuid |
4821 | 2024-10-10T20:39:33.202Z | PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_missing_fields |
4822 | 2024-10-10T20:39:33.202Z | PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props |
4823 | 2024-10-10T20:39:33.218Z | PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_props_with_optionals |
4824 | 2024-10-10T20:39:33.224Z | PASS [ 0.026s] illumos-utils zone::tests::test_parse_ip_network |
4825 | 2024-10-10T20:39:33.246Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool |
4826 | 2024-10-10T20:39:33.255Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4827 | 2024-10-10T20:39:33.944Z | PASS [ 0.963s] illumos-utils destructor::test::test_delayed_delete_with_error |
4828 | 2024-10-10T20:39:34.142Z | PASS [ 0.190s] installinator-common block_size_writer::tests::proptest_block_writer |
4829 | 2024-10-10T20:39:35.353Z | PASS [ 1.213s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records |
4830 | 2024-10-10T20:39:35.682Z | PASS [ 0.334s] internal-dns-resolver resolver::test::insert_and_lookup_one_record |
4831 | 2024-10-10T20:39:36.082Z | PASS [ 0.399s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails |
4832 | 2024-10-10T20:39:36.744Z | PASS [ 0.656s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server |
4833 | 2024-10-10T20:39:36.844Z | PASS [ 3.961s] dns-server::commands_test test_dnsadm |
4834 | 2024-10-10T20:39:37.157Z | PASS [ 0.414s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client |
4835 | 2024-10-10T20:39:37.262Z | PASS [ 0.423s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets |
4836 | 2024-10-10T20:39:37.297Z | PASS [ 0.037s] internal-dns-types config::test::display_hosts |
4837 | 2024-10-10T20:39:37.322Z | PASS [ 0.025s] internal-dns-types config::test::display_srv_service |
4838 | 2024-10-10T20:39:37.371Z | PASS [ 0.048s] internal-dns-types config::test::test_builder_errors |
4839 | 2024-10-10T20:39:37.478Z | PASS [ 0.107s] internal-dns-types config::test::test_builder_output |
4840 | 2024-10-10T20:39:37.503Z | PASS [ 0.343s] internal-dns-resolver resolver::test::update_record |
4841 | 2024-10-10T20:39:37.549Z | PASS [ 0.051s] internal-dns-types diff::test::diff_different |
4842 | 2024-10-10T20:39:37.549Z | PASS [ 0.033s] internal-dns-types diff::test::diff_equivalent |
4843 | 2024-10-10T20:39:37.559Z | PASS [ 0.029s] internal-dns-types diff::test::diff_invalid |
4844 | 2024-10-10T20:39:37.575Z | PASS [ 0.035s] ipcc tests::deserialize_fixed_value |
4845 | 2024-10-10T20:39:37.622Z | PASS [ 0.056s] ipcc tests::installinator_image_id_round_trip |
4846 | 2024-10-10T20:39:37.622Z | PASS [ 0.039s] ipcc tests::serialized_size |
4847 | 2024-10-10T20:39:37.691Z | PASS [ 0.072s] key-manager tests::different_disks_produce_different_keys |
4848 | 2024-10-10T20:39:37.706Z | PASS [ 0.063s] key-manager tests::different_ikm_produces_different_keys |
4849 | 2024-10-10T20:39:37.729Z | PASS [ 0.029s] key-manager tests::disk_encryption_key_epoch_0 |
4850 | 2024-10-10T20:39:37.750Z | PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4851 | 2024-10-10T20:39:37.750Z | PASS [ 6.174s] db-dev::test-db-dev test_db_killed |
4852 | 2024-10-10T20:39:37.817Z | PASS [ 0.087s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
4853 | 2024-10-10T20:39:37.849Z | PASS [ 0.119s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
4854 | 2024-10-10T20:39:37.849Z | PASS [ 0.111s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
4855 | 2024-10-10T20:39:37.856Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_get_token |
4856 | 2024-10-10T20:39:37.865Z | PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
4857 | 2024-10-10T20:39:37.883Z | PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
4858 | 2024-10-10T20:39:37.898Z | PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
4859 | 2024-10-10T20:39:37.913Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
4860 | 2024-10-10T20:39:37.920Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
4861 | 2024-10-10T20:39:37.920Z | PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
4862 | 2024-10-10T20:39:37.946Z | PASS [ 0.048s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
4863 | 2024-10-10T20:39:37.977Z | PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_make_header_value |
4864 | 2024-10-10T20:39:37.978Z | PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
4865 | 2024-10-10T20:39:38.004Z | PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
4866 | 2024-10-10T20:39:38.024Z | PASS [ 0.068s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
4867 | 2024-10-10T20:39:38.030Z | PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
4868 | 2024-10-10T20:39:38.037Z | PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
4869 | 2024-10-10T20:39:38.051Z | PASS [ 0.038s] nexus-auth authn::external::test::test_authn_sequence |
4870 | 2024-10-10T20:39:38.066Z | PASS [ 0.039s] nexus-auth authn::external::token::test::test_make_header_value |
4871 | 2024-10-10T20:39:38.076Z | PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
4872 | 2024-10-10T20:39:38.076Z | PASS [ 0.028s] nexus-auth authn::external::token::test::test_token_header_missing |
4873 | 2024-10-10T20:39:38.089Z | PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_valid |
4874 | 2024-10-10T20:39:38.141Z | PASS [ 0.062s] nexus-auth authn::test::test_internal_users |
4875 | 2024-10-10T20:39:38.151Z | PASS [ 0.060s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
4876 | 2024-10-10T20:39:38.218Z | PASS [ 0.072s] nexus-auth context::test::test_background_context |
4877 | 2024-10-10T20:39:38.218Z | PASS [ 0.124s] nexus-auth authz::context::test::test_unregistered_resource |
4878 | 2024-10-10T20:39:38.231Z | PASS [ 0.077s] nexus-auth context::test::test_child_context |
4879 | 2024-10-10T20:39:38.290Z | PASS [ 0.066s] nexus-auth context::test::test_test_context |
4880 | 2024-10-10T20:39:38.462Z | PASS [ 0.115s] nexus-config nexus_config::test::test_config_empty |
4881 | 2024-10-10T20:39:38.462Z | PASS [ 0.157s] nexus-config nexus_config::test::test_config_bad_toml |
4882 | 2024-10-10T20:39:38.492Z | PASS [ 0.087s] nexus-config nexus_config::test::test_config_nonexistent |
4883 | 2024-10-10T20:39:38.548Z | PASS [ 0.057s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
4884 | 2024-10-10T20:39:38.556Z | PASS [ 0.310s] nexus-config nexus_config::test::test_bad_authn_schemes |
4885 | 2024-10-10T20:39:38.711Z | PASS [ 0.086s] nexus-config nexus_config::test::test_valid |
4886 | 2024-10-10T20:39:38.711Z | PASS [ 0.205s] nexus-config nexus_config::test::test_deployment_config_schema |
4887 | 2024-10-10T20:39:38.711Z | PASS [ 0.098s] nexus-config nexus_config::test::test_repo_configs_are_valid |
4888 | 2024-10-10T20:39:38.769Z | PASS [ 0.094s] nexus-config postgres_config::test::test_bad_url |
4889 | 2024-10-10T20:39:38.769Z | PASS [ 0.071s] nexus-config postgres_config::test::test_example_url |
4890 | 2024-10-10T20:39:38.803Z | PASS [ 0.050s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
4891 | 2024-10-10T20:39:38.836Z | PASS [ 0.093s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
4892 | 2024-10-10T20:39:38.836Z | PASS [ 0.114s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
4893 | 2024-10-10T20:39:38.872Z | PASS [ 0.059s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
4894 | 2024-10-10T20:39:38.904Z | PASS [ 0.062s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4895 | 2024-10-10T20:39:38.923Z | PASS [ 0.100s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
4896 | 2024-10-10T20:39:38.959Z | PASS [ 0.114s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4897 | 2024-10-10T20:39:38.982Z | PASS [ 0.064s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware |
4898 | 2024-10-10T20:39:38.999Z | PASS [ 0.040s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4899 | 2024-10-10T20:39:39.007Z | PASS [ 0.118s] nexus-db-model device_auth::test::test_generate_user_code |
4900 | 2024-10-10T20:39:39.033Z | PASS [ 0.032s] nexus-db-model schema_versions::test::test_known_versions |
4901 | 2024-10-10T20:39:39.050Z | PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
4902 | 2024-10-10T20:39:39.050Z | PASS [ 0.065s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
4903 | 2024-10-10T20:39:39.068Z | PASS [ 0.036s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
4904 | 2024-10-10T20:39:39.082Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
4905 | 2024-10-10T20:39:39.082Z | PASS [ 0.028s] nexus-db-model schema_versions::test::test_verify |
4906 | 2024-10-10T20:39:39.110Z | PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4907 | 2024-10-10T20:39:39.110Z | PASS [ 0.027s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4908 | 2024-10-10T20:39:39.123Z | PASS [ 0.034s] nexus-db-model tests::test_ipv6_net_random_subnet |
4909 | 2024-10-10T20:39:39.166Z | PASS [ 0.049s] nexus-db-model tests::test_roles_database_strings |
4910 | 2024-10-10T20:39:39.166Z | PASS [ 0.041s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4911 | 2024-10-10T20:39:39.166Z | PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states |
4912 | 2024-10-10T20:39:39.429Z | PASS [ 6.166s] installinator mock_peers::tests::proptest_fetch_artifact |
4913 | 2024-10-10T20:39:43.065Z | PASS [ 6.910s] installinator write::tests::proptest_write_artifact |
4914 | 2024-10-10T20:39:46.237Z | PASS [ 6.816s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4915 | 2024-10-10T20:39:46.878Z | PASS [ 7.713s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4916 | 2024-10-10T20:39:46.939Z | PASS [ 7.782s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4917 | 2024-10-10T20:39:46.987Z | PASS [ 7.817s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4918 | 2024-10-10T20:39:47.291Z | PASS [ 7.123s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4919 | 2024-10-10T20:39:50.596Z | PASS [ 18.990s] db-dev::test-db-dev test_db_run |
4920 | 2024-10-10T20:39:50.644Z | PASS [ 0.047s] nexus-db-queries db::collection_attach::test::test_verify_query |
4921 | 2024-10-10T20:39:52.891Z | PASS [ 6.007s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4922 | 2024-10-10T20:39:53.082Z | PASS [ 6.841s] nexus-db-queries db::collection_attach::test::test_attach_once |
4923 | 2024-10-10T20:39:53.575Z | PASS [ 6.587s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4924 | 2024-10-10T20:39:53.636Z | PASS [ 6.344s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4925 | 2024-10-10T20:39:53.684Z | PASS [ 6.744s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4926 | 2024-10-10T20:39:55.357Z | PASS [ 24.080s] bootstore::v0-fsm-proptest-learner run |
4927 | 2024-10-10T20:39:55.401Z | PASS [ 0.045s] nexus-db-queries db::collection_detach::test::test_verify_query |
4928 | 2024-10-10T20:39:55.749Z | PASS [ 5.104s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4929 | 2024-10-10T20:39:59.291Z | PASS [ 6.405s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4930 | 2024-10-10T20:39:59.378Z | PASS [ 6.305s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4931 | 2024-10-10T20:39:59.620Z | PASS [ 5.924s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4932 | 2024-10-10T20:39:59.855Z | PASS [ 6.263s] nexus-db-queries db::collection_detach::test::test_detach_once |
4933 | 2024-10-10T20:40:00.169Z | PASS [ 6.497s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4934 | 2024-10-10T20:40:00.853Z | PASS [ 29.558s] bootstore::v0-fsm-proptest-rack-coordinator run |
4935 | 2024-10-10T20:40:01.088Z | PASS [ 5.685s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4936 | 2024-10-10T20:40:01.163Z | PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4937 | 2024-10-10T20:40:01.783Z | PASS [ 6.033s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4938 | 2024-10-10T20:40:05.384Z | PASS [ 5.778s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4939 | 2024-10-10T20:40:05.409Z | PASS [ 0.026s] nexus-db-queries db::collection_insert::test::test_verify_query |
4940 | 2024-10-10T20:40:05.437Z | PASS [ 0.026s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
4941 | 2024-10-10T20:40:05.464Z | PASS [ 0.028s] nexus-db-queries db::column_walker::test::test_walk_columns |
4942 | 2024-10-10T20:40:05.493Z | PASS [ 0.029s] nexus-db-queries db::column_walker::test::test_walk_table |
4943 | 2024-10-10T20:40:05.506Z | PASS [ 6.217s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4944 | 2024-10-10T20:40:05.626Z | PASS [ 6.244s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4945 | 2024-10-10T20:40:05.626Z | PASS [ 5.784s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4946 | 2024-10-10T20:40:06.372Z | PASS [ 6.237s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4947 | 2024-10-10T20:40:06.924Z | PASS [ 6.080s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4948 | 2024-10-10T20:40:07.031Z | PASS [ 5.883s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4949 | 2024-10-10T20:40:07.156Z | PASS [ 5.356s] nexus-db-queries db::collection_insert::test::test_collection_present |
4950 | 2024-10-10T20:40:13.067Z | PASS [ 6.035s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4951 | 2024-10-10T20:40:13.549Z | PASS [ 6.410s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
4952 | 2024-10-10T20:40:13.650Z | PASS [ 6.726s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4953 | 2024-10-10T20:40:13.685Z | PASS [ 8.061s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
4954 | 2024-10-10T20:40:13.819Z | PASS [ 8.322s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
4955 | 2024-10-10T20:40:13.839Z | PASS [ 8.328s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name |
4956 | 2024-10-10T20:40:13.880Z | PASS [ 8.247s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
4957 | 2024-10-10T20:40:14.581Z | PASS [ 8.207s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
4958 | 2024-10-10T20:40:22.037Z | PASS [ 8.969s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
4959 | 2024-10-10T20:40:22.385Z | PASS [ 8.734s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
4960 | 2024-10-10T20:40:22.436Z | PASS [ 0.051s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4961 | 2024-10-10T20:40:22.613Z | PASS [ 9.061s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
4962 | 2024-10-10T20:40:22.716Z | PASS [ 8.896s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target |
4963 | 2024-10-10T20:40:22.787Z | PASS [ 9.099s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
4964 | 2024-10-10T20:40:22.858Z | PASS [ 8.978s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
4965 | 2024-10-10T20:40:23.070Z | PASS [ 9.230s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
4966 | 2024-10-10T20:40:23.134Z | PASS [ 8.551s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
4967 | 2024-10-10T20:40:30.710Z | PASS [ 8.671s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
4968 | 2024-10-10T20:40:30.789Z | PASS [ 8.352s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4969 | 2024-10-10T20:40:31.470Z | PASS [ 8.682s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4970 | 2024-10-10T20:40:31.538Z | PASS [ 8.923s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
4971 | 2024-10-10T20:40:31.593Z | PASS [ 8.732s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4972 | 2024-10-10T20:40:31.608Z | PASS [ 8.536s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4973 | 2024-10-10T20:40:31.961Z | PASS [ 8.825s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
4974 | 2024-10-10T20:40:32.247Z | PASS [ 9.529s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
4975 | 2024-10-10T20:40:39.354Z | PASS [ 8.564s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent |
4976 | 2024-10-10T20:40:40.034Z | PASS [ 8.442s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked |
4977 | 2024-10-10T20:40:40.192Z | PASS [ 8.712s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
4978 | 2024-10-10T20:40:40.192Z | PASS [ 8.645s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids |
4979 | 2024-10-10T20:40:40.192Z | PASS [ 8.574s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
4980 | 2024-10-10T20:40:40.433Z | PASS [ 8.464s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ |
4981 | 2024-10-10T20:40:40.433Z | PASS [ 8.177s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
4982 | 2024-10-10T20:40:40.736Z | PASS [ 10.022s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent |
4983 | 2024-10-10T20:40:48.060Z | PASS [ 8.705s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay |
4984 | 2024-10-10T20:40:48.350Z | PASS [ 8.311s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
4985 | 2024-10-10T20:40:48.714Z | PASS [ 8.278s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
4986 | 2024-10-10T20:40:49.219Z | PASS [ 9.022s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database |
4987 | 2024-10-10T20:40:49.336Z | PASS [ 8.591s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
4988 | 2024-10-10T20:40:49.336Z | PASS [ 8.899s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4989 | 2024-10-10T20:40:49.395Z | PASS [ 9.207s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion |
4990 | 2024-10-10T20:40:51.921Z | PASS [ 11.728s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4991 | 2024-10-10T20:40:56.256Z | PASS [ 7.908s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
4992 | 2024-10-10T20:40:56.474Z | PASS [ 7.762s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
4993 | 2024-10-10T20:40:57.466Z | PASS [ 8.071s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge |
4994 | 2024-10-10T20:40:57.516Z | PASS [ 8.295s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
4995 | 2024-10-10T20:40:57.562Z | PASS [ 8.235s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
4996 | 2024-10-10T20:40:58.098Z | PASS [ 8.757s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
4997 | 2024-10-10T20:40:58.232Z | PASS [ 10.166s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
4998 | 2024-10-10T20:40:59.331Z | PASS [ 7.408s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors |
4999 | 2024-10-10T20:41:04.529Z | PASS [ 8.053s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged |
5000 | 2024-10-10T20:41:05.679Z | PASS [ 8.161s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
5001 | 2024-10-10T20:41:06.404Z | PASS [ 8.839s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
5002 | 2024-10-10T20:41:06.503Z | PASS [ 8.406s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
5003 | 2024-10-10T20:41:06.704Z | PASS [ 8.472s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
5004 | 2024-10-10T20:41:07.313Z | PASS [ 7.980s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
5005 | 2024-10-10T20:41:12.147Z | PASS [ 7.615s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
5006 | 2024-10-10T20:41:13.377Z | PASS [ 17.116s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly |
5007 | 2024-10-10T20:41:13.969Z | PASS [ 8.288s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
5008 | 2024-10-10T20:41:15.029Z | PASS [ 8.320s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
5009 | 2024-10-10T20:41:15.140Z | PASS [ 7.823s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
5010 | 2024-10-10T20:41:15.152Z | PASS [ 8.745s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
5011 | 2024-10-10T20:41:15.178Z | PASS [ 0.038s] nexus-db-queries db::datastore::region::test::test_extent_count |
5012 | 2024-10-10T20:41:15.607Z | PASS [ 9.097s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
5013 | 2024-10-10T20:41:19.452Z | PASS [ 7.302s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
5014 | 2024-10-10T20:41:22.086Z | PASS [ 8.707s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
5015 | 2024-10-10T20:41:22.818Z | PASS [ 7.667s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
5016 | 2024-10-10T20:41:22.860Z | PASS [ 7.685s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
5017 | 2024-10-10T20:41:22.895Z | PASS [ 7.870s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
5018 | 2024-10-10T20:41:23.046Z | PASS [ 9.077s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
5019 | 2024-10-10T20:41:23.143Z | PASS [ 7.540s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
5020 | 2024-10-10T20:41:23.707Z | PASS [ 26.237s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters |
5021 | 2024-10-10T20:41:26.313Z | PASS [ 6.860s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
5022 | 2024-10-10T20:41:30.030Z | PASS [ 7.943s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
5023 | 2024-10-10T20:41:30.820Z | PASS [ 7.924s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
5024 | 2024-10-10T20:41:30.890Z | PASS [ 8.071s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
5025 | 2024-10-10T20:41:30.955Z | PASS [ 7.908s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
5026 | 2024-10-10T20:41:31.090Z | PASS [ 8.228s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
5027 | 2024-10-10T20:41:31.186Z | PASS [ 8.041s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
5028 | 2024-10-10T20:41:31.245Z | PASS [ 7.535s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
5029 | 2024-10-10T20:41:33.927Z | PASS [ 7.612s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
5030 | 2024-10-10T20:41:37.928Z | PASS [ 7.898s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
5031 | 2024-10-10T20:41:39.037Z | PASS [ 8.143s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment |
5032 | 2024-10-10T20:41:39.147Z | PASS [ 8.323s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
5033 | 2024-10-10T20:41:39.397Z | PASS [ 8.438s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
5034 | 2024-10-10T20:41:39.842Z | PASS [ 8.594s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
5035 | 2024-10-10T20:41:40.248Z | PASS [ 9.060s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
5036 | 2024-10-10T20:41:40.716Z | PASS [ 9.623s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
5037 | 2024-10-10T20:41:43.990Z | PASS [ 10.061s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
5038 | 2024-10-10T20:41:45.184Z | PASS [ 7.254s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
5039 | 2024-10-10T20:41:47.131Z | PASS [ 7.982s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
5040 | 2024-10-10T20:41:47.194Z | PASS [ 7.796s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
5041 | 2024-10-10T20:41:47.249Z | PASS [ 8.211s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
5042 | 2024-10-10T20:41:47.519Z | PASS [ 7.677s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
5043 | 2024-10-10T20:41:47.705Z | PASS [ 7.456s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
5044 | 2024-10-10T20:41:48.124Z | PASS [ 7.409s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
5045 | 2024-10-10T20:41:50.013Z | PASS [ 4.826s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
5046 | 2024-10-10T20:41:50.361Z | PASS [ 6.369s] nexus-db-queries db::datastore::test::test_project_creation |
5047 | 2024-10-10T20:41:55.570Z | PASS [ 8.435s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
5048 | 2024-10-10T20:41:55.711Z | PASS [ 8.459s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
5049 | 2024-10-10T20:41:56.254Z | PASS [ 8.547s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
5050 | 2024-10-10T20:41:56.308Z | PASS [ 8.787s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
5051 | 2024-10-10T20:42:00.694Z | PASS [ 13.500s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
5052 | 2024-10-10T20:42:01.830Z | PASS [ 5.574s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
5053 | 2024-10-10T20:42:01.850Z | PASS [ 13.721s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
5054 | 2024-10-10T20:42:02.837Z | PASS [ 12.821s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
5055 | 2024-10-10T20:42:03.343Z | PASS [ 7.630s] nexus-db-queries db::datastore::test::test_session_methods |
5056 | 2024-10-10T20:42:03.518Z | PASS [ 7.204s] nexus-db-queries db::datastore::test::test_ssh_keys |
5057 | 2024-10-10T20:42:04.117Z | PASS [ 13.753s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
5058 | 2024-10-10T20:42:07.611Z | PASS [ 6.913s] nexus-db-queries db::datastore::test::test_table_scan |
5059 | 2024-10-10T20:42:08.032Z | PASS [ 12.465s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
5060 | 2024-10-10T20:42:08.060Z | PASS [ 0.028s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
5061 | 2024-10-10T20:42:08.090Z | PASS [ 0.030s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
5062 | 2024-10-10T20:42:09.324Z | PASS [ 7.493s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
5063 | 2024-10-10T20:42:09.658Z | PASS [ 7.806s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
5064 | 2024-10-10T20:42:10.254Z | PASS [ 7.416s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
5065 | 2024-10-10T20:42:10.787Z | PASS [ 7.442s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
5066 | 2024-10-10T20:42:11.001Z | PASS [ 6.884s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
5067 | 2024-10-10T20:42:11.136Z | PASS [ 7.619s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime |
5068 | 2024-10-10T20:42:14.268Z | PASS [ 6.654s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
5069 | 2024-10-10T20:42:14.847Z | PASS [ 6.752s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
5070 | 2024-10-10T20:42:16.993Z | PASS [ 7.669s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
5071 | 2024-10-10T20:42:17.192Z | PASS [ 7.532s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned |
5072 | 2024-10-10T20:42:17.867Z | PASS [ 7.614s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
5073 | 2024-10-10T20:42:18.353Z | PASS [ 7.566s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
5074 | 2024-10-10T20:42:19.138Z | PASS [ 8.001s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
5075 | 2024-10-10T20:42:19.844Z | PASS [ 4.961s] nexus-db-queries db::explain::test::test_explain_async |
5076 | 2024-10-10T20:42:20.168Z | PASS [ 9.166s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
5077 | 2024-10-10T20:42:21.963Z | PASS [ 4.968s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
5078 | 2024-10-10T20:42:21.997Z | PASS [ 0.035s] nexus-db-queries db::pagination::test::test_paginator |
5079 | 2024-10-10T20:42:22.082Z | PASS [ 7.814s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
5080 | 2024-10-10T20:42:23.340Z | PASS [ 5.469s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
5081 | 2024-10-10T20:42:23.729Z | PASS [ 6.538s] nexus-db-queries db::lookup::test::test_lookup |
5082 | 2024-10-10T20:42:24.548Z | PASS [ 6.195s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
5083 | 2024-10-10T20:42:25.289Z | PASS [ 6.150s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins |
5084 | 2024-10-10T20:42:25.935Z | PASS [ 6.123s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
5085 | 2024-10-10T20:42:26.126Z | PASS [ 5.955s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
5086 | 2024-10-10T20:42:29.905Z | PASS [ 7.906s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
5087 | 2024-10-10T20:42:29.944Z | PASS [ 7.864s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
5088 | 2024-10-10T20:42:31.229Z | PASS [ 7.888s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
5089 | 2024-10-10T20:42:31.333Z | PASS [ 7.603s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
5090 | 2024-10-10T20:42:31.369Z | PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
5091 | 2024-10-10T20:42:32.278Z | PASS [ 7.727s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
5092 | 2024-10-10T20:42:32.971Z | PASS [ 7.680s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
5093 | 2024-10-10T20:42:33.571Z | PASS [ 7.637s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
5094 | 2024-10-10T20:42:33.802Z | PASS [ 7.675s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
5095 | 2024-10-10T20:42:37.185Z | PASS [ 7.237s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
5096 | 2024-10-10T20:42:37.514Z | PASS [ 7.609s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
5097 | 2024-10-10T20:42:38.715Z | PASS [ 7.345s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
5098 | 2024-10-10T20:42:39.976Z | PASS [ 8.745s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
5099 | 2024-10-10T20:42:40.295Z | PASS [ 8.016s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
5100 | 2024-10-10T20:42:40.542Z | PASS [ 7.570s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
5101 | 2024-10-10T20:42:40.888Z | PASS [ 7.306s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
5102 | 2024-10-10T20:42:40.888Z | PASS [ 7.076s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
5103 | 2024-10-10T20:42:44.254Z | PASS [ 7.066s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
5104 | 2024-10-10T20:42:44.280Z | PASS [ 6.763s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
5105 | 2024-10-10T20:42:44.323Z | PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address |
5106 | 2024-10-10T20:42:45.919Z | PASS [ 7.202s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
5107 | 2024-10-10T20:42:47.414Z | PASS [ 7.437s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
5108 | 2024-10-10T20:42:48.120Z | PASS [ 7.819s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
5109 | 2024-10-10T20:42:48.219Z | PASS [ 7.676s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
5110 | 2024-10-10T20:42:48.316Z | PASS [ 7.437s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
5111 | 2024-10-10T20:42:48.348Z | PASS [ 0.032s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
5112 | 2024-10-10T20:42:48.506Z | PASS [ 7.617s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
5113 | 2024-10-10T20:42:48.768Z | PASS [ 0.259s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers |
5114 | 2024-10-10T20:42:48.992Z | PASS [ 0.228s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer |
5115 | 2024-10-10T20:42:51.158Z | PASS [ 6.904s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
5116 | 2024-10-10T20:42:51.338Z | PASS [ 5.419s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined |
5117 | 2024-10-10T20:42:51.448Z | PASS [ 7.127s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
5118 | 2024-10-10T20:42:52.171Z | PASS [ 0.835s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
5119 | 2024-10-10T20:42:52.379Z | PASS [ 0.208s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
5120 | 2024-10-10T20:42:52.607Z | PASS [ 0.225s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
5121 | 2024-10-10T20:42:52.948Z | PASS [ 0.341s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
5122 | 2024-10-10T20:42:53.233Z | PASS [ 0.284s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
5123 | 2024-10-10T20:42:53.348Z | PASS [ 5.930s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
5124 | 2024-10-10T20:42:53.706Z | PASS [ 5.589s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined |
5125 | 2024-10-10T20:42:53.930Z | PASS [ 5.704s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps |
5126 | 2024-10-10T20:42:53.930Z | PASS [ 5.574s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
5127 | 2024-10-10T20:42:53.999Z | PASS [ 0.068s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
5128 | 2024-10-10T20:42:54.029Z | PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
5129 | 2024-10-10T20:42:54.060Z | PASS [ 0.030s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
5130 | 2024-10-10T20:42:54.073Z | PASS [ 5.080s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers |
5131 | 2024-10-10T20:42:54.091Z | PASS [ 0.032s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
5132 | 2024-10-10T20:42:54.106Z | PASS [ 0.031s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
5133 | 2024-10-10T20:42:56.110Z | PASS [ 4.948s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer |
5134 | 2024-10-10T20:42:56.278Z | PASS [ 4.824s] nexus-db-queries db::queries::region_allocation::test::explainable |
5135 | 2024-10-10T20:42:58.232Z | PASS [ 5.000s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
5136 | 2024-10-10T20:42:58.321Z | PASS [ 4.975s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
5137 | 2024-10-10T20:42:58.993Z | PASS [ 5.289s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
5138 | 2024-10-10T20:42:59.401Z | PASS [ 5.293s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
5139 | 2024-10-10T20:42:59.444Z | PASS [ 0.044s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
5140 | 2024-10-10T20:42:59.483Z | PASS [ 5.554s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
5141 | 2024-10-10T20:42:59.519Z | PASS [ 5.424s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
5142 | 2024-10-10T20:42:59.563Z | PASS [ 0.084s] nexus-inventory builder::test::test_empty |
5143 | 2024-10-10T20:42:59.615Z | PASS [ 0.098s] nexus-inventory builder::test::test_problems |
5144 | 2024-10-10T20:42:59.755Z | PASS [ 0.312s] nexus-inventory builder::test::test_basic |
5145 | 2024-10-10T20:43:00.699Z | PASS [ 0.943s] nexus-inventory collector::test::test_multi_mgs_failure |
5146 | 2024-10-10T20:43:01.145Z | PASS [ 5.023s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
5147 | 2024-10-10T20:43:01.192Z | PASS [ 1.624s] nexus-inventory collector::test::test_basic |
5148 | 2024-10-10T20:43:01.370Z | PASS [ 1.753s] nexus-inventory collector::test::test_multi_mgs |
5149 | 2024-10-10T20:43:01.473Z | PASS [ 0.103s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings |
5150 | 2024-10-10T20:43:01.608Z | PASS [ 0.906s] nexus-inventory collector::test::test_sled_agent_failure |
5151 | 2024-10-10T20:43:05.838Z | PASS [ 7.514s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
5152 | 2024-10-10T20:43:05.924Z | PASS [ 0.086s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
5153 | 2024-10-10T20:43:05.983Z | PASS [ 6.984s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
5154 | 2024-10-10T20:43:06.010Z | PASS [ 0.084s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
5155 | 2024-10-10T20:43:06.038Z | PASS [ 0.050s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
5156 | 2024-10-10T20:43:06.073Z | PASS [ 0.064s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
5157 | 2024-10-10T20:43:07.108Z | PASS [ 10.684s] nexus-db-queries policy_test::test_conferred_roles |
5158 | 2024-10-10T20:43:10.231Z | PASS [ 9.041s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
5159 | 2024-10-10T20:43:10.248Z | PASS [ 9.114s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
5160 | 2024-10-10T20:43:30.426Z | PASS [ 24.348s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
5161 | 2024-10-10T20:43:31.528Z | PASS [ 30.049s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
5162 | 2024-10-10T20:43:31.786Z | PASS [ 0.257s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
5163 | 2024-10-10T20:43:31.848Z | PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
5164 | 2024-10-10T20:43:31.905Z | PASS [ 0.058s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
5165 | 2024-10-10T20:43:32.013Z | PASS [ 0.109s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
5166 | 2024-10-10T20:43:32.075Z | PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
5167 | 2024-10-10T20:43:32.173Z | PASS [ 0.096s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
5168 | 2024-10-10T20:43:32.256Z | PASS [ 0.085s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
5169 | 2024-10-10T20:43:32.340Z | PASS [ 0.081s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
5170 | 2024-10-10T20:43:32.415Z | PASS [ 0.077s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
5171 | 2024-10-10T20:43:32.473Z | PASS [ 0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
5172 | 2024-10-10T20:43:32.523Z | PASS [ 0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
5173 | 2024-10-10T20:43:32.560Z | PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously |
5174 | 2024-10-10T20:43:32.593Z | PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones |
5175 | 2024-10-10T20:43:32.624Z | PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper |
5176 | 2024-10-10T20:43:32.675Z | PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added |
5177 | 2024-10-10T20:43:32.717Z | PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership |
5178 | 2024-10-10T20:43:32.789Z | PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers |
5179 | 2024-10-10T20:43:32.839Z | PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed |
5180 | 2024-10-10T20:43:32.929Z | PASS [ 0.099s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
5181 | 2024-10-10T20:43:33.730Z | PASS [ 23.489s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
5182 | 2024-10-10T20:43:33.828Z | PASS [ 26.859s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
5183 | 2024-10-10T20:43:33.838Z | PASS [ 0.114s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator |
5184 | 2024-10-10T20:43:33.948Z | PASS [ 0.121s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
5185 | 2024-10-10T20:43:33.970Z | PASS [ 0.130s] nexus-reconfigurator-planning example::tests::builder_zone_counts |
5186 | 2024-10-10T20:43:33.981Z | PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples |
5187 | 2024-10-10T20:43:34.004Z | PASS [ 0.033s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
5188 | 2024-10-10T20:43:34.068Z | PASS [ 0.087s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
5189 | 2024-10-10T20:43:34.230Z | PASS [ 0.165s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
5190 | 2024-10-10T20:43:34.256Z | PASS [ 0.254s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
5191 | 2024-10-10T20:43:34.363Z | PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
5192 | 2024-10-10T20:43:34.421Z | PASS [ 32.805s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist |
5193 | 2024-10-10T20:43:34.438Z | PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
5194 | 2024-10-10T20:43:34.513Z | PASS [ 0.277s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
5195 | 2024-10-10T20:43:34.529Z | PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
5196 | 2024-10-10T20:43:34.552Z | PASS [ 0.135s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
5197 | 2024-10-10T20:43:34.657Z | PASS [ 0.147s] nexus-reconfigurator-planning planner::test::test_expunge_all_clickhouse_cluster_zones_after_policy_is_disabled |
5198 | 2024-10-10T20:43:34.744Z | PASS [ 0.191s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
5199 | 2024-10-10T20:43:34.773Z | PASS [ 0.246s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters |
5200 | 2024-10-10T20:43:34.784Z | PASS [ 0.126s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes |
5201 | 2024-10-10T20:43:34.952Z | PASS [ 0.107s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones |
5202 | 2024-10-10T20:43:34.952Z | PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
5203 | 2024-10-10T20:43:34.979Z | PASS [ 0.229s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones |
5204 | 2024-10-10T20:43:35.012Z | PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds |
5205 | 2024-10-10T20:43:35.069Z | PASS [ 0.077s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
5206 | 2024-10-10T20:43:35.135Z | PASS [ 0.161s] nexus-saga-recovery recovery::test::test_plan_basic |
5207 | 2024-10-10T20:43:35.176Z | PASS [ 0.255s] nexus-saga-recovery recovery::test::test_execution_basic |
5208 | 2024-10-10T20:43:35.213Z | PASS [ 0.053s] nexus-sled-agent-shared inventory::tests::test_name_prefixes |
5209 | 2024-10-10T20:43:35.213Z | PASS [ 0.120s] nexus-saga-recovery test::test_basic |
5210 | 2024-10-10T20:43:35.232Z | PASS [ 24.971s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
5211 | 2024-10-10T20:43:35.246Z | PASS [ 0.072s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers |
5212 | 2024-10-10T20:43:35.274Z | PASS [ 0.087s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers |
5213 | 2024-10-10T20:43:35.283Z | PASS [ 0.074s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie |
5214 | 2024-10-10T20:43:35.363Z | PASS [ 0.048s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
5215 | 2024-10-10T20:43:35.363Z | PASS [ 0.069s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers |
5216 | 2024-10-10T20:43:35.366Z | PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies |
5217 | 2024-10-10T20:43:35.366Z | PASS [ 0.078s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
5218 | 2024-10-10T20:43:35.465Z | PASS [ 0.066s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
5219 | 2024-10-10T20:43:35.504Z | PASS [ 0.064s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples |
5220 | 2024-10-10T20:43:35.577Z | PASS [ 0.084s] nexus-types external_api::shared::test::test_policy_parsing |
5221 | 2024-10-10T20:43:35.959Z | PASS [ 0.380s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
5222 | 2024-10-10T20:43:36.069Z | PASS [ 0.099s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
5223 | 2024-10-10T20:43:36.279Z | PASS [ 0.225s] omicron-certificates tests::test_cert_extended_key_usage |
5224 | 2024-10-10T20:43:36.520Z | PASS [ 0.238s] omicron-certificates tests::test_common_name_is_validated |
5225 | 2024-10-10T20:43:36.759Z | PASS [ 0.234s] omicron-certificates tests::test_subject_alternate_names_are_validated |
5226 | 2024-10-10T20:43:39.343Z | PASS [ 4.032s] nexus-types deployment::tri_map::tests::proptest_permutation_eq |
5227 | 2024-10-10T20:43:40.600Z | PASS [ 3.848s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership |
5228 | 2024-10-10T20:43:41.188Z | PASS [ 1.844s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing |
5229 | 2024-10-10T20:43:42.999Z | PASS [ 7.669s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
5230 | 2024-10-10T20:43:43.044Z | PASS [ 2.441s] omicron-clickhouse-admin::integration_test test_lgif_parsing |
5231 | 2024-10-10T20:43:43.743Z | PASS [ 2.553s] omicron-clickhouse-admin::integration_test test_raft_config_parsing |
5232 | 2024-10-10T20:43:46.122Z | PASS [ 10.815s] nexus-types deployment::tri_map::tests::proptest_ops |
5233 | 2024-10-10T20:43:46.273Z | PASS [ 0.104s] omicron-common address::test::test_dns_subnets |
5234 | 2024-10-10T20:43:46.284Z | PASS [ 0.069s] omicron-common address::test::test_ip_range_checks_non_decreasing |
5235 | 2024-10-10T20:43:46.353Z | PASS [ 0.071s] omicron-common address::test::test_ip_range_enum_deserialization |
5236 | 2024-10-10T20:43:46.390Z | PASS [ 0.027s] omicron-common address::test::test_ip_range_iter |
5237 | 2024-10-10T20:43:46.417Z | PASS [ 0.035s] omicron-common address::test::test_ip_range_length |
5238 | 2024-10-10T20:43:46.443Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from |
5239 | 2024-10-10T20:43:46.490Z | PASS [ 0.047s] omicron-common address::test::test_ipv6_subnet_deserialize |
5240 | 2024-10-10T20:43:46.567Z | PASS [ 0.039s] omicron-common address::test::test_sled_address |
5241 | 2024-10-10T20:43:46.569Z | PASS [ 0.037s] omicron-common api::external::error::test::test_bail_unless |
5242 | 2024-10-10T20:43:46.600Z | PASS [ 0.032s] omicron-common api::external::error::test::test_context |
5243 | 2024-10-10T20:43:46.648Z | PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_pagination_examples |
5244 | 2024-10-10T20:43:46.709Z | PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
5245 | 2024-10-10T20:43:46.740Z | PASS [ 40.694s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
5246 | 2024-10-10T20:43:46.757Z | PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id |
5247 | 2024-10-10T20:43:46.826Z | PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
5248 | 2024-10-10T20:43:46.828Z | PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_scan_by_name |
5249 | 2024-10-10T20:43:46.865Z | PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
5250 | 2024-10-10T20:43:46.891Z | PASS [ 0.071s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
5251 | 2024-10-10T20:43:46.932Z | PASS [ 0.045s] omicron-common api::external::test::test_bytecount |
5252 | 2024-10-10T20:43:46.947Z | PASS [ 0.057s] omicron-common api::external::test::test_bytecount_display |
5253 | 2024-10-10T20:43:46.995Z | PASS [ 0.040s] omicron-common api::external::test::test_firewall_deserialization |
5254 | 2024-10-10T20:43:47.049Z | PASS [ 0.142s] omicron-common api::external::test::test_digest |
5255 | 2024-10-10T20:43:47.114Z | PASS [ 0.124s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
5256 | 2024-10-10T20:43:47.138Z | PASS [ 0.082s] omicron-common api::external::test::test_firewall_rule_target_parse |
5257 | 2024-10-10T20:43:47.167Z | PASS [ 0.059s] omicron-common api::external::test::test_hostname_from_str |
5258 | 2024-10-10T20:43:47.177Z | PASS [ 0.053s] omicron-common api::external::test::test_ip_port_range_from_str |
5259 | 2024-10-10T20:43:47.198Z | PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_into_str |
5260 | 2024-10-10T20:43:47.210Z | PASS [ 0.031s] omicron-common api::external::test::test_ipv6_net_operations |
5261 | 2024-10-10T20:43:47.235Z | PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator |
5262 | 2024-10-10T20:43:47.238Z | PASS [ 0.037s] omicron-common api::external::test::test_mac_to_int_conversions |
5263 | 2024-10-10T20:43:47.320Z | PASS [ 0.065s] omicron-common api::external::test::test_macaddr |
5264 | 2024-10-10T20:43:47.323Z | PASS [ 0.053s] omicron-common api::external::test::test_name_parse |
5265 | 2024-10-10T20:43:47.336Z | PASS [ 0.038s] omicron-common api::external::test::test_name_parse_from_param |
5266 | 2024-10-10T20:43:47.356Z | PASS [ 0.035s] omicron-common api::external::test::test_resource_name_parse |
5267 | 2024-10-10T20:43:47.363Z | PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse |
5268 | 2024-10-10T20:43:47.405Z | PASS [ 0.050s] omicron-common api::external::test::test_route_destination_parse |
5269 | 2024-10-10T20:43:47.416Z | PASS [ 0.051s] omicron-common api::external::test::test_route_target_parse |
5270 | 2024-10-10T20:43:47.438Z | PASS [ 0.028s] omicron-common api::external::test::test_semver_serialize |
5271 | 2024-10-10T20:43:47.447Z | PASS [ 0.031s] omicron-common api::external::test::test_semver_validation |
5272 | 2024-10-10T20:43:47.465Z | PASS [ 0.031s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
5273 | 2024-10-10T20:43:47.475Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization |
5274 | 2024-10-10T20:43:47.493Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
5275 | 2024-10-10T20:43:47.508Z | PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
5276 | 2024-10-10T20:43:47.526Z | PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
5277 | 2024-10-10T20:43:47.562Z | PASS [ 0.054s] omicron-common ledger::test::test_commit_handles_write_failures |
5278 | 2024-10-10T20:43:47.578Z | PASS [ 0.049s] omicron-common ledger::test::test_create_default_ledger |
5279 | 2024-10-10T20:43:47.599Z | PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
5280 | 2024-10-10T20:43:47.607Z | PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
5281 | 2024-10-10T20:43:47.622Z | PASS [ 0.026s] omicron-common update::tests::serde_artifact_kind |
5282 | 2024-10-10T20:43:47.643Z | PASS [ 0.034s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
5283 | 2024-10-10T20:43:47.652Z | PASS [ 0.031s] omicron-common zpool_name::test::test_parse_external_zpool_name |
5284 | 2024-10-10T20:43:47.677Z | PASS [ 0.027s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
5285 | 2024-10-10T20:43:47.686Z | PASS [ 0.033s] omicron-common zpool_name::test::test_parse_zpool_name_json |
5286 | 2024-10-10T20:43:47.696Z | PASS [ 0.029s] omicron-common zpool_name::test::test_zpool_name_regex |
5287 | 2024-10-10T20:43:47.811Z | PASS [ 0.103s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
5288 | 2024-10-10T20:43:47.811Z | PASS [ 0.116s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
5289 | 2024-10-10T20:43:47.924Z | PASS [ 0.110s] omicron-gateway management_switch::location_map::tests::test_config_validation |
5290 | 2024-10-10T20:43:47.987Z | PASS [ 0.057s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
5291 | 2024-10-10T20:43:48.582Z | PASS [ 0.602s] omicron-gateway::test_all integration_tests::component_list::component_list |
5292 | 2024-10-10T20:43:48.627Z | PASS [ 0.046s] omicron-gateway::test_all integration_tests::config::read_production_smf_config |
5293 | 2024-10-10T20:43:48.956Z | PASS [ 0.328s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
5294 | 2024-10-10T20:43:49.141Z | PASS [ 0.187s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
5295 | 2024-10-10T20:43:49.358Z | PASS [ 0.217s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
5296 | 2024-10-10T20:43:49.593Z | PASS [ 5.850s] omicron-cockroach-admin context::tests::test_node_id |
5297 | 2024-10-10T20:43:49.640Z | PASS [ 6.639s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
5298 | 2024-10-10T20:43:49.876Z | PASS [ 6.831s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
5299 | 2024-10-10T20:43:53.696Z | PASS [ 23.255s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
5300 | 2024-10-10T20:43:58.244Z | SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior |
5301 | 2024-10-10T20:44:01.056Z | PASS [ 28.122s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
5302 | 2024-10-10T20:44:08.740Z | PASS [ 20.933s] omicron-dev::test-omicron-dev test_run_all |
5303 | 2024-10-10T20:44:15.559Z | PASS [ 77.310s] nexus-db-queries policy_test::test_iam_roles_behavior |
5304 | 2024-10-10T20:44:16.498Z | PASS [ 26.902s] omicron-nexus app::background::driver::test::test_driver_basic |
5305 | 2024-10-10T20:44:18.145Z | PASS [ 28.780s] omicron-nexus app::background::driver::test::test_activation_in_progress |
5306 | 2024-10-10T20:44:19.091Z | PASS [ 29.447s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
5307 | 2024-10-10T20:44:23.177Z | PASS [ 33.296s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
5308 | 2024-10-10T20:44:23.248Z | PASS [ 0.071s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
5309 | 2024-10-10T20:44:23.809Z | PASS [ 7.309s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
5310 | 2024-10-10T20:44:24.891Z | PASS [ 31.199s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
5311 | 2024-10-10T20:44:26.343Z | PASS [ 8.196s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
5312 | 2024-10-10T20:44:27.009Z | PASS [ 7.915s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
5313 | 2024-10-10T20:44:28.758Z | PASS [ 27.689s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
5314 | 2024-10-10T20:44:28.758Z | PASS [ 20.006s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
5315 | 2024-10-10T20:44:33.522Z | PASS [ 17.959s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
5316 | 2024-10-10T20:44:44.287Z | PASS [ 20.476s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
5317 | 2024-10-10T20:44:44.773Z | PASS [ 21.521s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
5318 | 2024-10-10T20:44:46.982Z | PASS [ 22.088s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
5319 | 2024-10-10T20:44:47.600Z | PASS [ 21.254s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
5320 | 2024-10-10T20:44:48.833Z | PASS [ 21.822s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
5321 | 2024-10-10T20:44:49.844Z | PASS [ 21.091s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
5322 | 2024-10-10T20:45:01.463Z | PASS [ 27.936s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable |
5323 | 2024-10-10T20:45:08.219Z | PASS [ 19.382s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
5324 | 2024-10-10T20:45:08.228Z | PASS [ 20.625s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
5325 | 2024-10-10T20:45:08.491Z | PASS [ 18.643s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
5326 | 2024-10-10T20:45:10.008Z | PASS [ 25.230s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances |
5327 | 2024-10-10T20:45:18.083Z | PASS [ 49.315s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations |
5328 | 2024-10-10T20:45:18.826Z | PASS [ 17.360s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
5329 | 2024-10-10T20:45:26.632Z | PASS [ 37.972s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
5330 | 2024-10-10T20:45:27.688Z | PASS [ 19.464s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
5331 | 2024-10-10T20:45:27.698Z | PASS [ 19.203s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
5332 | 2024-10-10T20:45:28.303Z | PASS [ 20.065s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
5333 | 2024-10-10T20:45:29.828Z | PASS [ 19.816s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish |
5334 | 2024-10-10T20:45:34.746Z | PASS [ 6.446s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
5335 | 2024-10-10T20:45:38.317Z | PASS [ 20.230s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task |
5336 | 2024-10-10T20:45:38.776Z | PASS [ 19.945s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start |
5337 | 2024-10-10T20:45:38.895Z | PASS [ 0.120s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
5338 | 2024-10-10T20:45:39.161Z | PASS [ 0.843s] omicron-nexus app::external_endpoints::test::test_authority |
5339 | 2024-10-10T20:45:39.294Z | PASS [ 0.132s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
5340 | 2024-10-10T20:45:39.358Z | PASS [ 0.064s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
5341 | 2024-10-10T20:45:39.419Z | PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
5342 | 2024-10-10T20:45:39.477Z | PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
5343 | 2024-10-10T20:45:39.532Z | PASS [ 0.054s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
5344 | 2024-10-10T20:45:39.596Z | PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
5345 | 2024-10-10T20:45:39.686Z | PASS [ 0.093s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
5346 | 2024-10-10T20:45:39.768Z | PASS [ 0.077s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous |
5347 | 2024-10-10T20:45:41.063Z | PASS [ 6.315s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
5348 | 2024-10-10T20:45:42.371Z | PASS [ 3.476s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
5349 | 2024-10-10T20:45:44.300Z | SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
5350 | 2024-10-10T20:45:46.780Z | PASS [ 19.078s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc |
5351 | 2024-10-10T20:45:46.864Z | PASS [ 19.172s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task |
5352 | 2024-10-10T20:45:50.249Z | PASS [ 20.415s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
5353 | 2024-10-10T20:45:51.817Z | PASS [ 26.849s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start |
5354 | 2024-10-10T20:46:06.292Z | PASS [ 81.987s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances |
5355 | 2024-10-10T20:46:10.959Z | PASS [ 31.191s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
5356 | 2024-10-10T20:46:11.746Z | PASS [ 29.369s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
5357 | 2024-10-10T20:46:12.630Z | PASS [ 31.562s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
5358 | 2024-10-10T20:46:14.776Z | PASS [ 27.990s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
5359 | 2024-10-10T20:46:16.074Z | PASS [ 29.206s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
5360 | 2024-10-10T20:46:18.117Z | PASS [ 27.864s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
5361 | 2024-10-10T20:46:44.252Z | PASS [ 32.500s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
5362 | 2024-10-10T20:46:46.781Z | PASS [ 35.813s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
5363 | 2024-10-10T20:46:46.802Z | PASS [ 32.020s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
5364 | 2024-10-10T20:46:48.033Z | PASS [ 35.397s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
5365 | 2024-10-10T20:46:49.787Z | PASS [ 33.707s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
5366 | 2024-10-10T20:46:50.740Z | PASS [ 32.617s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
5367 | 2024-10-10T20:46:51.829Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5368 | 2024-10-10T20:47:06.304Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5369 | 2024-10-10T20:47:16.682Z | PASS [ 32.424s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
5370 | 2024-10-10T20:47:18.409Z | PASS [ 31.623s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
5371 | 2024-10-10T20:47:22.793Z | PASS [ 32.047s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
5372 | 2024-10-10T20:47:24.613Z | PASS [ 34.819s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
5373 | 2024-10-10T20:47:24.642Z | PASS [ 36.602s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
5374 | 2024-10-10T20:47:25.897Z | PASS [ 39.088s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
5375 | 2024-10-10T20:47:46.171Z | PASS [ 27.757s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
5376 | 2024-10-10T20:47:50.544Z | PASS [ 25.898s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
5377 | 2024-10-10T20:47:50.691Z | PASS [ 26.073s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
5378 | 2024-10-10T20:47:51.418Z | PASS [ 25.512s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
5379 | 2024-10-10T20:47:51.841Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5380 | 2024-10-10T20:47:54.058Z | PASS [ 31.258s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
5381 | 2024-10-10T20:48:06.316Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5382 | 2024-10-10T20:48:16.694Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5383 | 2024-10-10T20:48:19.120Z | PASS [ 28.570s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently |
5384 | 2024-10-10T20:48:19.560Z | PASS [ 28.863s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds |
5385 | 2024-10-10T20:48:22.420Z | PASS [ 30.994s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently |
5386 | 2024-10-10T20:48:25.021Z | PASS [ 68.327s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
5387 | 2024-10-10T20:48:46.183Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5388 | 2024-10-10T20:48:49.849Z | PASS [ 30.720s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds |
5389 | 2024-10-10T20:48:51.043Z | PASS [ 31.477s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently |
5390 | 2024-10-10T20:48:51.854Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5391 | 2024-10-10T20:48:54.070Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5392 | 2024-10-10T20:48:54.232Z | PASS [ 29.205s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds |
5393 | 2024-10-10T20:49:06.329Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5394 | 2024-10-10T20:49:22.433Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5395 | 2024-10-10T20:49:25.763Z | PASS [ 32.759s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently |
5396 | 2024-10-10T20:49:25.763Z | PASS [ 29.792s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds |
5397 | 2024-10-10T20:49:31.282Z | PASS [ 105.090s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind |
5398 | 2024-10-10T20:49:51.056Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5399 | 2024-10-10T20:49:51.866Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5400 | 2024-10-10T20:49:52.826Z | PASS [ 30.207s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently |
5401 | 2024-10-10T20:49:54.082Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5402 | 2024-10-10T20:50:00.091Z | PASS [ 28.804s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds |
5403 | 2024-10-10T20:50:06.275Z | PASS [ 132.191s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind |
5404 | 2024-10-10T20:50:06.341Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5405 | 2024-10-10T20:50:13.794Z | PASS [ 111.359s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind |
5406 | 2024-10-10T20:50:22.916Z | PASS [ 30.085s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently |
5407 | 2024-10-10T20:50:24.042Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5408 | 2024-10-10T20:50:36.161Z | PASS [ 29.878s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds |
5409 | 2024-10-10T20:50:43.902Z | PASS [ 30.102s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently |
5410 | 2024-10-10T20:50:51.070Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5411 | 2024-10-10T20:50:51.877Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5412 | 2024-10-10T20:51:00.259Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5413 | 2024-10-10T20:51:01.526Z | PASS [ 25.363s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds |
5414 | 2024-10-10T20:51:06.359Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5415 | 2024-10-10T20:51:09.871Z | PASS [ 25.962s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently |
5416 | 2024-10-10T20:51:22.935Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5417 | 2024-10-10T20:51:24.061Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5418 | 2024-10-10T20:51:24.700Z | PASS [ 61.758s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind |
5419 | 2024-10-10T20:51:29.738Z | PASS [ 156.971s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind |
5420 | 2024-10-10T20:51:36.086Z | PASS [ 26.213s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently |
5421 | 2024-10-10T20:51:51.891Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5422 | 2024-10-10T20:51:51.965Z | PASS [ 111.854s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind |
5423 | 2024-10-10T20:51:53.075Z | PASS [ 25.027s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds |
5424 | 2024-10-10T20:51:53.647Z | PASS [ 149.590s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind |
5425 | 2024-10-10T20:52:01.538Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5426 | 2024-10-10T20:52:01.587Z | PASS [ 25.496s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds |
5427 | 2024-10-10T20:52:06.365Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5428 | 2024-10-10T20:52:21.233Z | PASS [ 28.152s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently |
5429 | 2024-10-10T20:52:23.236Z | PASS [ 21.646s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
5430 | 2024-10-10T20:52:24.697Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5431 | 2024-10-10T20:52:24.969Z | PASS [ 31.314s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
5432 | 2024-10-10T20:52:30.689Z | PASS [ 38.713s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind |
5433 | 2024-10-10T20:52:41.424Z | PASS [ 20.188s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
5434 | 2024-10-10T20:52:42.806Z | PASS [ 101.261s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind |
5435 | 2024-10-10T20:52:49.972Z | PASS [ 19.283s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
5436 | 2024-10-10T20:52:51.903Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5437 | 2024-10-10T20:52:54.344Z | PASS [ 29.371s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
5438 | 2024-10-10T20:52:54.736Z | PASS [ 31.493s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
5439 | 2024-10-10T20:53:02.454Z | PASS [ 19.645s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga |
5440 | 2024-10-10T20:53:06.378Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5441 | 2024-10-10T20:53:08.868Z | PASS [ 27.438s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
5442 | 2024-10-10T20:53:15.061Z | PASS [ 110.353s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind |
5443 | 2024-10-10T20:53:21.833Z | PASS [ 19.285s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga |
5444 | 2024-10-10T20:53:21.836Z | PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
5445 | 2024-10-10T20:53:24.065Z | PASS [ 29.324s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga |
5446 | 2024-10-10T20:53:24.139Z | PASS [ 29.790s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently |
5447 | 2024-10-10T20:53:24.413Z | PASS [ 34.434s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently |
5448 | 2024-10-10T20:53:45.452Z | PASS [ 21.034s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
5449 | 2024-10-10T20:53:50.471Z | PASS [ 28.660s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
5450 | 2024-10-10T20:53:51.916Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5451 | 2024-10-10T20:54:00.186Z | PASS [ 36.033s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
5452 | 2024-10-10T20:54:01.156Z | PASS [ 37.085s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
5453 | 2024-10-10T20:54:01.208Z | PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_accept_gz |
5454 | 2024-10-10T20:54:01.265Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
5455 | 2024-10-10T20:54:01.321Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
5456 | 2024-10-10T20:54:01.378Z | PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
5457 | 2024-10-10T20:54:01.447Z | PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
5458 | 2024-10-10T20:54:01.518Z | PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
5459 | 2024-10-10T20:54:01.585Z | PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
5460 | 2024-10-10T20:54:01.656Z | PASS [ 0.072s] omicron-nexus external_api::console_api::test::test_relative_uri |
5461 | 2024-10-10T20:54:06.002Z | PASS [ 5.822s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
5462 | 2024-10-10T20:54:06.391Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5463 | 2024-10-10T20:54:09.037Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5464 | 2024-10-10T20:54:10.883Z | PASS [ 20.408s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
5465 | 2024-10-10T20:54:11.809Z | PASS [ 26.351s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
5466 | 2024-10-10T20:54:15.073Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5467 | 2024-10-10T20:54:30.583Z | PASS [ 24.578s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
5468 | 2024-10-10T20:54:31.014Z | PASS [ 20.127s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
5469 | 2024-10-10T20:54:33.036Z | PASS [ 77.962s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
5470 | 2024-10-10T20:54:33.567Z | PASS [ 0.531s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
5471 | 2024-10-10T20:54:33.646Z | PASS [ 21.835s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
5472 | 2024-10-10T20:54:33.754Z | PASS [ 2.740s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
5473 | 2024-10-10T20:54:33.864Z | PASS [ 3.280s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
5474 | 2024-10-10T20:54:35.464Z | PASS [ 523.550s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
5475 | 2024-10-10T20:54:54.070Z | PASS [ 20.202s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
5476 | 2024-10-10T20:54:54.540Z | PASS [ 20.781s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
5477 | 2024-10-10T20:54:54.702Z | PASS [ 21.131s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
5478 | 2024-10-10T20:54:54.710Z | PASS [ 21.061s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
5479 | 2024-10-10T20:54:55.390Z | PASS [ 19.922s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
5480 | 2024-10-10T20:54:57.903Z | PASS [ 531.512s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
5481 | 2024-10-10T20:55:01.668Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
5482 | 2024-10-10T20:55:08.893Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5483 | 2024-10-10T20:55:14.651Z | PASS [ 20.108s] omicron-nexus::test_all integration_tests::basic::test_ping |
5484 | 2024-10-10T20:55:15.017Z | PASS [ 20.942s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
5485 | 2024-10-10T20:55:16.694Z | PASS [ 21.301s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
5486 | 2024-10-10T20:55:17.911Z | PASS [ 20.005s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
5487 | 2024-10-10T20:55:20.400Z | PASS [ 25.692s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
5488 | 2024-10-10T20:55:25.458Z | PASS [ 30.740s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
5489 | 2024-10-10T20:55:32.831Z | PASS [ 18.176s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
5490 | 2024-10-10T20:55:33.104Z | PASS [ 18.083s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
5491 | 2024-10-10T20:55:34.277Z | PASS [ 17.580s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
5492 | 2024-10-10T20:55:34.398Z | PASS [ 0.121s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
5493 | 2024-10-10T20:55:35.735Z | PASS [ 2.904s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
5494 | 2024-10-10T20:55:35.796Z | PASS [ 2.692s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
5495 | 2024-10-10T20:55:37.228Z | PASS [ 19.312s] omicron-nexus::test_all integration_tests::certificates::test_crud |
5496 | 2024-10-10T20:55:38.646Z | PASS [ 18.244s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
5497 | 2024-10-10T20:55:48.116Z | PASS [ 22.653s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
5498 | 2024-10-10T20:55:52.326Z | PASS [ 17.923s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
5499 | 2024-10-10T20:55:53.898Z | PASS [ 18.098s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
5500 | 2024-10-10T20:55:54.252Z | PASS [ 18.513s] omicron-nexus::test_all integration_tests::console_api::test_assets |
5501 | 2024-10-10T20:55:58.127Z | PASS [ 20.891s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
5502 | 2024-10-10T20:55:59.875Z | PASS [ 21.223s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
5503 | 2024-10-10T20:56:01.680Z | SLOW [>120.000s] omicron-nexus populate::test::test_populators |
5504 | 2024-10-10T20:56:04.180Z | PASS [ 16.062s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
5505 | 2024-10-10T20:56:08.905Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5506 | 2024-10-10T20:56:11.464Z | PASS [ 19.135s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
5507 | 2024-10-10T20:56:12.788Z | PASS [ 18.886s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
5508 | 2024-10-10T20:56:15.759Z | PASS [ 21.502s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
5509 | 2024-10-10T20:56:16.298Z | PASS [ 18.171s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
5510 | 2024-10-10T20:56:32.957Z | PASS [ 33.077s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done |
5511 | 2024-10-10T20:56:33.267Z | PASS [ 29.081s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested |
5512 | 2024-10-10T20:56:34.008Z | PASS [ 17.709s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
5513 | 2024-10-10T20:56:40.455Z | PASS [ 24.692s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region |
5514 | 2024-10-10T20:56:40.847Z | PASS [ 159.161s] omicron-nexus populate::test::test_populators |
5515 | 2024-10-10T20:56:43.621Z | PASS [ 32.150s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running |
5516 | 2024-10-10T20:56:45.251Z | PASS [ 32.456s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry |
5517 | 2024-10-10T20:56:50.939Z | PASS [ 17.977s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
5518 | 2024-10-10T20:57:04.756Z | PASS [ 31.484s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
5519 | 2024-10-10T20:57:08.917Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5520 | 2024-10-10T20:57:09.371Z | PASS [ 28.911s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
5521 | 2024-10-10T20:57:09.561Z | PASS [ 28.710s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
5522 | 2024-10-10T20:57:11.719Z | PASS [ 28.091s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
5523 | 2024-10-10T20:57:11.770Z | PASS [ 37.751s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
5524 | 2024-10-10T20:57:12.800Z | PASS [ 27.545s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
5525 | 2024-10-10T20:57:16.347Z | PASS [ 25.403s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
5526 | 2024-10-10T20:57:36.278Z | PASS [ 23.474s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
5527 | 2024-10-10T20:57:39.646Z | PASS [ 23.295s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
5528 | 2024-10-10T20:57:40.766Z | PASS [ 29.043s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
5529 | 2024-10-10T20:57:41.133Z | PASS [ 29.356s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
5530 | 2024-10-10T20:57:42.936Z | PASS [ 38.174s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
5531 | 2024-10-10T20:57:58.321Z | PASS [ 48.940s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
5532 | 2024-10-10T20:58:02.568Z | PASS [ 22.917s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
5533 | 2024-10-10T20:58:03.700Z | PASS [ 27.415s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
5534 | 2024-10-10T20:58:03.757Z | PASS [ 54.186s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
5535 | 2024-10-10T20:58:08.930Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5536 | 2024-10-10T20:58:09.194Z | PASS [ 26.252s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
5537 | 2024-10-10T20:58:09.736Z | PASS [ 28.962s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
5538 | 2024-10-10T20:58:27.496Z | PASS [ 46.361s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
5539 | 2024-10-10T20:58:29.482Z | PASS [ 31.155s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
5540 | 2024-10-10T20:58:32.685Z | PASS [ 28.922s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
5541 | 2024-10-10T20:58:33.137Z | PASS [ 30.554s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
5542 | 2024-10-10T20:58:34.845Z | PASS [ 31.138s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
5543 | 2024-10-10T20:58:36.919Z | PASS [ 27.179s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
5544 | 2024-10-10T20:58:39.315Z | PASS [ 30.115s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
5545 | 2024-10-10T20:58:56.830Z | PASS [ 29.326s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
5546 | 2024-10-10T20:58:59.467Z | PASS [ 26.334s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
5547 | 2024-10-10T20:58:59.922Z | PASS [ 27.231s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
5548 | 2024-10-10T20:59:00.033Z | PASS [ 30.546s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
5549 | 2024-10-10T20:59:04.735Z | PASS [ 29.884s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
5550 | 2024-10-10T20:59:05.559Z | PASS [ 28.634s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
5551 | 2024-10-10T20:59:08.942Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5552 | 2024-10-10T20:59:13.246Z | PASS [ 33.924s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
5553 | 2024-10-10T20:59:24.059Z | PASS [ 24.018s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
5554 | 2024-10-10T20:59:29.554Z | PASS [ 23.991s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
5555 | 2024-10-10T20:59:35.472Z | PASS [ 38.635s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
5556 | 2024-10-10T20:59:38.332Z | PASS [ 33.591s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
5557 | 2024-10-10T20:59:46.303Z | PASS [ 22.242s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
5558 | 2024-10-10T20:59:46.638Z | PASS [ 33.386s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
5559 | 2024-10-10T20:59:46.883Z | PASS [ 47.408s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
5560 | 2024-10-10T20:59:47.280Z | PASS [ 0.397s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
5561 | 2024-10-10T20:59:47.761Z | PASS [ 0.460s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
5562 | 2024-10-10T20:59:48.295Z | PASS [ 0.552s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
5563 | 2024-10-10T20:59:49.028Z | PASS [ 0.735s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
5564 | 2024-10-10T20:59:50.651Z | PASS [ 50.719s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
5565 | 2024-10-10T20:59:51.460Z | PASS [ 21.897s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
5566 | 2024-10-10T20:59:58.922Z | PASS [ 23.444s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
5567 | 2024-10-10T21:00:04.395Z | PASS [ 26.059s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
5568 | 2024-10-10T21:00:08.955Z | SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5569 | 2024-10-10T21:00:10.506Z | PASS [ 24.200s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
5570 | 2024-10-10T21:00:10.707Z | PASS [ 24.063s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
5571 | 2024-10-10T21:00:17.165Z | PASS [ 28.131s] omicron-nexus::test_all integration_tests::images::test_image_create |
5572 | 2024-10-10T21:00:21.640Z | PASS [ 30.985s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
5573 | 2024-10-10T21:00:24.527Z | PASS [ 33.065s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
5574 | 2024-10-10T21:00:27.991Z | PASS [ 29.065s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
5575 | 2024-10-10T21:00:30.899Z | PASS [ 26.499s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
5576 | 2024-10-10T21:00:34.826Z | PASS [ 6.835s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
5577 | 2024-10-10T21:00:35.969Z | PASS [ 25.460s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
5578 | 2024-10-10T21:00:36.096Z | PASS [ 11.569s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
5579 | 2024-10-10T21:00:36.461Z | PASS [ 25.751s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
5580 | 2024-10-10T21:00:39.949Z | PASS [ 22.780s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
5581 | 2024-10-10T21:00:40.436Z | PASS [ 9.537s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
5582 | 2024-10-10T21:01:01.884Z | PASS [ 25.418s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed |
5583 | 2024-10-10T21:01:02.864Z | PASS [ 28.031s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
5584 | 2024-10-10T21:01:06.692Z | PASS [ 30.588s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
5585 | 2024-10-10T21:01:07.756Z | PASS [ 27.313s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached |
5586 | 2024-10-10T21:01:08.275Z | PASS [ 28.322s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed |
5587 | 2024-10-10T21:01:08.968Z | SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5588 | 2024-10-10T21:01:15.516Z | PASS [ 39.537s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
5589 | 2024-10-10T21:01:21.652Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
5590 | 2024-10-10T21:01:28.202Z | PASS [ 66.548s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
5591 | 2024-10-10T21:01:29.093Z | PASS [ 22.396s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
5592 | 2024-10-10T21:01:29.385Z | PASS [ 21.625s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
5593 | 2024-10-10T21:01:34.584Z | PASS [ 31.713s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
5594 | 2024-10-10T21:01:44.563Z | PASS [ 42.671s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
5595 | 2024-10-10T21:01:44.872Z | PASS [ 36.589s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk |
5596 | 2024-10-10T21:01:50.390Z | PASS [ 22.184s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
5597 | 2024-10-10T21:02:01.054Z | PASS [ 45.374s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
5598 | 2024-10-10T21:02:05.884Z | PASS [ 21.000s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
5599 | 2024-10-10T21:02:08.980Z | SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5600 | 2024-10-10T21:02:11.566Z | PASS [ 26.996s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
5601 | 2024-10-10T21:02:11.915Z | PASS [ 542.945s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
5602 | 2024-10-10T21:02:13.351Z | PASS [ 44.250s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
5603 | 2024-10-10T21:02:19.260Z | PASS [ 44.668s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok |
5604 | 2024-10-10T21:02:23.228Z | PASS [ 32.831s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
5605 | 2024-10-10T21:02:29.397Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
5606 | 2024-10-10T21:02:40.326Z | PASS [ 39.420s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
5607 | 2024-10-10T21:02:44.142Z | PASS [ 38.259s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
5608 | 2024-10-10T21:02:45.460Z | PASS [ 33.539s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
5609 | 2024-10-10T21:02:48.950Z | PASS [ 35.593s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
5610 | 2024-10-10T21:02:50.057Z | PASS [ 38.485s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
5611 | 2024-10-10T21:03:00.557Z | PASS [ 41.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
5612 | 2024-10-10T21:03:02.129Z | PASS [ 92.727s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
5613 | 2024-10-10T21:03:09.174Z | PASS [ 28.841s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
5614 | 2024-10-10T21:03:10.387Z | PASS [ 26.239s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
5615 | 2024-10-10T21:03:15.214Z | PASS [ 51.976s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
5616 | 2024-10-10T21:03:18.490Z | PASS [ 33.023s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted |
5617 | 2024-10-10T21:03:20.028Z | PASS [ 29.965s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped |
5618 | 2024-10-10T21:03:20.886Z | PASS [ 31.926s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted |
5619 | 2024-10-10T21:03:33.153Z | PASS [ 32.589s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates |
5620 | 2024-10-10T21:03:34.691Z | PASS [ 32.554s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted |
5621 | 2024-10-10T21:03:39.557Z | PASS [ 30.377s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted |
5622 | 2024-10-10T21:03:55.613Z | PASS [ 35.577s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
5623 | 2024-10-10T21:03:55.709Z | PASS [ 37.212s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
5624 | 2024-10-10T21:03:56.831Z | PASS [ 41.610s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
5625 | 2024-10-10T21:03:58.505Z | PASS [ 48.110s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled |
5626 | 2024-10-10T21:03:58.933Z | PASS [ 38.040s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
5627 | 2024-10-10T21:04:11.881Z | PASS [ 38.720s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
5628 | 2024-10-10T21:04:16.809Z | PASS [ 37.246s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
5629 | 2024-10-10T21:04:17.310Z | PASS [ 21.693s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
5630 | 2024-10-10T21:04:18.183Z | PASS [ 21.348s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
5631 | 2024-10-10T21:04:18.833Z | PASS [ 44.134s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
5632 | 2024-10-10T21:04:23.948Z | PASS [ 25.013s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
5633 | 2024-10-10T21:04:24.801Z | PASS [ 26.290s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
5634 | 2024-10-10T21:04:29.948Z | PASS [ 34.232s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
5635 | 2024-10-10T21:04:33.826Z | PASS [ 21.942s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
5636 | 2024-10-10T21:04:45.164Z | PASS [ 20.356s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
5637 | 2024-10-10T21:04:46.595Z | PASS [ 29.780s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors |
5638 | 2024-10-10T21:04:47.154Z | PASS [ 29.839s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher |
5639 | 2024-10-10T21:04:47.859Z | PASS [ 29.017s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
5640 | 2024-10-10T21:04:49.119Z | PASS [ 19.147s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
5641 | 2024-10-10T21:04:52.497Z | PASS [ 18.667s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
5642 | 2024-10-10T21:04:56.808Z | PASS [ 29.754s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
5643 | 2024-10-10T21:04:56.958Z | PASS [ 38.766s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
5644 | 2024-10-10T21:05:07.726Z | PASS [ 21.127s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found |
5645 | 2024-10-10T21:05:09.735Z | PASS [ 24.569s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
5646 | 2024-10-10T21:05:15.876Z | PASS [ 22.163s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
5647 | 2024-10-10T21:05:19.081Z | PASS [ 31.218s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach |
5648 | 2024-10-10T21:05:19.794Z | PASS [ 22.831s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
5649 | 2024-10-10T21:05:23.861Z | PASS [ 31.359s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade |
5650 | 2024-10-10T21:05:24.417Z | PASS [ 35.314s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud |
5651 | 2024-10-10T21:05:26.480Z | PASS [ 39.299s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict |
5652 | 2024-10-10T21:05:28.315Z | PASS [ 20.584s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
5653 | 2024-10-10T21:05:28.359Z | PASS [ 18.620s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
5654 | 2024-10-10T21:05:37.421Z | PASS [ 21.542s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
5655 | 2024-10-10T21:05:41.381Z | PASS [ 22.298s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
5656 | 2024-10-10T21:05:41.540Z | PASS [ 21.742s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
5657 | 2024-10-10T21:05:45.596Z | PASS [ 21.732s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
5658 | 2024-10-10T21:05:45.668Z | PASS [ 21.246s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
5659 | 2024-10-10T21:05:50.096Z | PASS [ 21.777s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
5660 | 2024-10-10T21:05:50.112Z | PASS [ 23.644s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
5661 | 2024-10-10T21:05:51.392Z | PASS [ 23.030s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
5662 | 2024-10-10T21:06:00.642Z | PASS [ 23.216s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
5663 | 2024-10-10T21:06:04.040Z | PASS [ 22.653s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
5664 | 2024-10-10T21:06:11.228Z | PASS [ 21.114s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
5665 | 2024-10-10T21:06:12.363Z | PASS [ 20.966s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
5666 | 2024-10-10T21:06:13.047Z | PASS [ 31.501s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
5667 | 2024-10-10T21:06:17.095Z | PASS [ 26.995s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics |
5668 | 2024-10-10T21:06:22.370Z | PASS [ 21.724s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
5669 | 2024-10-10T21:06:30.776Z | PASS [ 45.170s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
5670 | 2024-10-10T21:06:40.009Z | PASS [ 27.640s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
5671 | 2024-10-10T21:06:40.325Z | PASS [ 27.275s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
5672 | 2024-10-10T21:06:42.189Z | PASS [ 38.141s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
5673 | 2024-10-10T21:06:44.179Z | PASS [ 27.012s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
5674 | 2024-10-10T21:06:44.867Z | PASS [ 59.188s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
5675 | 2024-10-10T21:06:57.144Z | PASS [ 45.907s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
5676 | 2024-10-10T21:07:06.831Z | PASS [ 26.818s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
5677 | 2024-10-10T21:07:07.263Z | PASS [ 44.885s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
5678 | 2024-10-10T21:07:14.259Z | PASS [ 43.475s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
5679 | 2024-10-10T21:07:18.506Z | PASS [ 36.311s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
5680 | 2024-10-10T21:07:19.480Z | PASS [ 35.361s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
5681 | 2024-10-10T21:07:21.285Z | PASS [ 36.412s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
5682 | 2024-10-10T21:07:22.512Z | PASS [ 25.364s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
5683 | 2024-10-10T21:07:27.352Z | PASS [ 47.016s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
5684 | 2024-10-10T21:07:41.936Z | PASS [ 22.451s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
5685 | 2024-10-10T21:07:42.511Z | PASS [ 24.000s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
5686 | 2024-10-10T21:07:48.271Z | PASS [ 26.980s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
5687 | 2024-10-10T21:07:48.940Z | PASS [ 21.578s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
5688 | 2024-10-10T21:07:49.150Z | PASS [ 26.633s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
5689 | 2024-10-10T21:07:50.300Z | PASS [ 43.461s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
5690 | 2024-10-10T21:07:53.449Z | PASS [ 46.177s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
5691 | 2024-10-10T21:08:09.475Z | PASS [ 27.536s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
5692 | 2024-10-10T21:08:11.564Z | PASS [ 22.626s] omicron-nexus::test_all integration_tests::projects::test_projects |
5693 | 2024-10-10T21:08:12.244Z | PASS [ 57.974s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
5694 | 2024-10-10T21:08:12.527Z | PASS [ 24.240s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
5695 | 2024-10-10T21:08:12.527Z | PASS [ 23.361s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
5696 | 2024-10-10T21:08:12.527Z | PASS [ 19.064s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
5697 | 2024-10-10T21:08:12.643Z | PASS [ 30.128s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
5698 | 2024-10-10T21:08:31.331Z | PASS [ 21.855s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
5699 | 2024-10-10T21:08:34.296Z | PASS [ 21.768s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
5700 | 2024-10-10T21:08:34.507Z | PASS [ 21.989s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
5701 | 2024-10-10T21:08:34.581Z | PASS [ 21.934s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
5702 | 2024-10-10T21:08:34.607Z | PASS [ 22.357s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
5703 | 2024-10-10T21:08:34.885Z | PASS [ 22.352s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
5704 | 2024-10-10T21:08:34.924Z | PASS [ 0.319s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
5705 | 2024-10-10T21:08:35.166Z | PASS [ 23.601s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
5706 | 2024-10-10T21:08:37.851Z | PASS [ 3.343s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
5707 | 2024-10-10T21:08:37.976Z | PASS [ 3.393s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
5708 | 2024-10-10T21:08:38.203Z | PASS [ 3.316s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
5709 | 2024-10-10T21:08:38.237Z | PASS [ 3.310s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
5710 | 2024-10-10T21:08:38.370Z | PASS [ 48.061s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
5711 | 2024-10-10T21:08:38.515Z | PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
5712 | 2024-10-10T21:08:38.625Z | PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
5713 | 2024-10-10T21:08:38.742Z | PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
5714 | 2024-10-10T21:08:38.846Z | PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
5715 | 2024-10-10T21:08:39.040Z | PASS [ 0.181s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
5716 | 2024-10-10T21:08:50.195Z | PASS [ 18.856s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
5717 | 2024-10-10T21:08:56.308Z | PASS [ 22.007s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
5718 | 2024-10-10T21:08:59.908Z | PASS [ 20.880s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
5719 | 2024-10-10T21:09:00.263Z | PASS [ 25.088s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
5720 | 2024-10-10T21:09:00.774Z | PASS [ 22.567s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
5721 | 2024-10-10T21:09:01.724Z | PASS [ 23.483s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
5722 | 2024-10-10T21:09:01.829Z | PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
5723 | 2024-10-10T21:09:01.902Z | PASS [ 24.045s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
5724 | 2024-10-10T21:09:08.817Z | PASS [ 18.619s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
5725 | 2024-10-10T21:09:09.011Z | PASS [ 0.193s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
5726 | 2024-10-10T21:09:09.123Z | PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
5727 | 2024-10-10T21:09:10.609Z | PASS [ 32.625s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
5728 | 2024-10-10T21:09:16.756Z | PASS [ 20.444s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
5729 | 2024-10-10T21:09:20.589Z | PASS [ 20.678s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
5730 | 2024-10-10T21:09:21.668Z | PASS [ 21.411s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
5731 | 2024-10-10T21:09:22.283Z | PASS [ 21.514s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
5732 | 2024-10-10T21:09:23.987Z | PASS [ 22.091s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
5733 | 2024-10-10T21:09:24.151Z | PASS [ 22.319s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
5734 | 2024-10-10T21:09:27.536Z | PASS [ 18.421s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
5735 | 2024-10-10T21:09:27.721Z | PASS [ 17.121s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
5736 | 2024-10-10T21:09:30.722Z | PASS [ 13.974s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
5737 | 2024-10-10T21:09:32.271Z | PASS [ 8.122s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
5738 | 2024-10-10T21:09:32.606Z | PASS [ 12.018s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
5739 | 2024-10-10T21:09:40.079Z | PASS [ 7.806s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
5740 | 2024-10-10T21:09:40.577Z | PASS [ 7.968s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
5741 | 2024-10-10T21:09:47.959Z | PASS [ 7.878s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
5742 | 2024-10-10T21:09:48.421Z | PASS [ 7.843s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
5743 | 2024-10-10T21:09:55.972Z | PASS [ 8.011s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
5744 | 2024-10-10T21:10:00.562Z | PASS [ 4.591s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
5745 | 2024-10-10T21:10:43.445Z | PASS [ 42.875s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
5746 | 2024-10-10T21:10:44.129Z | PASS [ 55.694s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
5747 | 2024-10-10T21:11:02.741Z | PASS [ 19.291s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
5748 | 2024-10-10T21:11:21.190Z | PASS [ 37.043s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
5749 | 2024-10-10T21:11:36.534Z | PASS [ 15.353s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
5750 | 2024-10-10T21:11:36.640Z | PASS [ 15.449s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
5751 | 2024-10-10T21:11:36.920Z | PASS [ 15.732s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
5752 | 2024-10-10T21:11:37.122Z | PASS [ 15.926s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
5753 | 2024-10-10T21:11:49.724Z | PASS [ 46.960s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
5754 | 2024-10-10T21:11:53.030Z | PASS [ 16.379s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
5755 | 2024-10-10T21:11:53.209Z | PASS [ 16.670s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
5756 | 2024-10-10T21:11:53.607Z | PASS [ 16.685s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
5757 | 2024-10-10T21:11:53.786Z | PASS [ 16.651s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
5758 | 2024-10-10T21:12:12.110Z | PASS [ 22.388s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
5759 | 2024-10-10T21:12:12.166Z | PASS [ 22.439s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
5760 | 2024-10-10T21:12:12.455Z | PASS [ 22.723s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
5761 | 2024-10-10T21:12:13.699Z | PASS [ 23.980s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
5762 | 2024-10-10T21:12:15.937Z | PASS [ 22.889s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
5763 | 2024-10-10T21:12:15.963Z | PASS [ 22.174s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
5764 | 2024-10-10T21:12:16.462Z | PASS [ 23.248s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
5765 | 2024-10-10T21:12:20.651Z | PASS [ 27.037s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
5766 | 2024-10-10T21:12:34.221Z | PASS [ 22.049s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
5767 | 2024-10-10T21:12:35.255Z | PASS [ 22.795s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
5768 | 2024-10-10T21:12:36.166Z | PASS [ 24.049s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
5769 | 2024-10-10T21:12:36.670Z | PASS [ 22.967s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
5770 | 2024-10-10T21:12:37.024Z | PASS [ 21.064s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
5771 | 2024-10-10T21:12:37.733Z | PASS [ 21.810s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
5772 | 2024-10-10T21:12:39.829Z | PASS [ 23.364s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
5773 | 2024-10-10T21:12:47.270Z | PASS [ 26.613s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
5774 | 2024-10-10T21:12:57.926Z | PASS [ 23.700s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
5775 | 2024-10-10T21:12:58.165Z | PASS [ 21.995s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
5776 | 2024-10-10T21:12:59.046Z | PASS [ 22.019s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
5777 | 2024-10-10T21:13:02.717Z | PASS [ 27.456s] omicron-nexus::test_all integration_tests::silos::test_silos |
5778 | 2024-10-10T21:13:02.824Z | PASS [ 22.989s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
5779 | 2024-10-10T21:13:05.808Z | PASS [ 29.133s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
5780 | 2024-10-10T21:13:06.916Z | PASS [ 29.177s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
5781 | 2024-10-10T21:13:19.289Z | PASS [ 20.235s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
5782 | 2024-10-10T21:13:20.798Z | PASS [ 33.523s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
5783 | 2024-10-10T21:13:25.853Z | PASS [ 23.132s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
5784 | 2024-10-10T21:13:26.182Z | PASS [ 23.354s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
5785 | 2024-10-10T21:13:27.660Z | PASS [ 21.848s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
5786 | 2024-10-10T21:13:29.941Z | PASS [ 31.768s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
5787 | 2024-10-10T21:13:32.099Z | PASS [ 4.435s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
5788 | 2024-10-10T21:13:32.625Z | PASS [ 34.693s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
5789 | 2024-10-10T21:13:33.603Z | PASS [ 1.506s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
5790 | 2024-10-10T21:13:34.439Z | PASS [ 4.499s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
5791 | 2024-10-10T21:13:36.980Z | PASS [ 4.354s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
5792 | 2024-10-10T21:13:37.965Z | PASS [ 4.360s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
5793 | 2024-10-10T21:13:39.884Z | PASS [ 32.963s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
5794 | 2024-10-10T21:13:42.790Z | PASS [ 2.904s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
5795 | 2024-10-10T21:13:43.697Z | PASS [ 24.404s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
5796 | 2024-10-10T21:13:52.041Z | PASS [ 31.233s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
5797 | 2024-10-10T21:13:53.273Z | PASS [ 27.087s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
5798 | 2024-10-10T21:13:54.898Z | PASS [ 20.455s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
5799 | 2024-10-10T21:13:55.459Z | PASS [ 29.600s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
5800 | 2024-10-10T21:14:01.768Z | PASS [ 18.975s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
5801 | 2024-10-10T21:14:06.838Z | PASS [ 23.139s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
5802 | 2024-10-10T21:14:10.813Z | PASS [ 18.772s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
5803 | 2024-10-10T21:14:13.572Z | PASS [ 36.585s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
5804 | 2024-10-10T21:14:13.753Z | PASS [ 20.476s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
5805 | 2024-10-10T21:14:26.658Z | PASS [ 31.193s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
5806 | 2024-10-10T21:14:32.986Z | PASS [ 31.213s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
5807 | 2024-10-10T21:14:33.363Z | PASS [ 26.520s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions |
5808 | 2024-10-10T21:14:35.647Z | PASS [ 40.741s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
5809 | 2024-10-10T21:14:37.976Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5810 | 2024-10-10T21:14:40.149Z | PASS [ 29.329s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
5811 | 2024-10-10T21:14:42.563Z | PASS [ 28.803s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
5812 | 2024-10-10T21:14:44.663Z | PASS [ 31.084s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
5813 | 2024-10-10T21:14:59.256Z | PASS [ 32.592s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
5814 | 2024-10-10T21:15:06.148Z | PASS [ 32.778s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
5815 | 2024-10-10T21:15:07.364Z | PASS [ 34.372s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
5816 | 2024-10-10T21:15:07.655Z | PASS [ 32.001s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
5817 | 2024-10-10T21:15:08.225Z | PASS [ 25.659s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
5818 | 2024-10-10T21:15:09.211Z | PASS [ 29.057s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
5819 | 2024-10-10T21:15:17.594Z | PASS [ 99.610s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5820 | 2024-10-10T21:15:31.948Z | PASS [ 32.687s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
5821 | 2024-10-10T21:15:32.337Z | PASS [ 47.666s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
5822 | 2024-10-10T21:15:37.556Z | PASS [ 28.340s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
5823 | 2024-10-10T21:15:43.504Z | PASS [ 37.346s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
5824 | 2024-10-10T21:15:45.277Z | PASS [ 37.906s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
5825 | 2024-10-10T21:15:45.647Z | PASS [ 37.984s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
5826 | 2024-10-10T21:15:47.098Z | PASS [ 29.500s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
5827 | 2024-10-10T21:15:47.557Z | PASS [ 39.324s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
5828 | 2024-10-10T21:15:49.824Z | PASS [ 17.483s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
5829 | 2024-10-10T21:15:56.620Z | PASS [ 19.060s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
5830 | 2024-10-10T21:16:03.006Z | PASS [ 31.051s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
5831 | 2024-10-10T21:16:04.600Z | PASS [ 21.092s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
5832 | 2024-10-10T21:16:05.761Z | PASS [ 20.480s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
5833 | 2024-10-10T21:16:05.844Z | PASS [ 20.194s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
5834 | 2024-10-10T21:16:07.737Z | PASS [ 20.177s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
5835 | 2024-10-10T21:16:07.839Z | PASS [ 20.737s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
5836 | 2024-10-10T21:16:08.323Z | PASS [ 18.496s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
5837 | 2024-10-10T21:16:14.480Z | PASS [ 17.846s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
5838 | 2024-10-10T21:16:25.130Z | PASS [ 20.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
5839 | 2024-10-10T21:16:25.485Z | PASS [ 22.475s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
5840 | 2024-10-10T21:16:26.594Z | PASS [ 20.747s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
5841 | 2024-10-10T21:16:26.980Z | PASS [ 21.213s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
5842 | 2024-10-10T21:16:27.316Z | PASS [ 19.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
5843 | 2024-10-10T21:16:28.213Z | PASS [ 20.371s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
5844 | 2024-10-10T21:16:28.221Z | PASS [ 19.896s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
5845 | 2024-10-10T21:16:31.477Z | PASS [ 17.004s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
5846 | 2024-10-10T21:16:46.592Z | PASS [ 21.460s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
5847 | 2024-10-10T21:16:46.765Z | PASS [ 21.277s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
5848 | 2024-10-10T21:16:47.047Z | PASS [ 20.448s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
5849 | 2024-10-10T21:16:47.830Z | PASS [ 20.846s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
5850 | 2024-10-10T21:16:48.036Z | PASS [ 20.717s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
5851 | 2024-10-10T21:16:49.594Z | PASS [ 21.377s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
5852 | 2024-10-10T21:16:50.085Z | PASS [ 21.858s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
5853 | 2024-10-10T21:16:51.539Z | PASS [ 20.058s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
5854 | 2024-10-10T21:17:09.442Z | PASS [ 22.844s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
5855 | 2024-10-10T21:17:09.545Z | PASS [ 22.771s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
5856 | 2024-10-10T21:17:10.630Z | PASS [ 22.798s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
5857 | 2024-10-10T21:17:12.681Z | PASS [ 25.629s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
5858 | 2024-10-10T21:17:13.619Z | PASS [ 25.578s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
5859 | 2024-10-10T21:17:14.518Z | PASS [ 24.429s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
5860 | 2024-10-10T21:17:18.818Z | PASS [ 29.217s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
5861 | 2024-10-10T21:17:18.936Z | PASS [ 0.118s] omicron-package dot::test::test_bad_dependency |
5862 | 2024-10-10T21:17:18.981Z | PASS [ 0.045s] omicron-package dot::test::test_dot_output |
5863 | 2024-10-10T21:17:22.547Z | PASS [ 8.026s] omicron-omdb::test_all_output test_omdb_usage_errors |
5864 | 2024-10-10T21:17:22.574Z | PASS [ 0.027s] omicron-passwords test::test_password_constraints |
5865 | 2024-10-10T21:17:25.434Z | PASS [ 2.860s] omicron-passwords test::test_reproducible |
5866 | 2024-10-10T21:17:26.247Z | PASS [ 7.265s] omicron-passwords test::test_compatible |
5867 | 2024-10-10T21:17:26.297Z | PASS [ 0.049s] omicron-passwords test::test_stable |
5868 | 2024-10-10T21:17:26.322Z | PASS [ 0.026s] omicron-passwords test::test_weak_hashes |
5869 | 2024-10-10T21:17:26.348Z | PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path |
5870 | 2024-10-10T21:17:26.397Z | PASS [ 0.049s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
5871 | 2024-10-10T21:17:26.420Z | PASS [ 0.023s] omicron-rpaths internal::tests::test_emit_rpath |
5872 | 2024-10-10T21:17:26.924Z | PASS [ 0.504s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
5873 | 2024-10-10T21:17:27.527Z | PASS [ 0.602s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
5874 | 2024-10-10T21:17:27.618Z | PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
5875 | 2024-10-10T21:17:27.762Z | PASS [ 0.144s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
5876 | 2024-10-10T21:17:27.852Z | PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
5877 | 2024-10-10T21:17:28.401Z | PASS [ 0.549s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
5878 | 2024-10-10T21:17:28.472Z | PASS [ 0.070s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
5879 | 2024-10-10T21:17:28.534Z | PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
5880 | 2024-10-10T21:17:28.588Z | PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
5881 | 2024-10-10T21:17:28.625Z | PASS [ 0.037s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
5882 | 2024-10-10T21:17:28.659Z | PASS [ 0.035s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
5883 | 2024-10-10T21:17:28.693Z | PASS [ 0.034s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
5884 | 2024-10-10T21:17:28.726Z | PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
5885 | 2024-10-10T21:17:28.759Z | PASS [ 0.033s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
5886 | 2024-10-10T21:17:28.791Z | PASS [ 0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
5887 | 2024-10-10T21:17:28.854Z | PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs |
5888 | 2024-10-10T21:17:28.919Z | PASS [ 0.065s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
5889 | 2024-10-10T21:17:28.957Z | PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
5890 | 2024-10-10T21:17:28.996Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
5891 | 2024-10-10T21:17:29.037Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
5892 | 2024-10-10T21:17:29.076Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
5893 | 2024-10-10T21:17:29.116Z | PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
5894 | 2024-10-10T21:17:33.664Z | PASS [ 4.550s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
5895 | 2024-10-10T21:17:33.994Z | PASS [ 24.448s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
5896 | 2024-10-10T21:17:34.102Z | PASS [ 23.467s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
5897 | 2024-10-10T21:17:36.894Z | PASS [ 2.790s] omicron-sled-agent instance::tests::test_instance_manager_creation |
5898 | 2024-10-10T21:17:37.154Z | PASS [ 45.608s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
5899 | 2024-10-10T21:17:37.182Z | PASS [ 3.189s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
5900 | 2024-10-10T21:17:37.191Z | PASS [ 0.038s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
5901 | 2024-10-10T21:17:37.213Z | PASS [ 0.029s] omicron-sled-agent profile::tests::empty_profile |
5902 | 2024-10-10T21:17:37.221Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance |
5903 | 2024-10-10T21:17:37.243Z | PASS [ 0.030s] omicron-sled-agent profile::tests::test_instance |
5904 | 2024-10-10T21:17:37.252Z | PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple |
5905 | 2024-10-10T21:17:37.274Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_property |
5906 | 2024-10-10T21:17:37.282Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_property_group |
5907 | 2024-10-10T21:17:37.292Z | PASS [ 24.607s] omicron-omdb::test_all_output test_omdb_env_settings |
5908 | 2024-10-10T21:17:37.305Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_service |
5909 | 2024-10-10T21:17:37.314Z | PASS [ 0.031s] omicron-sled-agent profile::tests::test_service_property_group |
5910 | 2024-10-10T21:17:37.322Z | PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5911 | 2024-10-10T21:17:37.334Z | PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5912 | 2024-10-10T21:17:37.359Z | PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5913 | 2024-10-10T21:17:37.371Z | PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema |
5914 | 2024-10-10T21:17:37.379Z | PASS [ 0.044s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
5915 | 2024-10-10T21:17:37.399Z | PASS [ 0.039s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5916 | 2024-10-10T21:17:37.428Z | PASS [ 0.058s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
5917 | 2024-10-10T21:17:37.762Z | PASS [ 12.329s] omicron-passwords test::test_smoke |
5918 | 2024-10-10T21:17:37.908Z | PASS [ 28.462s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
5919 | 2024-10-10T21:17:38.625Z | PASS [ 4.959s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
5920 | 2024-10-10T21:17:40.403Z | PASS [ 2.977s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync |
5921 | 2024-10-10T21:17:40.429Z | PASS [ 0.026s] omicron-sled-agent services::test::test_all_zones_requests_schema |
5922 | 2024-10-10T21:17:40.447Z | PASS [ 0.018s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5923 | 2024-10-10T21:17:40.471Z | PASS [ 0.024s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5924 | 2024-10-10T21:17:40.496Z | PASS [ 0.024s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5925 | 2024-10-10T21:17:40.523Z | PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5926 | 2024-10-10T21:17:40.544Z | PASS [ 0.022s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5927 | 2024-10-10T21:17:40.570Z | PASS [ 0.025s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5928 | 2024-10-10T21:17:40.597Z | PASS [ 0.027s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5929 | 2024-10-10T21:17:40.622Z | PASS [ 0.025s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5930 | 2024-10-10T21:17:40.627Z | PASS [ 3.232s] omicron-sled-agent services::illumos_tests::test_ensure_service |
5931 | 2024-10-10T21:17:40.653Z | PASS [ 0.025s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot |
5932 | 2024-10-10T21:17:40.680Z | PASS [ 0.026s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region |
5933 | 2024-10-10T21:17:40.704Z | PASS [ 0.025s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused |
5934 | 2024-10-10T21:17:40.728Z | PASS [ 0.023s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first |
5935 | 2024-10-10T21:17:40.749Z | PASS [ 0.022s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first |
5936 | 2024-10-10T21:17:40.771Z | PASS [ 0.022s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region |
5937 | 2024-10-10T21:17:40.801Z | PASS [ 0.028s] omicron-sled-agent sim::storage::test::snapshot_needs_region |
5938 | 2024-10-10T21:17:40.832Z | PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components |
5939 | 2024-10-10T21:17:40.853Z | PASS [ 3.473s] omicron-sled-agent services::illumos_tests::test_bad_generations |
5940 | 2024-10-10T21:17:40.858Z | PASS [ 0.029s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5941 | 2024-10-10T21:17:40.888Z | PASS [ 0.035s] omicron-sled-agent updates::test::test_query_zone_version |
5942 | 2024-10-10T21:17:40.911Z | PASS [ 0.024s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5943 | 2024-10-10T21:17:40.978Z | PASS [ 0.114s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5944 | 2024-10-10T21:17:41.020Z | PASS [ 3.110s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot |
5945 | 2024-10-10T21:17:41.062Z | PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5946 | 2024-10-10T21:17:41.198Z | PASS [ 3.432s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists |
5947 | 2024-10-10T21:17:42.267Z | PASS [ 3.640s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config |
5948 | 2024-10-10T21:17:43.449Z | PASS [ 29.829s] omicron-omdb::test_all_output test_omdb_success_cases |
5949 | 2024-10-10T21:17:43.545Z | PASS [ 0.094s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5950 | 2024-10-10T21:17:43.575Z | PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_dir_size |
5951 | 2024-10-10T21:17:43.582Z | PASS [ 2.959s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
5952 | 2024-10-10T21:17:43.620Z | PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du |
5953 | 2024-10-10T21:17:43.736Z | PASS [ 2.825s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5954 | 2024-10-10T21:17:43.839Z | PASS [ 2.864s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5955 | 2024-10-10T21:17:43.903Z | PASS [ 0.064s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5956 | 2024-10-10T21:17:43.926Z | PASS [ 0.019s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent |
5957 | 2024-10-10T21:17:43.927Z | PASS [ 0.185s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
5958 | 2024-10-10T21:17:44.086Z | PASS [ 0.465s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5959 | 2024-10-10T21:17:44.168Z | PASS [ 0.584s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5960 | 2024-10-10T21:17:44.188Z | PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5961 | 2024-10-10T21:17:44.217Z | PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports |
5962 | 2024-10-10T21:17:44.263Z | PASS [ 3.065s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5963 | 2024-10-10T21:17:44.373Z | PASS [ 3.315s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5964 | 2024-10-10T21:17:44.657Z | PASS [ 0.573s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified |
5965 | 2024-10-10T21:17:44.657Z | PASS [ 0.567s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified |
5966 | 2024-10-10T21:17:44.660Z | PASS [ 0.290s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports |
5967 | 2024-10-10T21:17:44.660Z | PASS [ 0.211s] omicron-test-utils dev::db::test::test_bad_cmd |
5968 | 2024-10-10T21:17:44.660Z | PASS [ 0.045s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5969 | 2024-10-10T21:17:44.660Z | PASS [ 0.022s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5970 | 2024-10-10T21:17:44.684Z | PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5971 | 2024-10-10T21:17:44.718Z | PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal |
5972 | 2024-10-10T21:17:44.725Z | PASS [ 0.464s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line |
5973 | 2024-10-10T21:17:44.742Z | PASS [ 0.233s] omicron-test-utils dev::db::test::test_database_start_hang |
5974 | 2024-10-10T21:17:44.898Z | PASS [ 0.398s] omicron-test-utils dev::db::test::test_cmd_fails |
5975 | 2024-10-10T21:17:45.328Z | PASS [ 0.028s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5976 | 2024-10-10T21:17:45.331Z | PASS [ 0.046s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5977 | 2024-10-10T21:17:45.331Z | PASS [ 0.029s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5978 | 2024-10-10T21:17:45.331Z | PASS [ 0.030s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
5979 | 2024-10-10T21:17:45.331Z | PASS [ 0.028s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
5980 | 2024-10-10T21:17:45.331Z | PASS [ 0.058s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
5981 | 2024-10-10T21:17:45.331Z | PASS [ 1.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5982 | 2024-10-10T21:17:45.331Z | LEAK [ 0.430s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5983 | 2024-10-10T21:17:45.541Z | PASS [ 3.274s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5984 | 2024-10-10T21:17:45.645Z | PASS [ 0.529s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps |
5985 | 2024-10-10T21:17:45.659Z | PASS [ 0.509s] oximeter test::timeseries_schema_consistency |
5986 | 2024-10-10T21:17:45.682Z | PASS [ 0.137s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
5987 | 2024-10-10T21:17:45.948Z | PASS [ 0.269s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5988 | 2024-10-10T21:17:45.993Z | PASS [ 0.029s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5989 | 2024-10-10T21:17:45.993Z | PASS [ 0.333s] oximeter-collector agent::tests::test_self_stat_collection_count |
5990 | 2024-10-10T21:17:45.999Z | PASS [ 0.341s] oximeter-collector agent::tests::test_self_stat_error_counter |
5991 | 2024-10-10T21:17:46.141Z | PASS [ 0.152s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression |
5992 | 2024-10-10T21:17:46.149Z | PASS [ 0.150s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression |
5993 | 2024-10-10T21:17:46.173Z | PASS [ 0.035s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
5994 | 2024-10-10T21:17:46.181Z | PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
5995 | 2024-10-10T21:17:46.188Z | PASS [ 1.067s] openapi-manager check::tests::check_apis_up_to_date |
5996 | 2024-10-10T21:17:46.197Z | PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
5997 | 2024-10-10T21:17:46.478Z | PASS [ 0.501s] oximeter-collector::test_commands test_oximeter_no_args |
5998 | 2024-10-10T21:17:47.443Z | PASS [ 1.242s] oximeter-db client::oxql::tests::test_get_one_timeseries |
5999 | 2024-10-10T21:17:47.444Z | PASS [ 1.258s] oximeter-db client::oxql::tests::test_get_entire_table |
6000 | 2024-10-10T21:17:47.460Z | PASS [ 1.271s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
6001 | 2024-10-10T21:17:47.525Z | PASS [ 0.066s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
6002 | 2024-10-10T21:17:47.533Z | PASS [ 0.090s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
6003 | 2024-10-10T21:17:47.540Z | PASS [ 0.102s] oximeter-db client::tests::bad_db_connection_test |
6004 | 2024-10-10T21:17:47.783Z | PASS [ 1.303s] oximeter-db client::oxql::tests::test_limit_operations |
6005 | 2024-10-10T21:17:48.475Z | PASS [ 0.695s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
6006 | 2024-10-10T21:17:48.602Z | PASS [ 1.058s] oximeter-db client::tests::select_timeseries_with_select_one |
6007 | 2024-10-10T21:17:49.068Z | PASS [ 4.325s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
6008 | 2024-10-10T21:17:49.462Z | PASS [ 4.956s] omicron-test-utils dev::db::test::test_database_concurrent |
6009 | 2024-10-10T21:17:49.574Z | PASS [ 1.088s] oximeter-db client::tests::test_client_select_timeseries_one |
6010 | 2024-10-10T21:17:49.991Z | PASS [ 1.391s] oximeter-db client::tests::test_database_version_update_is_idempotent |
6011 | 2024-10-10T21:17:50.112Z | PASS [ 1.043s] oximeter-db client::tests::test_database_version_will_not_downgrade |
6012 | 2024-10-10T21:17:50.528Z | PASS [ 0.963s] oximeter-db client::tests::test_differentiate_by_timeseries_name |
6013 | 2024-10-10T21:17:50.708Z | PASS [ 1.246s] oximeter-db client::tests::test_database_version_wipes_old_version |
6014 | 2024-10-10T21:17:50.790Z | PASS [ 3.261s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
6015 | 2024-10-10T21:17:50.941Z | PASS [ 0.949s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
6016 | 2024-10-10T21:17:51.036Z | PASS [ 0.924s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
6017 | 2024-10-10T21:17:51.432Z | PASS [ 0.905s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
6018 | 2024-10-10T21:17:51.896Z | PASS [ 1.107s] oximeter-db client::tests::test_field_record_count |
6019 | 2024-10-10T21:17:51.988Z | PASS [ 1.046s] oximeter-db client::tests::test_get_schema_no_new_values |
6020 | 2024-10-10T21:17:52.036Z | PASS [ 1.001s] oximeter-db client::tests::test_insert_samples |
6021 | 2024-10-10T21:17:52.071Z | PASS [ 0.033s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
6022 | 2024-10-10T21:17:52.107Z | PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete |
6023 | 2024-10-10T21:17:52.139Z | PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
6024 | 2024-10-10T21:17:52.168Z | PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
6025 | 2024-10-10T21:17:52.378Z | PASS [ 1.668s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
6026 | 2024-10-10T21:17:52.792Z | PASS [ 1.356s] oximeter-db client::tests::test_is_oximeter_cluster |
6027 | 2024-10-10T21:17:53.039Z | PASS [ 1.142s] oximeter-db client::tests::test_list_timeseries |
6028 | 2024-10-10T21:17:53.047Z | PASS [ 1.059s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted |
6029 | 2024-10-10T21:17:53.471Z | PASS [ 1.095s] oximeter-db client::tests::test_schema_mismatch |
6030 | 2024-10-10T21:17:53.773Z | PASS [ 0.980s] oximeter-db client::tests::test_schema_update |
6031 | 2024-10-10T21:17:53.815Z | PASS [ 1.646s] oximeter-db client::tests::test_recall_of_all_fields |
6032 | 2024-10-10T21:17:54.064Z | PASS [ 1.025s] oximeter-db client::tests::test_select_all_datum_types |
6033 | 2024-10-10T21:17:54.156Z | PASS [ 1.109s] oximeter-db client::tests::test_select_all_field_types |
6034 | 2024-10-10T21:17:54.479Z | PASS [ 1.008s] oximeter-db client::tests::test_select_timeseries_with_all |
6035 | 2024-10-10T21:17:55.019Z | PASS [ 1.248s] oximeter-db client::tests::test_select_timeseries_with_limit |
6036 | 2024-10-10T21:17:55.029Z | PASS [ 1.213s] oximeter-db client::tests::test_select_timeseries_with_order |
6037 | 2024-10-10T21:17:55.099Z | PASS [ 1.033s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values |
6038 | 2024-10-10T21:17:55.208Z | PASS [ 1.051s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values |
6039 | 2024-10-10T21:17:55.236Z | PASS [ 0.028s] oximeter-db client::tests::test_unravel_index |
6040 | 2024-10-10T21:17:55.567Z | PASS [ 1.087s] oximeter-db client::tests::test_select_timeseries_with_start_time |
6041 | 2024-10-10T21:17:55.602Z | PASS [ 0.036s] oximeter-db client::tests::test_verify_schema_upgrades |
6042 | 2024-10-10T21:17:55.626Z | PASS [ 0.023s] oximeter-db model::tests::test_db_bool |
6043 | 2024-10-10T21:17:55.978Z | PASS [ 0.949s] oximeter-db client::tests::test_timeseries_schema_list |
6044 | 2024-10-10T21:17:55.995Z | PASS [ 0.899s] oximeter-db client::tests::test_unquoted_64bit_integers |
6045 | 2024-10-10T21:17:56.002Z | PASS [ 0.026s] oximeter-db model::tests::test_db_datum_type_conversion |
6046 | 2024-10-10T21:17:56.024Z | PASS [ 0.029s] oximeter-db model::tests::test_db_field_list_conversion |
6047 | 2024-10-10T21:17:56.031Z | PASS [ 0.028s] oximeter-db model::tests::test_db_field_type_conversion |
6048 | 2024-10-10T21:17:56.052Z | PASS [ 0.027s] oximeter-db model::tests::test_db_histogram |
6049 | 2024-10-10T21:17:56.083Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_bytes_measurement |
6050 | 2024-10-10T21:17:56.123Z | PASS [ 0.035s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
6051 | 2024-10-10T21:17:56.150Z | PASS [ 0.033s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
6052 | 2024-10-10T21:17:56.182Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
6053 | 2024-10-10T21:17:56.205Z | PASS [ 0.026s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
6054 | 2024-10-10T21:17:56.235Z | PASS [ 0.999s] oximeter-db client::tests::test_update_schema_cache_on_new_sample |
6055 | 2024-10-10T21:17:56.242Z | PASS [ 0.039s] oximeter-db model::tests::test_unroll_from_source |
6056 | 2024-10-10T21:17:56.260Z | PASS [ 0.222s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
6057 | 2024-10-10T21:17:56.260Z | PASS [ 0.628s] oximeter-db model::tests::test_db_bool_bad |
6058 | 2024-10-10T21:17:56.266Z | PASS [ 0.033s] oximeter-db model::tests::test_unroll_measurement_row |
6059 | 2024-10-10T21:17:56.273Z | PASS [ 0.031s] oximeter-db model::tests::test_unroll_missing_measurement_row |
6060 | 2024-10-10T21:17:56.279Z | PASS [ 0.028s] oximeter-db native::block::tests::test_data_type_to_string |
6061 | 2024-10-10T21:17:56.285Z | PASS [ 0.026s] oximeter-db native::block::tests::test_datetime64_conversions |
6062 | 2024-10-10T21:17:56.292Z | PASS [ 0.026s] oximeter-db native::block::tests::test_parse_invalid_data_type |
6063 | 2024-10-10T21:17:56.585Z | PASS [ 11.856s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
6064 | 2024-10-10T21:17:56.609Z | PASS [ 1.591s] oximeter-db client::tests::test_sql_query_output |
6065 | 2024-10-10T21:17:56.887Z | PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_column |
6066 | 2024-10-10T21:17:56.888Z | PASS [ 0.601s] oximeter-db native::connection::tests::test_basic_select_query |
6067 | 2024-10-10T21:17:56.894Z | PASS [ 0.589s] oximeter-db native::connection::tests::test_exchange_hello |
6068 | 2024-10-10T21:17:56.910Z | PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_block_with_nulls |
6069 | 2024-10-10T21:17:56.915Z | PASS [ 0.029s] oximeter-db native::io::block::tests::test_decode_full_block |
6070 | 2024-10-10T21:17:56.930Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column |
6071 | 2024-10-10T21:17:56.936Z | PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column |
6072 | 2024-10-10T21:17:57.098Z | PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_string_column |
6073 | 2024-10-10T21:17:57.102Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uint64_column |
6074 | 2024-10-10T21:17:57.102Z | PASS [ 0.686s] oximeter-db native::connection::tests::test_can_cancel_query |
6075 | 2024-10-10T21:17:57.102Z | PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uint8_column |
6076 | 2024-10-10T21:17:57.102Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_uuid_column |
6077 | 2024-10-10T21:17:57.102Z | PASS [ 0.022s] oximeter-db native::io::column::tests::test_encode_decode_column |
6078 | 2024-10-10T21:17:57.102Z | PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_full_hello |
6079 | 2024-10-10T21:17:57.102Z | PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half |
6080 | 2024-10-10T21:17:57.102Z | PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets |
6081 | 2024-10-10T21:17:57.102Z | PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions |
6082 | 2024-10-10T21:17:57.102Z | PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello |
6083 | 2024-10-10T21:17:57.102Z | PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_pong |
6084 | 2024-10-10T21:17:57.102Z | PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet |
6085 | 2024-10-10T21:17:57.102Z | PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_single_exception |
6086 | 2024-10-10T21:17:57.102Z | PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_decode |
6087 | 2024-10-10T21:17:57.102Z | PASS [ 0.024s] oximeter-db native::io::string::test::test_encode_hello_world |
6088 | 2024-10-10T21:17:57.102Z | PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint |
6089 | 2024-10-10T21:17:57.102Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
6090 | 2024-10-10T21:17:57.105Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
6091 | 2024-10-10T21:17:57.111Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_comparison |
6092 | 2024-10-10T21:17:57.120Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
6093 | 2024-10-10T21:17:57.130Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
6094 | 2024-10-10T21:17:57.138Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
6095 | 2024-10-10T21:17:57.146Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
6096 | 2024-10-10T21:17:57.153Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
6097 | 2024-10-10T21:17:57.159Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
6098 | 2024-10-10T21:17:57.169Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
6099 | 2024-10-10T21:17:57.175Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
6100 | 2024-10-10T21:17:57.183Z | PASS [ 0.598s] oximeter-db native::connection::tests::test_select_array_of_nullable_column |
6101 | 2024-10-10T21:17:57.186Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
6102 | 2024-10-10T21:17:57.193Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
6103 | 2024-10-10T21:17:57.198Z | PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
6104 | 2024-10-10T21:17:57.208Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_group_by |
6105 | 2024-10-10T21:17:57.208Z | PASS [ 0.597s] oximeter-db native::connection::tests::test_select_nullable_column |
6106 | 2024-10-10T21:17:57.218Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_ident |
6107 | 2024-10-10T21:17:57.218Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal |
6108 | 2024-10-10T21:17:57.228Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
6109 | 2024-10-10T21:17:57.234Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
6110 | 2024-10-10T21:17:57.241Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
6111 | 2024-10-10T21:17:57.244Z | PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
6112 | 2024-10-10T21:17:57.264Z | PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
6113 | 2024-10-10T21:17:57.264Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
6114 | 2024-10-10T21:17:57.267Z | PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
6115 | 2024-10-10T21:17:57.268Z | PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
6116 | 2024-10-10T21:17:57.271Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query |
6117 | 2024-10-10T21:17:57.278Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
6118 | 2024-10-10T21:17:57.284Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
6119 | 2024-10-10T21:17:57.292Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
6120 | 2024-10-10T21:17:57.330Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
6121 | 2024-10-10T21:17:57.331Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer |
6122 | 2024-10-10T21:17:57.331Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
6123 | 2024-10-10T21:17:57.331Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
6124 | 2024-10-10T21:17:57.334Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive |
6125 | 2024-10-10T21:17:57.335Z | PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
6126 | 2024-10-10T21:17:57.335Z | PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
6127 | 2024-10-10T21:17:57.337Z | PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
6128 | 2024-10-10T21:17:57.342Z | PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
6129 | 2024-10-10T21:17:57.347Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
6130 | 2024-10-10T21:17:57.353Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
6131 | 2024-10-10T21:17:57.361Z | PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
6132 | 2024-10-10T21:17:57.396Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
6133 | 2024-10-10T21:17:57.396Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
6134 | 2024-10-10T21:17:57.400Z | PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
6135 | 2024-10-10T21:17:57.400Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
6136 | 2024-10-10T21:17:57.400Z | PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
6137 | 2024-10-10T21:17:57.405Z | PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
6138 | 2024-10-10T21:17:57.409Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
6139 | 2024-10-10T21:17:57.462Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
6140 | 2024-10-10T21:17:57.462Z | PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
6141 | 2024-10-10T21:17:57.462Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
6142 | 2024-10-10T21:17:57.462Z | PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
6143 | 2024-10-10T21:17:57.462Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
6144 | 2024-10-10T21:17:57.462Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
6145 | 2024-10-10T21:17:57.462Z | PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
6146 | 2024-10-10T21:17:57.462Z | PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits |
6147 | 2024-10-10T21:17:57.462Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
6148 | 2024-10-10T21:17:57.469Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
6149 | 2024-10-10T21:17:57.550Z | PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
6150 | 2024-10-10T21:17:57.550Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
6151 | 2024-10-10T21:17:57.553Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
6152 | 2024-10-10T21:17:57.553Z | PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
6153 | 2024-10-10T21:17:57.553Z | PASS [ 0.048s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
6154 | 2024-10-10T21:17:57.553Z | PASS [ 0.046s] oximeter-db oxql::query::tests::test_coalesce_predicates |
6155 | 2024-10-10T21:17:57.553Z | PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
6156 | 2024-10-10T21:17:57.553Z | PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
6157 | 2024-10-10T21:17:57.558Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
6158 | 2024-10-10T21:17:57.567Z | PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time |
6159 | 2024-10-10T21:17:57.573Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
6160 | 2024-10-10T21:17:57.579Z | PASS [ 0.031s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
6161 | 2024-10-10T21:17:57.584Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
6162 | 2024-10-10T21:17:57.590Z | PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
6163 | 2024-10-10T21:17:57.600Z | PASS [ 0.020s] oximeter-db query::tests::test_field_cmp |
6164 | 2024-10-10T21:17:57.611Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_split_query |
6165 | 2024-10-10T21:17:57.614Z | PASS [ 0.021s] oximeter-db query::tests::test_field_selector_as_query |
6166 | 2024-10-10T21:17:57.619Z | PASS [ 0.027s] oximeter-db query::tests::test_field_value_as_db_str |
6167 | 2024-10-10T21:17:57.628Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_field_selectors |
6168 | 2024-10-10T21:17:57.635Z | PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts |
6169 | 2024-10-10T21:17:57.693Z | PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_filter_raw |
6170 | 2024-10-10T21:17:57.693Z | PASS [ 0.774s] oximeter-db native::connection::tests::test_send_cancel_with_no_query |
6171 | 2024-10-10T21:17:57.693Z | PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_limit_offset |
6172 | 2024-10-10T21:17:57.693Z | PASS [ 0.036s] oximeter-db query::tests::test_select_query_builder_full |
6173 | 2024-10-10T21:17:57.697Z | PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_no_fields |
6174 | 2024-10-10T21:17:57.697Z | PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_selectors |
6175 | 2024-10-10T21:17:57.697Z | PASS [ 0.021s] oximeter-db query::tests::test_time_range |
6176 | 2024-10-10T21:17:57.697Z | PASS [ 0.032s] oximeter-db query::tests::test_string_field_selector |
6177 | 2024-10-10T21:17:57.697Z | PASS [ 0.024s] oximeter-db sql::tests::test_allow_limit_offset |
6178 | 2024-10-10T21:17:57.697Z | PASS [ 0.025s] oximeter-db sql::tests::test_allow_subqueries |
6179 | 2024-10-10T21:17:57.698Z | PASS [ 0.024s] oximeter-db sql::tests::test_cannot_name_database |
6180 | 2024-10-10T21:17:57.700Z | PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported |
6181 | 2024-10-10T21:17:57.706Z | PASS [ 0.027s] oximeter-db sql::tests::test_function_allow_list |
6182 | 2024-10-10T21:17:57.711Z | PASS [ 0.023s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
6183 | 2024-10-10T21:17:57.725Z | PASS [ 0.031s] oximeter-db sql::tests::test_query_must_be_select_statement |
6184 | 2024-10-10T21:17:57.731Z | PASS [ 0.029s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
6185 | 2024-10-10T21:17:57.733Z | PASS [ 0.050s] oximeter-db sql::tests::test_join_must_be_inner |
6186 | 2024-10-10T21:17:57.743Z | PASS [ 0.033s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
6187 | 2024-10-10T21:17:57.743Z | PASS [ 0.028s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
6188 | 2024-10-10T21:17:57.754Z | PASS [ 0.025s] oximeter-db sql::tests::test_with_comma_join_fails |
6189 | 2024-10-10T21:17:57.757Z | PASS [ 0.020s] oximeter-db tests::test_timeseries_key_field_stability |
6190 | 2024-10-10T21:17:57.762Z | PASS [ 0.026s] oximeter-db tests::test_timeseries_key_sample_stability |
6191 | 2024-10-10T21:17:57.768Z | PASS [ 0.028s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
6192 | 2024-10-10T21:17:57.814Z | PASS [ 0.057s] oximeter-instruments http::tests::test_latency_tracker |
6193 | 2024-10-10T21:17:57.856Z | PASS [ 0.092s] oximeter-instruments kstat::link::tests::test_kstat_interested |
6194 | 2024-10-10T21:17:58.126Z | PASS [ 0.339s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
6195 | 2024-10-10T21:17:58.148Z | PASS [ 0.291s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
6196 | 2024-10-10T21:17:58.164Z | PASS [ 0.342s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
6197 | 2024-10-10T21:17:58.190Z | PASS [ 0.080s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
6198 | 2024-10-10T21:17:58.240Z | PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
6199 | 2024-10-10T21:17:58.240Z | PASS [ 0.070s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
6200 | 2024-10-10T21:17:58.251Z | PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_sled_datalink |
6201 | 2024-10-10T21:17:58.293Z | PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
6202 | 2024-10-10T21:17:58.293Z | PASS [ 0.063s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
6203 | 2024-10-10T21:17:58.295Z | PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
6204 | 2024-10-10T21:17:58.300Z | PASS [ 0.025s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
6205 | 2024-10-10T21:17:58.306Z | PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
6206 | 2024-10-10T21:17:58.312Z | PASS [ 0.023s] oximeter-macro-impl tests::test_metric_annotated_field |
6207 | 2024-10-10T21:17:58.319Z | PASS [ 0.020s] oximeter-macro-impl tests::test_metric_datum_field |
6208 | 2024-10-10T21:17:58.326Z | PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum |
6209 | 2024-10-10T21:17:58.339Z | PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field |
6210 | 2024-10-10T21:17:58.339Z | PASS [ 0.019s] oximeter-macro-impl tests::test_target |
6211 | 2024-10-10T21:17:58.347Z | PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct |
6212 | 2024-10-10T21:17:58.353Z | PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum |
6213 | 2024-10-10T21:17:58.359Z | PASS [ 0.021s] oximeter-macro-impl tests::test_target_unit_struct |
6214 | 2024-10-10T21:17:58.366Z | PASS [ 0.019s] oximeter-macro-impl tests::test_target_with_datum_field |
6215 | 2024-10-10T21:17:58.447Z | PASS [ 0.078s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
6216 | 2024-10-10T21:17:58.449Z | PASS [ 0.081s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
6217 | 2024-10-10T21:17:58.467Z | PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields |
6218 | 2024-10-10T21:17:58.474Z | PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
6219 | 2024-10-10T21:17:58.493Z | PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
6220 | 2024-10-10T21:17:58.511Z | PASS [ 0.036s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens |
6221 | 2024-10-10T21:17:58.518Z | PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
6222 | 2024-10-10T21:17:58.549Z | PASS [ 0.031s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names |
6223 | 2024-10-10T21:17:58.549Z | PASS [ 0.023s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
6224 | 2024-10-10T21:17:58.576Z | PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields |
6225 | 2024-10-10T21:17:58.591Z | PASS [ 0.041s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field |
6226 | 2024-10-10T21:17:58.598Z | PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field |
6227 | 2024-10-10T21:17:58.612Z | PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric |
6228 | 2024-10-10T21:17:58.621Z | PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
6229 | 2024-10-10T21:17:58.632Z | PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
6230 | 2024-10-10T21:17:58.638Z | PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first |
6231 | 2024-10-10T21:17:58.650Z | PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
6232 | 2024-10-10T21:17:58.660Z | PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions |
6233 | 2024-10-10T21:17:58.677Z | PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name |
6234 | 2024-10-10T21:17:58.684Z | PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_target_name |
6235 | 2024-10-10T21:17:58.702Z | PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_field_names |
6236 | 2024-10-10T21:17:58.710Z | PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name |
6237 | 2024-10-10T21:17:58.726Z | PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics |
6238 | 2024-10-10T21:17:58.734Z | PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in |
6239 | 2024-10-10T21:17:58.756Z | PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries |
6240 | 2024-10-10T21:17:58.763Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version |
6241 | 2024-10-10T21:17:58.784Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions |
6242 | 2024-10-10T21:17:58.791Z | PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
6243 | 2024-10-10T21:17:58.811Z | PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
6244 | 2024-10-10T21:17:58.816Z | PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions |
6245 | 2024-10-10T21:17:58.831Z | PASS [ 1.578s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
6246 | 2024-10-10T21:17:58.836Z | PASS [ 0.027s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added |
6247 | 2024-10-10T21:17:58.841Z | PASS [ 0.025s] oximeter-schema ir::tests::only_support_format_version_1 |
6248 | 2024-10-10T21:17:58.850Z | PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names |
6249 | 2024-10-10T21:17:58.853Z | PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names |
6250 | 2024-10-10T21:17:58.909Z | PASS [ 0.055s] oximeter-test-utils tests::test_sample_struct |
6251 | 2024-10-10T21:17:58.918Z | PASS [ 0.071s] oximeter-test-utils tests::test_gen_test_samples |
6252 | 2024-10-10T21:17:58.921Z | PASS [ 0.058s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric |
6253 | 2024-10-10T21:17:58.928Z | PASS [ 0.023s] oximeter-test-utils tests::test_timeseries_schema_from_parts |
6254 | 2024-10-10T21:17:58.935Z | PASS [ 0.022s] oximeter-test-utils tests::test_timeseries_schema_from_sample |
6255 | 2024-10-10T21:17:58.941Z | PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range |
6256 | 2024-10-10T21:17:58.947Z | PASS [ 0.019s] oximeter-types histogram::tests::test_bin_range_from |
6257 | 2024-10-10T21:17:58.953Z | PASS [ 0.018s] oximeter-types histogram::tests::test_bin_range_to |
6258 | 2024-10-10T21:17:58.961Z | PASS [ 0.021s] oximeter-types histogram::tests::test_empty_bins_not_supported |
6259 | 2024-10-10T21:17:58.966Z | PASS [ 0.020s] oximeter-types histogram::tests::test_ensure_finite |
6260 | 2024-10-10T21:17:58.983Z | PASS [ 0.029s] oximeter-types histogram::tests::test_histogram |
6261 | 2024-10-10T21:17:58.991Z | PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_construct_with |
6262 | 2024-10-10T21:17:58.991Z | PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_extreme_bins |
6263 | 2024-10-10T21:17:58.999Z | PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_extreme_samples |
6264 | 2024-10-10T21:17:59.004Z | PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins |
6265 | 2024-10-10T21:17:59.009Z | PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_unbounded_samples |
6266 | 2024-10-10T21:17:59.022Z | PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unsorted_bins |
6267 | 2024-10-10T21:17:59.033Z | PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_with_bins |
6268 | 2024-10-10T21:17:59.037Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins |
6269 | 2024-10-10T21:17:59.039Z | PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins |
6270 | 2024-10-10T21:17:59.044Z | PASS [ 0.016s] oximeter-types histogram::tests::test_log_bins_u64 |
6271 | 2024-10-10T21:17:59.053Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_bins_u8 |
6272 | 2024-10-10T21:17:59.064Z | PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type |
6273 | 2024-10-10T21:17:59.070Z | PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type |
6274 | 2024-10-10T21:17:59.077Z | PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_all_representable |
6275 | 2024-10-10T21:17:59.082Z | PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
6276 | 2024-10-10T21:17:59.087Z | PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
6277 | 2024-10-10T21:17:59.097Z | PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
6278 | 2024-10-10T21:17:59.100Z | PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
6279 | 2024-10-10T21:17:59.105Z | PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks |
6280 | 2024-10-10T21:17:59.108Z | PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count |
6281 | 2024-10-10T21:17:59.112Z | PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades |
6282 | 2024-10-10T21:17:59.119Z | PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 |
6283 | 2024-10-10T21:17:59.123Z | PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
6284 | 2024-10-10T21:17:59.129Z | PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
6285 | 2024-10-10T21:17:59.138Z | PASS [ 0.018s] oximeter-types quantile::tests::test_default_percentiles |
6286 | 2024-10-10T21:17:59.143Z | PASS [ 0.019s] oximeter-types quantile::tests::test_empty_observations |
6287 | 2024-10-10T21:17:59.149Z | PASS [ 0.020s] oximeter-types quantile::tests::test_find_cells |
6288 | 2024-10-10T21:17:59.157Z | PASS [ 0.019s] oximeter-types quantile::tests::test_float_observations |
6289 | 2024-10-10T21:17:59.163Z | PASS [ 0.019s] oximeter-types quantile::tests::test_integer_observations |
6290 | 2024-10-10T21:17:59.169Z | PASS [ 0.019s] oximeter-types quantile::tests::test_invalid_p_value |
6291 | 2024-10-10T21:17:59.175Z | PASS [ 0.018s] oximeter-types quantile::tests::test_max_p |
6292 | 2024-10-10T21:17:59.180Z | PASS [ 0.018s] oximeter-types quantile::tests::test_min_p |
6293 | 2024-10-10T21:17:59.188Z | PASS [ 0.018s] oximeter-types quantile::tests::test_non_filled_observations |
6294 | 2024-10-10T21:17:59.201Z | PASS [ 0.019s] oximeter-types schema::tests::test_field_schema_ordering |
6295 | 2024-10-10T21:17:59.205Z | PASS [ 0.030s] oximeter-types quantile::tests::test_rounding |
6296 | 2024-10-10T21:17:59.222Z | PASS [ 0.035s] oximeter-types schema::tests::test_timeseries_name |
6297 | 2024-10-10T21:17:59.229Z | PASS [ 0.027s] oximeter-types schema::tests::test_timeseries_name_from_str |
6298 | 2024-10-10T21:17:59.232Z | PASS [ 0.021s] oximeter-types traits::tests::test_metric_trait |
6299 | 2024-10-10T21:17:59.244Z | PASS [ 0.016s] oximeter-types traits::tests::test_target_trait |
6300 | 2024-10-10T21:17:59.256Z | PASS [ 0.019s] oximeter-types types::tests::test_cumulative_f64 |
6301 | 2024-10-10T21:17:59.256Z | PASS [ 0.029s] oximeter-types traits::tests::test_producer_trait |
6302 | 2024-10-10T21:17:59.265Z | PASS [ 0.021s] oximeter-types types::tests::test_cumulative_i64 |
6303 | 2024-10-10T21:17:59.271Z | PASS [ 0.019s] oximeter-types types::tests::test_datum |
6304 | 2024-10-10T21:17:59.275Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string |
6305 | 2024-10-10T21:17:59.281Z | PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 |
6306 | 2024-10-10T21:17:59.290Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 |
6307 | 2024-10-10T21:17:59.301Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 |
6308 | 2024-10-10T21:17:59.301Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 |
6309 | 2024-10-10T21:17:59.311Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 |
6310 | 2024-10-10T21:17:59.317Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 |
6311 | 2024-10-10T21:17:59.322Z | PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 |
6312 | 2024-10-10T21:17:59.328Z | PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 |
6313 | 2024-10-10T21:17:59.337Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid |
6314 | 2024-10-10T21:17:59.342Z | PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
6315 | 2024-10-10T21:17:59.349Z | PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
6316 | 2024-10-10T21:17:59.361Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
6317 | 2024-10-10T21:17:59.369Z | PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
6318 | 2024-10-10T21:17:59.382Z | PASS [ 0.026s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
6319 | 2024-10-10T21:17:59.382Z | PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
6320 | 2024-10-10T21:17:59.392Z | PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
6321 | 2024-10-10T21:17:59.397Z | PASS [ 0.021s] oximeter-types types::tests::test_measurement |
6322 | 2024-10-10T21:17:59.399Z | PASS [ 0.022s] oximeter-types types::tests::test_verify_field_names |
6323 | 2024-10-10T21:17:59.421Z | PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file |
6324 | 2024-10-10T21:17:59.421Z | PASS [ 0.019s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
6325 | 2024-10-10T21:17:59.421Z | PASS [ 0.018s] oxlog tests::test_sort_logs |
6326 | 2024-10-10T21:17:59.471Z | PASS [ 0.053s] oxql-types point::tests::test_cast_points_from_bool |
6327 | 2024-10-10T21:17:59.471Z | PASS [ 0.047s] oxql-types point::tests::test_cast_points_from_double |
6328 | 2024-10-10T21:17:59.478Z | PASS [ 0.056s] oxql-types point::tests::test_cast_points_from_double_distribution |
6329 | 2024-10-10T21:17:59.486Z | PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution |
6330 | 2024-10-10T21:17:59.495Z | PASS [ 0.024s] oxql-types point::tests::test_cast_points_from_integer |
6331 | 2024-10-10T21:17:59.512Z | PASS [ 0.021s] oxql-types point::tests::test_join_point_arrays |
6332 | 2024-10-10T21:17:59.519Z | PASS [ 0.019s] oxql-types point::tests::test_point_delta_between |
6333 | 2024-10-10T21:17:59.519Z | PASS [ 0.037s] oxql-types point::tests::test_cast_points_from_string |
6334 | 2024-10-10T21:17:59.533Z | PASS [ 0.018s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges |
6335 | 2024-10-10T21:17:59.540Z | PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_with_new_epoch |
6336 | 2024-10-10T21:17:59.543Z | PASS [ 0.021s] oxql-types point::tests::test_push_concrete_values |
6337 | 2024-10-10T21:17:59.547Z | PASS [ 0.022s] oxql-types point::tests::test_sub_between_histogram_distributions |
6338 | 2024-10-10T21:17:59.666Z | PASS [ 0.117s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
6339 | 2024-10-10T21:17:59.699Z | PASS [ 0.032s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
6340 | 2024-10-10T21:17:59.758Z | PASS [ 0.060s] sled-agent-types rack_init::tests::parse_rack_initialization |
6341 | 2024-10-10T21:17:59.786Z | PASS [ 0.028s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
6342 | 2024-10-10T21:17:59.828Z | PASS [ 0.042s] sled-agent-types rack_init::tests::test_extra_certs |
6343 | 2024-10-10T21:17:59.852Z | PASS [ 0.025s] sled-agent-types rack_init::tests::test_subnets |
6344 | 2024-10-10T21:17:59.891Z | PASS [ 0.039s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
6345 | 2024-10-10T21:17:59.915Z | PASS [ 0.024s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 |
6346 | 2024-10-10T21:17:59.938Z | PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_compare_bundles |
6347 | 2024-10-10T21:17:59.961Z | PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_priority_dimension |
6348 | 2024-10-10T21:17:59.981Z | PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause |
6349 | 2024-10-10T21:18:00.000Z | PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available |
6350 | 2024-10-10T21:18:00.040Z | PASS [ 0.035s] sled-hardware disk::test::test_disk_paths |
6351 | 2024-10-10T21:18:00.041Z | PASS [ 0.502s] reconfigurator-cli::test_basic test_basic |
6352 | 2024-10-10T21:18:00.067Z | PASS [ 0.030s] sled-hardware disk::test::test_partition_device_paths |
6353 | 2024-10-10T21:18:00.109Z | PASS [ 0.062s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
6354 | 2024-10-10T21:18:00.109Z | PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
6355 | 2024-10-10T21:18:00.124Z | PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
6356 | 2024-10-10T21:18:00.128Z | PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
6357 | 2024-10-10T21:18:00.150Z | PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
6358 | 2024-10-10T21:18:00.170Z | PASS [ 0.044s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
6359 | 2024-10-10T21:18:00.175Z | PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
6360 | 2024-10-10T21:18:00.192Z | PASS [ 0.023s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
6361 | 2024-10-10T21:18:00.227Z | PASS [ 0.051s] sled-storage dataset::test::serialize_dataset_name |
6362 | 2024-10-10T21:18:00.255Z | PASS [ 0.028s] sled-storage manager::test::test_omicron_physical_disks_schema |
6363 | 2024-10-10T21:18:00.261Z | PASS [ 0.069s] sled-storage manager::test::test_datasets_schema |
6364 | 2024-10-10T21:18:01.445Z | PASS [ 3.091s] oximeter-producer tests::test_producer_registration_task |
6365 | 2024-10-10T21:18:01.485Z | PASS [ 0.038s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
6366 | 2024-10-10T21:18:01.495Z | PASS [ 1.231s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
6367 | 2024-10-10T21:18:02.421Z | PASS [ 2.163s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
6368 | 2024-10-10T21:18:02.473Z | PASS [ 0.053s] sled-storage manager::tests::ensure_using_exactly_these_disks |
6369 | 2024-10-10T21:18:04.181Z | PASS [ 2.682s] sled-storage manager::tests::ensure_datasets |
6370 | 2024-10-10T21:18:04.852Z | PASS [ 2.377s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
6371 | 2024-10-10T21:18:05.315Z | PASS [ 3.829s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
6372 | 2024-10-10T21:18:06.260Z | PASS [ 1.408s] sled-storage manager::tests::update_rawdisk_firmware |
6373 | 2024-10-10T21:18:07.059Z | PASS [ 2.879s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
6374 | 2024-10-10T21:18:07.745Z | PASS [ 2.430s] sled-storage manager::tests::upsert_filesystem |
6375 | 2024-10-10T21:18:08.046Z | PASS [ 1.786s] sled-storage manager::tests::wait_for_boot_disk |
6376 | 2024-10-10T21:18:08.296Z | PASS [ 0.551s] tufaceous::integration-tests command_tests::test_init_and_add |
6377 | 2024-10-10T21:18:08.328Z | PASS [ 1.268s] tufaceous::integration-tests command_tests::test_assemble_fake |
6378 | 2024-10-10T21:18:08.345Z | PASS [ 0.049s] tufaceous-lib archive::tests::test_validate_path |
6379 | 2024-10-10T21:18:08.401Z | PASS [ 0.055s] tufaceous-lib key::tests::test_from_str |
6380 | 2024-10-10T21:18:08.432Z | PASS [ 0.105s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
6381 | 2024-10-10T21:18:08.572Z | PASS [ 0.171s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
6382 | 2024-10-10T21:18:08.819Z | PASS [ 0.773s] tufaceous::manifest-tests check_manifest::fake.toml |
6383 | 2024-10-10T21:18:08.903Z | PASS [ 0.084s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses |
6384 | 2024-10-10T21:18:08.975Z | PASS [ 0.071s] update-common artifacts::update_plan::tests::test_bad_rot_versions |
6385 | 2024-10-10T21:18:09.037Z | PASS [ 32.137s] omicron-sled-agent nexus::test::nexus_self_notification_test |
6386 | 2024-10-10T21:18:09.080Z | PASS [ 0.104s] update-common artifacts::update_plan::tests::test_multi_rot_version |
6387 | 2024-10-10T21:18:09.118Z | PASS [ 0.081s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
6388 | 2024-10-10T21:18:09.300Z | PASS [ 0.182s] update-engine display::group_display::tests::test_stats |
6389 | 2024-10-10T21:18:09.327Z | PASS [ 0.028s] update-engine display::line_display_shared::tests::test_format_progress_counter |
6390 | 2024-10-10T21:18:09.351Z | PASS [ 0.025s] update-engine display::line_display_shared::tests::test_start_line |
6391 | 2024-10-10T21:18:09.382Z | PASS [ 0.029s] update-engine engine::tests::error_exits_early |
6392 | 2024-10-10T21:18:09.432Z | PASS [ 0.048s] update-engine events::tests::progress_event_parse_unknown |
6393 | 2024-10-10T21:18:09.465Z | PASS [ 0.034s] update-engine events::tests::step_event_parse_unknown |
6394 | 2024-10-10T21:18:09.471Z | PASS [ 0.393s] update-engine buffer::tests::test_buffer |
6395 | 2024-10-10T21:18:09.479Z | PASS [ 1.048s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
6396 | 2024-10-10T21:18:09.486Z | PASS [ 0.024s] update-engine spec::tests::test_merge_anyhow_list |
6397 | 2024-10-10T21:18:09.523Z | PASS [ 0.037s] wicket state::inventory::tests::component_id_display |
6398 | 2024-10-10T21:18:09.598Z | PASS [ 0.082s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
6399 | 2024-10-10T21:18:09.655Z | PASS [ 0.181s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
6400 | 2024-10-10T21:18:09.722Z | PASS [ 0.121s] wicketd installinator_progress::tests::test_states |
6401 | 2024-10-10T21:18:09.749Z | PASS [ 0.094s] wicketd rss_config::tests::test_bgp_auth_key_states |
6402 | 2024-10-10T21:18:09.911Z | PASS [ 0.422s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
6403 | 2024-10-10T21:18:11.071Z | PASS [ 1.349s] wicketd::mod integration_tests::inventory::test_inventory |
6404 | 2024-10-10T21:18:11.908Z | PASS [ 2.004s] wicketd::mod integration_tests::updates::test_update_races |
6405 | 2024-10-10T21:18:12.259Z | PASS [ 3.694s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
6406 | 2024-10-10T21:18:13.025Z | PASS [ 15.278s] oximeter-db::integration_test test_schemas_disjoint |
6407 | 2024-10-10T21:18:13.645Z | PASS [ 2.581s] wicketd::mod integration_tests::updates::test_updates |
6408 | 2024-10-10T21:18:13.756Z | PASS [ 4.015s] wicketd::mod integration_tests::updates::test_installinator_fetch |
6409 | 2024-10-10T21:18:16.506Z | PASS [ 16.969s] reconfigurator-cli::test_basic test_blueprint_edit |
6410 | 2024-10-10T21:18:20.564Z | PASS [ 19.511s] oximeter-db::integration_test test_cluster |
6411 | 2024-10-10T21:18:47.545Z | SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6412 | 2024-10-10T21:18:48.896Z | PASS [ 61.351s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
6413 | 2024-10-10T21:18:51.625Z | PASS [ 2.729s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
6414 | 2024-10-10T21:19:03.761Z | PASS [ 12.133s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
6415 | 2024-10-10T21:19:19.393Z | PASS [ 15.629s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
6416 | 2024-10-10T21:20:19.406Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
6417 | 2024-10-10T21:21:19.419Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
6418 | 2024-10-10T21:22:19.431Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
6419 | 2024-10-10T21:23:19.443Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
6420 | 2024-10-10T21:24:19.455Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
6421 | 2024-10-10T21:25:16.708Z | PASS [ 357.253s] oximeter-db client::tests::test_replicated |
6422 | 2024-10-10T21:25:16.711Z | ------------ |
6423 | 2024-10-10T21:25:16.711Z | Summary [2761.762s] 1626 tests run: 1626 passed (22 slow, 1 leaky), 4 skipped |
6424 | 2024-10-10T21:25:16.742Z | |
6425 | 2024-10-10T21:25:16.744Z | real 46:23.092249861 |
6426 | 2024-10-10T21:25:16.744Z | user 3:48:14.502406825 |
6427 | 2024-10-10T21:25:16.744Z | sys 49:44.129210791 |
6428 | 2024-10-10T21:25:16.744Z | trap 3:35.769924115 |
6429 | 2024-10-10T21:25:16.744Z | tflt 28.314890033 |
6430 | 2024-10-10T21:25:16.744Z | dflt 2:03.592985427 |
6431 | 2024-10-10T21:25:16.744Z | kflt 0.628620709 |
6432 | 2024-10-10T21:25:16.744Z | lock 1323:48:09.137640546 |
6433 | 2024-10-10T21:25:16.744Z | slp 65:18:39.059693957 |
6434 | 2024-10-10T21:25:16.744Z | lat 4:41:29.220705439 |
6435 | 2024-10-10T21:25:16.744Z | stop 1:23:53.091248638 |
6436 | 2024-10-10T21:25:16.744Z | + banner doctest |
6437 | 2024-10-10T21:25:16.746Z | |
6438 | 2024-10-10T21:25:16.747Z | ##### #### #### ##### ###### #### ##### |
6439 | 2024-10-10T21:25:16.747Z | # # # # # # # # # # |
6440 | 2024-10-10T21:25:16.747Z | # # # # # # ##### #### # |
6441 | 2024-10-10T21:25:16.747Z | # # # # # # # # # |
6442 | 2024-10-10T21:25:16.747Z | # # # # # # # # # # # |
6443 | 2024-10-10T21:25:16.747Z | ##### #### #### # ###### #### # |
6444 | 2024-10-10T21:25:16.747Z | |
6445 | 2024-10-10T21:25:16.747Z | + ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast |
6446 | 2024-10-10T21:25:18.307Z | Fresh unicode-ident v1.0.13 |
6447 | 2024-10-10T21:25:18.310Z | Fresh cfg-if v1.0.0 |
6448 | 2024-10-10T21:25:18.310Z | Fresh version_check v0.9.5 |
6449 | 2024-10-10T21:25:18.310Z | Fresh autocfg v1.3.0 |
6450 | 2024-10-10T21:25:18.310Z | Fresh once_cell v1.19.0 |
6451 | 2024-10-10T21:25:18.310Z | Fresh memchr v2.7.2 |
6452 | 2024-10-10T21:25:18.310Z | Fresh value-bag v1.9.0 |
6453 | 2024-10-10T21:25:18.310Z | Fresh byteorder v1.5.0 |
6454 | 2024-10-10T21:25:18.310Z | Fresh scopeguard v1.2.0 |
6455 | 2024-10-10T21:25:18.310Z | Fresh itoa v1.0.11 |
6456 | 2024-10-10T21:25:18.310Z | Fresh proc-macro2 v1.0.86 |
6457 | 2024-10-10T21:25:18.310Z | Fresh libc v0.2.159 |
6458 | 2024-10-10T21:25:18.310Z | Fresh log v0.4.22 |
6459 | 2024-10-10T21:25:18.310Z | Fresh smallvec v1.13.2 |
6460 | 2024-10-10T21:25:18.310Z | Fresh pin-project-lite v0.2.14 |
6461 | 2024-10-10T21:25:18.310Z | Fresh subtle v2.5.0 |
6462 | 2024-10-10T21:25:18.310Z | Fresh quote v1.0.37 |
6463 | 2024-10-10T21:25:18.310Z | Fresh getrandom v0.2.14 |
6464 | 2024-10-10T21:25:18.310Z | Fresh lock_api v0.4.12 |
6465 | 2024-10-10T21:25:18.310Z | Fresh jobserver v0.1.32 |
6466 | 2024-10-10T21:25:18.310Z | Fresh syn v2.0.79 |
6467 | 2024-10-10T21:25:18.311Z | Fresh rand_core v0.6.4 |
6468 | 2024-10-10T21:25:18.311Z | Fresh cc v1.0.97 |
6469 | 2024-10-10T21:25:18.311Z | Fresh allocator-api2 v0.2.18 |
6470 | 2024-10-10T21:25:18.311Z | Fresh serde_derive v1.0.210 |
6471 | 2024-10-10T21:25:18.311Z | Fresh zeroize_derive v1.4.2 |
6472 | 2024-10-10T21:25:18.311Z | Fresh zerocopy-derive v0.7.34 |
6473 | 2024-10-10T21:25:18.311Z | Fresh parking_lot_core v0.9.10 |
6474 | 2024-10-10T21:25:18.311Z | Fresh thiserror-impl v1.0.64 |
6475 | 2024-10-10T21:25:18.311Z | Fresh typenum v1.17.0 |
6476 | 2024-10-10T21:25:18.311Z | Fresh futures-core v0.3.31 |
6477 | 2024-10-10T21:25:18.311Z | Fresh serde v1.0.210 |
6478 | 2024-10-10T21:25:18.311Z | Fresh zeroize v1.8.1 |
6479 | 2024-10-10T21:25:18.311Z | Fresh zerocopy v0.7.34 |
6480 | 2024-10-10T21:25:18.311Z | Fresh parking_lot v0.12.2 |
6481 | 2024-10-10T21:25:18.311Z | Fresh thiserror v1.0.64 |
6482 | 2024-10-10T21:25:18.311Z | Fresh signal-hook-registry v1.4.2 |
6483 | 2024-10-10T21:25:18.311Z | Fresh ryu v1.0.18 |
6484 | 2024-10-10T21:25:18.317Z | Fresh bytes v1.7.2 |
6485 | 2024-10-10T21:25:18.317Z | Fresh ahash v0.8.11 |
6486 | 2024-10-10T21:25:18.317Z | Fresh bitflags v2.6.0 |
6487 | 2024-10-10T21:25:18.317Z | Fresh generic-array v0.14.7 |
6488 | 2024-10-10T21:25:18.317Z | Fresh mio v1.0.2 |
6489 | 2024-10-10T21:25:18.317Z | Fresh hashbrown v0.14.5 |
6490 | 2024-10-10T21:25:18.317Z | Fresh crypto-common v0.1.6 |
6491 | 2024-10-10T21:25:18.317Z | Fresh libm v0.2.8 |
6492 | 2024-10-10T21:25:18.317Z | Fresh spin v0.9.8 |
6493 | 2024-10-10T21:25:18.317Z | Fresh equivalent v1.0.1 |
6494 | 2024-10-10T21:25:18.317Z | Fresh fnv v1.0.7 |
6495 | 2024-10-10T21:25:18.317Z | Fresh num-traits v0.2.19 |
6496 | 2024-10-10T21:25:18.317Z | Fresh serde_json v1.0.128 |
6497 | 2024-10-10T21:25:18.317Z | Fresh indexmap v2.5.0 |
6498 | 2024-10-10T21:25:18.317Z | Fresh tokio-macros v2.4.0 |
6499 | 2024-10-10T21:25:18.317Z | Fresh socket2 v0.5.7 |
6500 | 2024-10-10T21:25:18.317Z | Fresh futures-io v0.3.31 |
6501 | 2024-10-10T21:25:18.317Z | Fresh const-oid v0.9.6 |
6502 | 2024-10-10T21:25:18.317Z | Fresh tokio v1.39.3 |
6503 | 2024-10-10T21:25:18.317Z | Fresh futures-sink v0.3.31 |
6504 | 2024-10-10T21:25:18.317Z | Fresh block-buffer v0.10.4 |
6505 | 2024-10-10T21:25:18.317Z | Fresh pin-utils v0.1.0 |
6506 | 2024-10-10T21:25:18.317Z | Fresh pkg-config v0.3.30 |
6507 | 2024-10-10T21:25:18.317Z | Fresh cpufeatures v0.2.12 |
6508 | 2024-10-10T21:25:18.317Z | Fresh futures-macro v0.3.31 |
6509 | 2024-10-10T21:25:18.317Z | Fresh slab v0.4.9 |
6510 | 2024-10-10T21:25:18.317Z | Fresh digest v0.10.7 |
6511 | 2024-10-10T21:25:18.317Z | Fresh futures-channel v0.3.31 |
6512 | 2024-10-10T21:25:18.317Z | Fresh regex-syntax v0.8.4 |
6513 | 2024-10-10T21:25:18.317Z | Fresh futures-task v0.3.31 |
6514 | 2024-10-10T21:25:18.317Z | Fresh aho-corasick v1.1.3 |
6515 | 2024-10-10T21:25:18.318Z | Fresh errno v0.3.9 |
6516 | 2024-10-10T21:25:18.318Z | Fresh futures-util v0.3.31 |
6517 | 2024-10-10T21:25:18.318Z | Fresh regex-automata v0.4.6 |
6518 | 2024-10-10T21:25:18.318Z | Fresh tracing-attributes v0.1.27 |
6519 | 2024-10-10T21:25:18.318Z | Fresh tracing-core v0.1.32 |
6520 | 2024-10-10T21:25:18.318Z | Fresh tinyvec_macros v0.1.1 |
6521 | 2024-10-10T21:25:18.318Z | Fresh rustix v0.38.37 |
6522 | 2024-10-10T21:25:18.318Z | Fresh tracing v0.1.40 |
6523 | 2024-10-10T21:25:18.318Z | Fresh tinyvec v1.6.0 |
6524 | 2024-10-10T21:25:18.318Z | Fresh iana-time-zone v0.1.60 |
6525 | 2024-10-10T21:25:18.318Z | Fresh unicode-bidi v0.3.15 |
6526 | 2024-10-10T21:25:18.318Z | Fresh uuid v1.10.0 |
6527 | 2024-10-10T21:25:18.318Z | Fresh semver v1.0.23 |
6528 | 2024-10-10T21:25:18.318Z | Fresh unicode-normalization v0.1.23 |
6529 | 2024-10-10T21:25:18.318Z | Fresh chrono v0.4.38 |
6530 | 2024-10-10T21:25:18.318Z | Fresh syn v1.0.109 |
6531 | 2024-10-10T21:25:18.318Z | Fresh heck v0.5.0 |
6532 | 2024-10-10T21:25:18.318Z | Fresh regex v1.10.6 |
6533 | 2024-10-10T21:25:18.318Z | Fresh percent-encoding v2.3.1 |
6534 | 2024-10-10T21:25:18.318Z | Fresh ppv-lite86 v0.2.17 |
6535 | 2024-10-10T21:25:18.318Z | Fresh vcpkg v0.2.15 |
6536 | 2024-10-10T21:25:18.318Z | Fresh rand_chacha v0.3.1 |
6537 | 2024-10-10T21:25:18.318Z | Fresh form_urlencoded v1.2.1 |
6538 | 2024-10-10T21:25:18.318Z | Fresh serde_derive_internals v0.29.1 |
6539 | 2024-10-10T21:25:18.318Z | Fresh dyn-clone v1.0.17 |
6540 | 2024-10-10T21:25:18.318Z | Fresh http v1.1.0 |
6541 | 2024-10-10T21:25:18.318Z | Fresh schemars_derive v0.8.21 |
6542 | 2024-10-10T21:25:18.318Z | Fresh rand v0.8.5 |
6543 | 2024-10-10T21:25:18.318Z | Fresh block-padding v0.3.3 |
6544 | 2024-10-10T21:25:18.318Z | Fresh idna v0.5.0 |
6545 | 2024-10-10T21:25:18.318Z | Fresh tokio-util v0.7.12 |
6546 | 2024-10-10T21:25:18.318Z | Fresh crossbeam-utils v0.8.19 |
6547 | 2024-10-10T21:25:18.318Z | Fresh schemars v0.8.21 |
6548 | 2024-10-10T21:25:18.318Z | Fresh inout v0.1.3 |
6549 | 2024-10-10T21:25:18.318Z | Fresh url v2.5.2 |
6550 | 2024-10-10T21:25:18.318Z | Fresh either v1.13.0 |
6551 | 2024-10-10T21:25:18.318Z | Fresh lazy_static v1.5.0 |
6552 | 2024-10-10T21:25:18.323Z | Fresh cipher v0.4.4 |
6553 | 2024-10-10T21:25:18.323Z | Fresh toml_datetime v0.6.8 |
6554 | 2024-10-10T21:25:18.323Z | Fresh time-core v0.1.2 |
6555 | 2024-10-10T21:25:18.323Z | Fresh untrusted v0.9.0 |
6556 | 2024-10-10T21:25:18.323Z | Fresh num-conv v0.1.0 |
6557 | 2024-10-10T21:25:18.323Z | Fresh atomic-waker v1.1.2 |
6558 | 2024-10-10T21:25:18.323Z | Fresh base64ct v1.6.0 |
6559 | 2024-10-10T21:25:18.323Z | Fresh httparse v1.8.0 |
6560 | 2024-10-10T21:25:18.323Z | Fresh powerfmt v0.2.0 |
6561 | 2024-10-10T21:25:18.323Z | Fresh ring v0.17.8 |
6562 | 2024-10-10T21:25:18.323Z | Fresh time-macros v0.2.18 |
6563 | 2024-10-10T21:25:18.323Z | Fresh hmac v0.12.1 |
6564 | 2024-10-10T21:25:18.323Z | Fresh num_threads v0.1.7 |
6565 | 2024-10-10T21:25:18.323Z | Fresh sha2 v0.10.8 |
6566 | 2024-10-10T21:25:18.323Z | Fresh base64 v0.22.1 |
6567 | 2024-10-10T21:25:18.323Z | Fresh deranged v0.3.11 |
6568 | 2024-10-10T21:25:18.323Z | Fresh strsim v0.11.1 |
6569 | 2024-10-10T21:25:18.323Z | Fresh try-lock v0.2.5 |
6570 | 2024-10-10T21:25:18.323Z | Fresh httpdate v1.0.3 |
6571 | 2024-10-10T21:25:18.323Z | Fresh serde_spanned v0.6.7 |
6572 | 2024-10-10T21:25:18.323Z | Fresh rustls-pki-types v1.7.0 |
6573 | 2024-10-10T21:25:18.324Z | Fresh pem-rfc7468 v0.7.0 |
6574 | 2024-10-10T21:25:18.324Z | Fresh http-body v1.0.0 |
6575 | 2024-10-10T21:25:18.324Z | Fresh time v0.3.36 |
6576 | 2024-10-10T21:25:18.324Z | Fresh want v0.3.1 |
6577 | 2024-10-10T21:25:18.324Z | Fresh tower-service v0.3.2 |
6578 | 2024-10-10T21:25:18.324Z | Fresh h2 v0.4.6 |
6579 | 2024-10-10T21:25:18.324Z | Fresh serde_tokenstream v0.2.2 |
6580 | 2024-10-10T21:25:18.324Z | Fresh async-trait v0.1.83 |
6581 | 2024-10-10T21:25:18.324Z | Fresh der_derive v0.7.2 |
6582 | 2024-10-10T21:25:18.325Z | Fresh flagset v0.4.5 |
6583 | 2024-10-10T21:25:18.325Z | Fresh gimli v0.28.1 |
6584 | 2024-10-10T21:25:18.325Z | Fresh adler v1.0.2 |
6585 | 2024-10-10T21:25:18.325Z | Fresh hyper v1.4.1 |
6586 | 2024-10-10T21:25:18.325Z | Fresh slog v2.7.0 |
6587 | 2024-10-10T21:25:18.325Z | Fresh addr2line v0.21.0 |
6588 | 2024-10-10T21:25:18.325Z | Fresh der v0.7.9 |
6589 | 2024-10-10T21:25:18.325Z | Fresh rustversion v1.0.17 |
6590 | 2024-10-10T21:25:18.325Z | Fresh miniz_oxide v0.7.2 |
6591 | 2024-10-10T21:25:18.325Z | Fresh rustls-webpki v0.102.4 |
6592 | 2024-10-10T21:25:18.325Z | Fresh pbkdf2 v0.12.2 |
6593 | 2024-10-10T21:25:18.325Z | Fresh aes v0.8.4 |
6594 | 2024-10-10T21:25:18.325Z | Fresh rustc_version v0.4.0 |
6595 | 2024-10-10T21:25:18.325Z | Fresh object v0.32.2 |
6596 | 2024-10-10T21:25:18.325Z | Fresh mime v0.3.17 |
6597 | 2024-10-10T21:25:18.325Z | Fresh rustc-demangle v0.1.24 |
6598 | 2024-10-10T21:25:18.325Z | Fresh spki v0.7.3 |
6599 | 2024-10-10T21:25:18.325Z | Fresh backtrace v0.3.71 |
6600 | 2024-10-10T21:25:18.325Z | Fresh salsa20 v0.10.2 |
6601 | 2024-10-10T21:25:18.325Z | Fresh cbc v0.1.2 |
6602 | 2024-10-10T21:25:18.325Z | Fresh ipnet v2.10.0 |
6603 | 2024-10-10T21:25:18.325Z | Fresh winnow v0.5.40 |
6604 | 2024-10-10T21:25:18.325Z | Fresh heck v0.4.1 |
6605 | 2024-10-10T21:25:18.325Z | Fresh anyhow v1.0.89 |
6606 | 2024-10-10T21:25:18.325Z | Fresh scrypt v0.11.0 |
6607 | 2024-10-10T21:25:18.325Z | Fresh hyper-util v0.1.9 |
6608 | 2024-10-10T21:25:18.325Z | Fresh futures-executor v0.3.31 |
6609 | 2024-10-10T21:25:18.325Z | Fresh http-body-util v0.1.2 |
6610 | 2024-10-10T21:25:18.325Z | Fresh serde_urlencoded v0.7.1 |
6611 | 2024-10-10T21:25:18.325Z | Fresh encoding_rs v0.8.34 |
6612 | 2024-10-10T21:25:18.325Z | Fresh openssl-probe v0.1.5 |
6613 | 2024-10-10T21:25:18.325Z | Fresh pkcs5 v0.7.1 |
6614 | 2024-10-10T21:25:18.325Z | Fresh futures v0.3.31 |
6615 | 2024-10-10T21:25:18.325Z | Fresh foreign-types-shared v0.1.1 |
6616 | 2024-10-10T21:25:18.325Z | Fresh openssl-sys v0.9.103 |
6617 | 2024-10-10T21:25:18.325Z | Fresh rustls-pemfile v2.1.3 |
6618 | 2024-10-10T21:25:18.325Z | Fresh openssl-macros v0.1.1 |
6619 | 2024-10-10T21:25:18.325Z | Fresh utf8parse v0.2.1 |
6620 | 2024-10-10T21:25:18.325Z | Fresh pkcs8 v0.10.2 |
6621 | 2024-10-10T21:25:18.325Z | Fresh foreign-types v0.3.2 |
6622 | 2024-10-10T21:25:18.325Z | Fresh toml_edit v0.19.15 |
6623 | 2024-10-10T21:25:18.326Z | Fresh unicode-width v0.1.13 |
6624 | 2024-10-10T21:25:18.326Z | Fresh data-encoding v2.6.0 |
6625 | 2024-10-10T21:25:18.326Z | Fresh openssl v0.10.66 |
6626 | 2024-10-10T21:25:18.326Z | Fresh openapiv3 v2.0.0 |
6627 | 2024-10-10T21:25:18.326Z | Fresh anstyle v1.0.8 |
6628 | 2024-10-10T21:25:18.326Z | Fresh idna v0.3.0 |
6629 | 2024-10-10T21:25:18.326Z | Fresh psl-types v2.0.11 |
6630 | 2024-10-10T21:25:18.326Z | Fresh rustls v0.23.10 |
6631 | 2024-10-10T21:25:18.326Z | Fresh native-tls v0.2.11 |
6632 | 2024-10-10T21:25:18.326Z | Fresh ucd-trie v0.1.6 |
6633 | 2024-10-10T21:25:18.326Z | Fresh publicsuffix v2.2.3 |
6634 | 2024-10-10T21:25:18.326Z | Fresh webpki-roots v0.26.3 |
6635 | 2024-10-10T21:25:18.326Z | Fresh sha1 v0.10.6 |
6636 | 2024-10-10T21:25:18.326Z | Fresh signature v2.2.0 |
6637 | 2024-10-10T21:25:18.326Z | Fresh tokio-rustls v0.26.0 |
6638 | 2024-10-10T21:25:18.326Z | Fresh cookie v0.18.1 |
6639 | 2024-10-10T21:25:18.326Z | Fresh pest v2.7.10 |
6640 | 2024-10-10T21:25:18.326Z | Fresh tokio-native-tls v0.3.1 |
6641 | 2024-10-10T21:25:18.326Z | Fresh anstyle-parse v0.2.4 |
6642 | 2024-10-10T21:25:18.326Z | Fresh sync_wrapper v1.0.1 |
6643 | 2024-10-10T21:25:18.326Z | Fresh scroll_derive v0.12.0 |
6644 | 2024-10-10T21:25:18.326Z | Fresh anstyle-query v1.0.3 |
6645 | 2024-10-10T21:25:18.326Z | Fresh cookie_store v0.21.0 |
6646 | 2024-10-10T21:25:18.326Z | Fresh pest_meta v2.7.10 |
6647 | 2024-10-10T21:25:18.326Z | Fresh hyper-rustls v0.27.3 |
6648 | 2024-10-10T21:25:18.326Z | Fresh hyper-tls v0.6.0 |
6649 | 2024-10-10T21:25:18.326Z | Fresh is_terminal_polyfill v1.70.0 |
6650 | 2024-10-10T21:25:18.326Z | Fresh colorchoice v1.0.1 |
6651 | 2024-10-10T21:25:18.326Z | Fresh scroll v0.12.0 |
6652 | 2024-10-10T21:25:18.329Z | Fresh terminal_size v0.4.0 |
6653 | 2024-10-10T21:25:18.329Z | Fresh pest_generator v2.7.10 |
6654 | 2024-10-10T21:25:18.329Z | Fresh reqwest v0.12.7 |
6655 | 2024-10-10T21:25:18.329Z | Fresh anstream v0.6.14 |
6656 | 2024-10-10T21:25:18.329Z | Fresh unicode-segmentation v1.11.0 |
6657 | 2024-10-10T21:25:18.329Z | Fresh base16ct v0.2.0 |
6658 | 2024-10-10T21:25:18.329Z | Fresh plain v0.2.3 |
6659 | 2024-10-10T21:25:18.329Z | Fresh clap_lex v0.7.0 |
6660 | 2024-10-10T21:25:18.329Z | Fresh winnow v0.6.18 |
6661 | 2024-10-10T21:25:18.329Z | Fresh pest_derive v2.7.10 |
6662 | 2024-10-10T21:25:18.329Z | Fresh sec1 v0.7.3 |
6663 | 2024-10-10T21:25:18.329Z | Fresh goblin v0.8.2 |
6664 | 2024-10-10T21:25:18.329Z | Fresh clap_builder v4.5.20 |
6665 | 2024-10-10T21:25:18.329Z | Fresh clap_derive v4.5.18 |
6666 | 2024-10-10T21:25:18.330Z | Fresh num-integer v0.1.46 |
6667 | 2024-10-10T21:25:18.330Z | Fresh ff v0.13.0 |
6668 | 2024-10-10T21:25:18.330Z | Fresh pretty-hex v0.4.1 |
6669 | 2024-10-10T21:25:18.330Z | Fresh clap v4.5.20 |
6670 | 2024-10-10T21:25:18.330Z | Fresh crc32fast v1.4.0 |
6671 | 2024-10-10T21:25:18.330Z | Fresh dtrace-parser v0.2.0 |
6672 | 2024-10-10T21:25:18.330Z | Fresh hkdf v0.12.4 |
6673 | 2024-10-10T21:25:18.330Z | Fresh crossbeam-epoch v0.9.18 |
6674 | 2024-10-10T21:25:18.330Z | Fresh dof v0.3.0 |
6675 | 2024-10-10T21:25:18.330Z | Fresh group v0.13.0 |
6676 | 2024-10-10T21:25:18.330Z | Fresh crypto-bigint v0.5.5 |
6677 | 2024-10-10T21:25:18.330Z | Fresh thread-id v4.2.1 |
6678 | 2024-10-10T21:25:18.330Z | Fresh static_assertions v1.1.0 |
6679 | 2024-10-10T21:25:18.330Z | Fresh siphasher v0.3.11 |
6680 | 2024-10-10T21:25:18.330Z | Fresh bitflags v1.3.2 |
6681 | 2024-10-10T21:25:18.330Z | Fresh usdt-impl v0.5.0 |
6682 | 2024-10-10T21:25:18.330Z | Fresh elliptic-curve v0.13.8 |
6683 | 2024-10-10T21:25:18.330Z | Fresh toml_edit v0.22.22 |
6684 | 2024-10-10T21:25:18.330Z | Fresh itertools v0.10.5 |
6685 | 2024-10-10T21:25:18.330Z | Fresh hex v0.4.3 |
6686 | 2024-10-10T21:25:18.330Z | Fresh stable_deref_trait v1.2.0 |
6687 | 2024-10-10T21:25:18.330Z | Fresh adler2 v2.0.0 |
6688 | 2024-10-10T21:25:18.330Z | Fresh bit-vec v0.6.3 |
6689 | 2024-10-10T21:25:18.330Z | Fresh miniz_oxide v0.8.0 |
6690 | 2024-10-10T21:25:18.330Z | Fresh crossbeam-deque v0.8.5 |
6691 | 2024-10-10T21:25:18.330Z | Fresh num-iter v0.1.45 |
6692 | 2024-10-10T21:25:18.330Z | Fresh bit-set v0.5.3 |
6693 | 2024-10-10T21:25:18.330Z | Fresh rayon-core v1.12.1 |
6694 | 2024-10-10T21:25:18.330Z | Fresh flate2 v1.0.34 |
6695 | 2024-10-10T21:25:18.330Z | Fresh usdt-macro v0.5.0 |
6696 | 2024-10-10T21:25:18.330Z | Fresh usdt-attr-macro v0.5.0 |
6697 | 2024-10-10T21:25:18.330Z | Fresh toml v0.7.8 |
6698 | 2024-10-10T21:25:18.330Z | Fresh rfc6979 v0.4.0 |
6699 | 2024-10-10T21:25:18.330Z | Fresh itertools v0.12.1 |
6700 | 2024-10-10T21:25:18.330Z | Fresh bstr v1.9.1 |
6701 | 2024-10-10T21:25:18.330Z | Fresh curve25519-dalek-derive v0.1.1 |
6702 | 2024-10-10T21:25:18.330Z | Fresh zerocopy-derive v0.6.6 |
6703 | 2024-10-10T21:25:18.330Z | Fresh memmap v0.7.0 |
6704 | 2024-10-10T21:25:18.330Z | Fresh managed v0.8.0 |
6705 | 2024-10-10T21:25:18.331Z | Fresh fixedbitset v0.4.2 |
6706 | 2024-10-10T21:25:18.331Z | Fresh curve25519-dalek v4.1.3 |
6707 | 2024-10-10T21:25:18.331Z | Fresh ecdsa v0.16.9 |
6708 | 2024-10-10T21:25:18.331Z | Fresh usdt v0.5.0 |
6709 | 2024-10-10T21:25:18.331Z | Fresh zerocopy v0.6.6 |
6710 | 2024-10-10T21:25:18.331Z | Fresh num-bigint-dig v0.8.4 |
6711 | 2024-10-10T21:25:18.331Z | Fresh signal-hook v0.3.17 |
6712 | 2024-10-10T21:25:18.331Z | Fresh rayon v1.10.0 |
6713 | 2024-10-10T21:25:18.331Z | Fresh petgraph v0.6.5 |
6714 | 2024-10-10T21:25:18.331Z | Fresh phf_shared v0.10.0 |
6715 | 2024-10-10T21:25:18.331Z | Fresh pkcs1 v0.7.5 |
6716 | 2024-10-10T21:25:18.331Z | Fresh precomputed-hash v0.1.1 |
6717 | 2024-10-10T21:25:18.331Z | Fresh unicode-xid v0.2.4 |
6718 | 2024-10-10T21:25:18.331Z | Fresh minimal-lexical v0.2.1 |
6719 | 2024-10-10T21:25:18.331Z | Fresh new_debug_unreachable v1.0.6 |
6720 | 2024-10-10T21:25:18.331Z | Fresh ed25519 v2.2.3 |
6721 | 2024-10-10T21:25:18.331Z | Fresh string_cache v0.8.7 |
6722 | 2024-10-10T21:25:18.331Z | Fresh nom v7.1.3 |
6723 | 2024-10-10T21:25:18.332Z | Fresh rsa v0.9.6 |
6724 | 2024-10-10T21:25:18.332Z | Fresh hubpack_derive v0.1.1 |
6725 | 2024-10-10T21:25:18.332Z | Fresh mio v0.8.11 |
6726 | 2024-10-10T21:25:18.332Z | Fresh ed25519-dalek v2.1.1 |
6727 | 2024-10-10T21:25:18.332Z | Fresh enum-as-inner v0.6.0 |
6728 | 2024-10-10T21:25:18.332Z | Fresh x509-cert v0.2.5 |
6729 | 2024-10-10T21:25:18.332Z | Fresh hubpack v0.1.2 |
6730 | 2024-10-10T21:25:18.332Z | Fresh signal-hook-mio v0.2.4 |
6731 | 2024-10-10T21:25:18.332Z | Fresh idna v0.4.0 |
6732 | 2024-10-10T21:25:18.332Z | Fresh lalrpop-util v0.19.12 |
6733 | 2024-10-10T21:25:18.332Z | Fresh console v0.15.8 |
6734 | 2024-10-10T21:25:18.332Z | Fresh hash32 v0.2.1 |
6735 | 2024-10-10T21:25:18.332Z | Fresh predicates-core v1.0.6 |
6736 | 2024-10-10T21:25:18.332Z | Fresh hickory-proto v0.24.1 |
6737 | 2024-10-10T21:25:18.332Z | Fresh finl_unicode v1.2.0 |
6738 | 2024-10-10T21:25:18.332Z | Fresh similar v2.6.0 |
6739 | 2024-10-10T21:25:18.332Z | Fresh tokio-stream v0.1.16 |
6740 | 2024-10-10T21:25:18.332Z | Fresh md-5 v0.10.6 |
6741 | 2024-10-10T21:25:18.332Z | Fresh stringprep v0.1.4 |
6742 | 2024-10-10T21:25:18.332Z | Fresh heapless v0.7.17 |
6743 | 2024-10-10T21:25:18.332Z | Fresh float-cmp v0.9.0 |
6744 | 2024-10-10T21:25:18.332Z | Fresh difflib v0.4.0 |
6745 | 2024-10-10T21:25:18.332Z | Fresh fallible-iterator v0.2.0 |
6746 | 2024-10-10T21:25:18.332Z | Fresh normalize-line-endings v0.3.0 |
6747 | 2024-10-10T21:25:18.332Z | Fresh predicates v3.1.2 |
6748 | 2024-10-10T21:25:18.332Z | Fresh portable-atomic v1.6.0 |
6749 | 2024-10-10T21:25:18.332Z | Fresh smoltcp v0.9.1 |
6750 | 2024-10-10T21:25:18.332Z | Fresh postgres-protocol v0.6.7 |
6751 | 2024-10-10T21:25:18.332Z | Fresh phf_shared v0.11.2 |
6752 | 2024-10-10T21:25:18.335Z | Fresh strum_macros v0.25.3 |
6753 | 2024-10-10T21:25:18.335Z | Fresh serde-big-array v0.5.1 |
6754 | 2024-10-10T21:25:18.335Z | Fresh serde_repr v0.1.19 |
6755 | 2024-10-10T21:25:18.335Z | Fresh peg-runtime v0.8.3 |
6756 | 2024-10-10T21:25:18.335Z | Fresh number_prefix v0.4.0 |
6757 | 2024-10-10T21:25:18.335Z | Fresh phf v0.11.2 |
6758 | 2024-10-10T21:25:18.336Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
6759 | 2024-10-10T21:25:18.336Z | Fresh postgres-types v0.2.8 |
6760 | 2024-10-10T21:25:18.336Z | Fresh whoami v1.5.2 |
6761 | 2024-10-10T21:25:18.336Z | Fresh indicatif v0.17.8 |
6762 | 2024-10-10T21:25:18.336Z | Fresh tokio-postgres v0.7.12 |
6763 | 2024-10-10T21:25:18.336Z | Fresh regress v0.10.1 |
6764 | 2024-10-10T21:25:18.336Z | Fresh is-terminal v0.4.12 |
6765 | 2024-10-10T21:25:18.336Z | Fresh unsafe-libyaml v0.2.11 |
6766 | 2024-10-10T21:25:18.336Z | Fresh fastrand v2.1.1 |
6767 | 2024-10-10T21:25:18.336Z | Fresh fs-err v2.11.0 |
6768 | 2024-10-10T21:25:18.336Z | Fresh camino v1.1.9 |
6769 | 2024-10-10T21:25:18.336Z | Fresh typify-impl v0.2.0 |
6770 | 2024-10-10T21:25:18.336Z | Fresh serde_yaml v0.9.34+deprecated |
6771 | 2024-10-10T21:25:18.336Z | Fresh ident_case v1.0.1 |
6772 | 2024-10-10T21:25:18.336Z | Fresh progenitor-client v0.8.0 |
6773 | 2024-10-10T21:25:18.336Z | Fresh dirs-sys-next v0.1.2 |
6774 | 2024-10-10T21:25:18.336Z | Fresh toml v0.8.19 |
6775 | 2024-10-10T21:25:18.336Z | Fresh typify-macro v0.2.0 |
6776 | 2024-10-10T21:25:18.336Z | Fresh darling_core v0.20.9 |
6777 | 2024-10-10T21:25:18.336Z | Fresh dirs-next v2.0.0 |
6778 | 2024-10-10T21:25:18.336Z | Fresh ipnetwork v0.20.0 |
6779 | 2024-10-10T21:25:18.336Z | Fresh crossbeam-channel v0.5.12 |
6780 | 2024-10-10T21:25:18.336Z | Fresh thread_local v1.1.8 |
6781 | 2024-10-10T21:25:18.336Z | Fresh typify v0.2.0 |
6782 | 2024-10-10T21:25:18.336Z | Fresh darling_macro v0.20.9 |
6783 | 2024-10-10T21:25:18.336Z | Fresh term v0.7.0 |
6784 | 2024-10-10T21:25:18.336Z | Fresh take_mut v0.2.2 |
6785 | 2024-10-10T21:25:18.336Z | Fresh match_cfg v0.1.0 |
6786 | 2024-10-10T21:25:18.336Z | Fresh progenitor-impl v0.8.0 |
6787 | 2024-10-10T21:25:18.336Z | Fresh darling v0.20.9 |
6788 | 2024-10-10T21:25:18.336Z | Fresh paste v1.0.15 |
6789 | 2024-10-10T21:25:18.336Z | Fresh hostname v0.3.1 |
6790 | 2024-10-10T21:25:18.336Z | Fresh slog-term v2.9.1 |
6791 | 2024-10-10T21:25:18.336Z | Fresh tempfile v3.13.0 |
6792 | 2024-10-10T21:25:18.336Z | Fresh progenitor-macro v0.8.0 |
6793 | 2024-10-10T21:25:18.336Z | Fresh slog-async v2.8.0 |
6794 | 2024-10-10T21:25:18.337Z | Fresh strum_macros v0.26.4 |
6795 | 2024-10-10T21:25:18.337Z | Fresh serde_with_macros v3.9.0 |
6796 | 2024-10-10T21:25:18.337Z | Fresh newtype-uuid v1.1.0 |
6797 | 2024-10-10T21:25:18.337Z | Fresh debug-ignore v1.0.5 |
6798 | 2024-10-10T21:25:18.337Z | Fresh progenitor v0.8.0 |
6799 | 2024-10-10T21:25:18.337Z | Fresh strum v0.26.3 |
6800 | 2024-10-10T21:25:18.337Z | Fresh serde_with v3.9.0 |
6801 | 2024-10-10T21:25:18.337Z | Fresh slog-json v2.6.1 |
6802 | 2024-10-10T21:25:18.337Z | Fresh structmeta-derive v0.3.0 |
6803 | 2024-10-10T21:25:18.337Z | Fresh async-stream-impl v0.3.5 |
6804 | 2024-10-10T21:25:18.337Z | Fresh rustls v0.22.4 |
6805 | 2024-10-10T21:25:18.337Z | Fresh instant v0.1.12 |
6806 | 2024-10-10T21:25:18.337Z | Fresh multer v3.1.0 |
6807 | 2024-10-10T21:25:18.337Z | Fresh slog-bunyan v2.5.0 |
6808 | 2024-10-10T21:25:18.337Z | Fresh async-stream v0.3.5 |
6809 | 2024-10-10T21:25:18.337Z | Fresh structmeta v0.3.0 |
6810 | 2024-10-10T21:25:18.337Z | Fresh dropshot_endpoint v0.12.0 |
6811 | 2024-10-10T21:25:18.337Z | Fresh tokio-rustls v0.25.0 |
6812 | 2024-10-10T21:25:18.337Z | Fresh waitgroup v0.1.2 |
6813 | 2024-10-10T21:25:18.337Z | Fresh regress v0.9.1 |
6814 | 2024-10-10T21:25:18.337Z | Fresh serde_path_to_error v0.1.16 |
6815 | 2024-10-10T21:25:18.337Z | Fresh hostname v0.4.0 |
6816 | 2024-10-10T21:25:18.337Z | Fresh parse-display-derive v0.10.0 |
6817 | 2024-10-10T21:25:18.337Z | Fresh dropshot v0.12.0 |
6818 | 2024-10-10T21:25:18.337Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
6819 | 2024-10-10T21:25:18.337Z | Fresh quick-error v1.2.3 |
6820 | 2024-10-10T21:25:18.337Z | Fresh parse-display v0.10.0 |
6821 | 2024-10-10T21:25:18.337Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
6822 | 2024-10-10T21:25:18.337Z | Fresh backoff v0.4.0 |
6823 | 2024-10-10T21:25:18.337Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
6824 | 2024-10-10T21:25:18.337Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
6825 | 2024-10-10T21:25:18.337Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
6826 | 2024-10-10T21:25:18.337Z | Fresh macaddr v1.0.1 |
6827 | 2024-10-10T21:25:18.337Z | Fresh wait-timeout v0.2.0 |
6828 | 2024-10-10T21:25:18.337Z | Fresh rand_xorshift v0.3.0 |
6829 | 2024-10-10T21:25:18.337Z | Fresh structmeta-derive v0.2.0 |
6830 | 2024-10-10T21:25:18.337Z | Fresh unarray v0.1.4 |
6831 | 2024-10-10T21:25:18.337Z | Fresh camino-tempfile v1.1.1 |
6832 | 2024-10-10T21:25:18.337Z | Fresh rusty-fork v0.3.0 |
6833 | 2024-10-10T21:25:18.337Z | Fresh structmeta v0.2.0 |
6834 | 2024-10-10T21:25:18.337Z | Fresh proc-macro-crate v1.3.1 |
6835 | 2024-10-10T21:25:18.338Z | Fresh foreign-types-macros v0.2.3 |
6836 | 2024-10-10T21:25:18.338Z | Fresh proptest v1.5.0 |
6837 | 2024-10-10T21:25:18.338Z | Fresh test-strategy v0.3.1 |
6838 | 2024-10-10T21:25:18.338Z | Fresh num_enum_derive v0.5.11 |
6839 | 2024-10-10T21:25:18.338Z | Fresh foreign-types-shared v0.3.1 |
6840 | 2024-10-10T21:25:18.338Z | Fresh proc-macro-error-attr v1.0.4 |
6841 | 2024-10-10T21:25:18.338Z | Fresh num_enum v0.5.11 |
6842 | 2024-10-10T21:25:18.338Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
6843 | 2024-10-10T21:25:18.338Z | Fresh foreign-types v0.5.0 |
6844 | 2024-10-10T21:25:18.338Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
6845 | 2024-10-10T21:25:18.338Z | Fresh tabwriter v1.4.0 |
6846 | 2024-10-10T21:25:18.338Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
6847 | 2024-10-10T21:25:18.338Z | Fresh proc-macro-error v1.0.4 |
6848 | 2024-10-10T21:25:18.338Z | Fresh cstr-argument v0.1.2 |
6849 | 2024-10-10T21:25:18.338Z | Fresh pretty-hex v0.2.1 |
6850 | 2024-10-10T21:25:18.338Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
6851 | 2024-10-10T21:25:18.338Z | Fresh colored v2.1.0 |
6852 | 2024-10-10T21:25:18.341Z | Fresh smf v0.2.3 |
6853 | 2024-10-10T21:25:18.341Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
6854 | 2024-10-10T21:25:18.341Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
6855 | 2024-10-10T21:25:18.341Z | Fresh hash32 v0.3.1 |
6856 | 2024-10-10T21:25:18.341Z | Fresh cobs v0.2.3 |
6857 | 2024-10-10T21:25:18.341Z | Fresh embedded-io v0.4.0 |
6858 | 2024-10-10T21:25:18.341Z | Fresh crucible-workspace-hack v0.1.0 |
6859 | 2024-10-10T21:25:18.341Z | Fresh heapless v0.8.0 |
6860 | 2024-10-10T21:25:18.341Z | Fresh postcard v1.0.8 |
6861 | 2024-10-10T21:25:18.341Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6862 | 2024-10-10T21:25:18.341Z | Fresh termtree v0.4.1 |
6863 | 2024-10-10T21:25:18.341Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6864 | 2024-10-10T21:25:18.341Z | Fresh smoltcp v0.11.0 |
6865 | 2024-10-10T21:25:18.341Z | Fresh predicates-tree v1.0.9 |
6866 | 2024-10-10T21:25:18.341Z | Fresh sigpipe v0.1.3 |
6867 | 2024-10-10T21:25:18.341Z | Fresh socket2 v0.4.10 |
6868 | 2024-10-10T21:25:18.341Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
6869 | 2024-10-10T21:25:18.341Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6870 | 2024-10-10T21:25:18.341Z | Fresh zone_cfg_derive v0.3.0 |
6871 | 2024-10-10T21:25:18.342Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
6872 | 2024-10-10T21:25:18.342Z | Fresh num-derive v0.4.2 |
6873 | 2024-10-10T21:25:18.342Z | Fresh downcast v0.11.0 |
6874 | 2024-10-10T21:25:18.342Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6875 | 2024-10-10T21:25:18.342Z | Fresh mockall_derive v0.13.0 |
6876 | 2024-10-10T21:25:18.342Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
6877 | 2024-10-10T21:25:18.342Z | Fresh fragile v2.0.0 |
6878 | 2024-10-10T21:25:18.342Z | Fresh zone v0.3.0 |
6879 | 2024-10-10T21:25:18.342Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
6880 | 2024-10-10T21:25:18.342Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
6881 | 2024-10-10T21:25:18.342Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6882 | 2024-10-10T21:25:18.342Z | Fresh mockall v0.13.0 |
6883 | 2024-10-10T21:25:18.342Z | Fresh base64 v0.21.7 |
6884 | 2024-10-10T21:25:18.342Z | Fresh convert_case v0.4.0 |
6885 | 2024-10-10T21:25:18.342Z | Fresh same-file v1.0.6 |
6886 | 2024-10-10T21:25:18.343Z | Fresh atomicwrites v0.4.4 |
6887 | 2024-10-10T21:25:18.343Z | Fresh itertools v0.13.0 |
6888 | 2024-10-10T21:25:18.343Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
6889 | 2024-10-10T21:25:18.343Z | Fresh derive_more v0.99.18 |
6890 | 2024-10-10T21:25:18.343Z | Fresh walkdir v2.5.0 |
6891 | 2024-10-10T21:25:18.343Z | Fresh xattr v1.3.1 |
6892 | 2024-10-10T21:25:18.343Z | Fresh filetime v0.2.25 |
6893 | 2024-10-10T21:25:18.343Z | Fresh newline-converter v0.3.0 |
6894 | 2024-10-10T21:25:18.343Z | Fresh tar v0.4.42 |
6895 | 2024-10-10T21:25:18.343Z | Fresh expectorate v1.1.0 |
6896 | 2024-10-10T21:25:18.343Z | Fresh password-hash v0.5.0 |
6897 | 2024-10-10T21:25:18.343Z | Fresh blake2 v0.10.6 |
6898 | 2024-10-10T21:25:18.343Z | Fresh derive-where v1.2.7 |
6899 | 2024-10-10T21:25:18.343Z | Fresh owo-colors v4.1.0 |
6900 | 2024-10-10T21:25:18.343Z | Fresh argon2 v0.5.3 |
6901 | 2024-10-10T21:25:18.343Z | Fresh cancel-safe-futures v0.1.5 |
6902 | 2024-10-10T21:25:18.343Z | Fresh libsw v3.3.1 |
6903 | 2024-10-10T21:25:18.343Z | Fresh indent_write v2.2.0 |
6904 | 2024-10-10T21:25:18.343Z | Fresh swrite v0.1.0 |
6905 | 2024-10-10T21:25:18.343Z | Fresh utf-8 v0.7.6 |
6906 | 2024-10-10T21:25:18.343Z | Fresh linear-map v1.2.0 |
6907 | 2024-10-10T21:25:18.343Z | Fresh num-rational v0.4.2 |
6908 | 2024-10-10T21:25:18.343Z | Fresh num-complex v0.4.6 |
6909 | 2024-10-10T21:25:18.343Z | Fresh float-ord v0.3.2 |
6910 | 2024-10-10T21:25:18.343Z | Fresh tungstenite v0.21.0 |
6911 | 2024-10-10T21:25:18.343Z | Fresh num v0.4.3 |
6912 | 2024-10-10T21:25:18.343Z | Fresh tokio-tungstenite v0.21.0 |
6913 | 2024-10-10T21:25:18.343Z | Fresh arc-swap v1.7.1 |
6914 | 2024-10-10T21:25:18.343Z | Fresh humantime v2.1.0 |
6915 | 2024-10-10T21:25:18.343Z | Fresh slog-scope v4.4.0 |
6916 | 2024-10-10T21:25:18.343Z | Fresh semver v0.1.20 |
6917 | 2024-10-10T21:25:18.343Z | Fresh home v0.5.9 |
6918 | 2024-10-10T21:25:18.343Z | Fresh highway v1.2.0 |
6919 | 2024-10-10T21:25:18.343Z | Fresh rustc_version v0.1.7 |
6920 | 2024-10-10T21:25:18.343Z | Fresh slog-stdlog v4.1.1 |
6921 | 2024-10-10T21:25:18.343Z | Fresh pem v3.0.4 |
6922 | 2024-10-10T21:25:18.343Z | Fresh half v2.4.1 |
6923 | 2024-10-10T21:25:18.343Z | Fresh ciborium-io v0.2.2 |
6924 | 2024-10-10T21:25:18.343Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
6925 | 2024-10-10T21:25:18.344Z | Fresh slog-envlogger v2.2.0 |
6926 | 2024-10-10T21:25:18.344Z | Fresh ciborium-ll v0.2.2 |
6927 | 2024-10-10T21:25:18.344Z | Fresh heck v0.3.3 |
6928 | 2024-10-10T21:25:18.344Z | Fresh headers-core v0.3.0 |
6929 | 2024-10-10T21:25:18.344Z | Fresh prettyplease v0.2.22 |
6930 | 2024-10-10T21:25:18.344Z | Fresh ciborium v0.2.2 |
6931 | 2024-10-10T21:25:18.344Z | Fresh zone_cfg_derive v0.1.2 |
6932 | 2024-10-10T21:25:18.344Z | Fresh headers v0.4.0 |
6933 | 2024-10-10T21:25:18.344Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
6934 | 2024-10-10T21:25:18.344Z | Fresh newtype_derive v0.1.6 |
6935 | 2024-10-10T21:25:18.344Z | Fresh lzma-sys v0.1.20 |
6936 | 2024-10-10T21:25:18.344Z | Fresh base64 v0.13.1 |
6937 | 2024-10-10T21:25:18.344Z | Fresh zone v0.1.8 |
6938 | 2024-10-10T21:25:18.344Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
6939 | 2024-10-10T21:25:18.344Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
6940 | 2024-10-10T21:25:18.344Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
6941 | 2024-10-10T21:25:18.344Z | Fresh yasna v0.5.2 |
6942 | 2024-10-10T21:25:18.344Z | Fresh steno v0.4.1 |
6943 | 2024-10-10T21:25:18.344Z | Fresh xz2 v0.1.7 |
6944 | 2024-10-10T21:25:18.344Z | Fresh ron v0.7.1 |
6945 | 2024-10-10T21:25:18.344Z | Fresh rcgen v0.12.1 |
6946 | 2024-10-10T21:25:18.344Z | Fresh subprocess v0.2.9 |
6947 | 2024-10-10T21:25:18.344Z | Fresh linked-hash-map v0.5.6 |
6948 | 2024-10-10T21:25:18.344Z | Fresh resolv-conf v0.7.0 |
6949 | 2024-10-10T21:25:18.344Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
6950 | 2024-10-10T21:25:18.344Z | Fresh lru-cache v0.1.2 |
6951 | 2024-10-10T21:25:18.344Z | Fresh glob v0.3.1 |
6952 | 2024-10-10T21:25:18.348Z | Fresh keccak v0.1.5 |
6953 | 2024-10-10T21:25:18.348Z | Fresh universal-hash v0.5.1 |
6954 | 2024-10-10T21:25:18.348Z | Fresh hickory-resolver v0.24.1 |
6955 | 2024-10-10T21:25:18.348Z | Fresh sha3 v0.10.8 |
6956 | 2024-10-10T21:25:18.348Z | Fresh display-error-chain v0.2.1 |
6957 | 2024-10-10T21:25:18.348Z | Fresh opaque-debug v0.3.1 |
6958 | 2024-10-10T21:25:18.348Z | Fresh arrayref v0.3.7 |
6959 | 2024-10-10T21:25:18.348Z | Fresh constant_time_eq v0.3.0 |
6960 | 2024-10-10T21:25:18.348Z | Fresh arrayvec v0.7.4 |
6961 | 2024-10-10T21:25:18.348Z | Fresh secrecy v0.8.0 |
6962 | 2024-10-10T21:25:18.348Z | Fresh aead v0.5.2 |
6963 | 2024-10-10T21:25:18.348Z | Fresh poly1305 v0.8.0 |
6964 | 2024-10-10T21:25:18.348Z | Fresh chacha20 v0.9.1 |
6965 | 2024-10-10T21:25:18.348Z | Fresh memmap2 v0.9.4 |
6966 | 2024-10-10T21:25:18.348Z | Fresh spin v0.5.2 |
6967 | 2024-10-10T21:25:18.348Z | Fresh untrusted v0.7.1 |
6968 | 2024-10-10T21:25:18.348Z | Fresh topological-sort v0.2.2 |
6969 | 2024-10-10T21:25:18.348Z | Fresh ring v0.16.20 |
6970 | 2024-10-10T21:25:18.348Z | Fresh blake3 v1.5.1 |
6971 | 2024-10-10T21:25:18.348Z | Fresh toolchain_find v0.4.0 |
6972 | 2024-10-10T21:25:18.348Z | Fresh thiserror-impl-no-std v2.0.2 |
6973 | 2024-10-10T21:25:18.348Z | Fresh maplit v1.0.2 |
6974 | 2024-10-10T21:25:18.348Z | Fresh omicron-zone-package v0.11.1 |
6975 | 2024-10-10T21:25:18.348Z | Fresh thiserror-no-std v2.0.2 |
6976 | 2024-10-10T21:25:18.348Z | Fresh rustfmt-wrapper v0.2.1 |
6977 | 2024-10-10T21:25:18.348Z | Fresh chacha20poly1305 v0.10.1 |
6978 | 2024-10-10T21:25:18.348Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
6979 | 2024-10-10T21:25:18.349Z | Fresh slog-dtrace v0.3.0 |
6980 | 2024-10-10T21:25:18.349Z | Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
6981 | 2024-10-10T21:25:18.349Z | Fresh vsss-rs v3.3.4 |
6982 | 2024-10-10T21:25:18.349Z | Fresh termcolor v1.4.1 |
6983 | 2024-10-10T21:25:18.349Z | Fresh tap v1.0.1 |
6984 | 2024-10-10T21:25:18.349Z | Fresh gethostname v0.5.0 |
6985 | 2024-10-10T21:25:18.349Z | Fresh wyz v0.5.1 |
6986 | 2024-10-10T21:25:18.349Z | Fresh radium v0.7.0 |
6987 | 2024-10-10T21:25:18.349Z | Fresh crc-catalog v2.4.0 |
6988 | 2024-10-10T21:25:18.349Z | Fresh funty v2.0.0 |
6989 | 2024-10-10T21:25:18.349Z | Fresh maybe-uninit v2.0.0 |
6990 | 2024-10-10T21:25:18.349Z | Fresh crc v3.2.1 |
6991 | 2024-10-10T21:25:18.349Z | Fresh bitvec v1.0.1 |
6992 | 2024-10-10T21:25:18.349Z | Fresh packed_struct_codegen v0.10.1 |
6993 | 2024-10-10T21:25:18.349Z | Fresh nodrop v0.1.14 |
6994 | 2024-10-10T21:25:18.349Z | Fresh packed_struct v0.10.1 |
6995 | 2024-10-10T21:25:18.349Z | Fresh smallvec v0.6.14 |
6996 | 2024-10-10T21:25:18.349Z | Fresh array-init v0.0.4 |
6997 | 2024-10-10T21:25:18.349Z | Fresh bzip2-sys v0.1.11+1.0.8 |
6998 | 2024-10-10T21:25:18.349Z | Fresh hashbrown v0.12.3 |
6999 | 2024-10-10T21:25:18.349Z | Fresh bitfield v0.14.0 |
7000 | 2024-10-10T21:25:18.349Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
7001 | 2024-10-10T21:25:18.349Z | Fresh serde-hex v0.1.0 |
7002 | 2024-10-10T21:25:18.349Z | Fresh bzip2 v0.4.4 |
7003 | 2024-10-10T21:25:18.349Z | Fresh indexmap v1.9.3 |
7004 | 2024-10-10T21:25:18.349Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
7005 | 2024-10-10T21:25:18.349Z | Fresh env_logger v0.10.2 |
7006 | 2024-10-10T21:25:18.349Z | Fresh ron v0.8.1 |
7007 | 2024-10-10T21:25:18.349Z | Fresh dsl_auto_type v0.1.2 |
7008 | 2024-10-10T21:25:18.349Z | Fresh hashbrown v0.13.2 |
7009 | 2024-10-10T21:25:18.349Z | Fresh scheduled-thread-pool v0.2.7 |
7010 | 2024-10-10T21:25:18.349Z | Fresh diesel_table_macro_syntax v0.2.0 |
7011 | 2024-10-10T21:25:18.349Z | Fresh crc-any v2.5.0 |
7012 | 2024-10-10T21:25:18.349Z | Fresh zip v0.6.6 |
7013 | 2024-10-10T21:25:18.349Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
7014 | 2024-10-10T21:25:18.349Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
7015 | 2024-10-10T21:25:18.349Z | Fresh object v0.30.4 |
7016 | 2024-10-10T21:25:18.349Z | Fresh r2d2 v0.8.10 |
7017 | 2024-10-10T21:25:18.349Z | Fresh diesel_derives v2.2.2 |
7018 | 2024-10-10T21:25:18.349Z | Fresh bitfield-struct v0.6.1 |
7019 | 2024-10-10T21:25:18.350Z | Fresh nibble_vec v0.1.0 |
7020 | 2024-10-10T21:25:18.350Z | Fresh diff v0.1.13 |
7021 | 2024-10-10T21:25:18.350Z | Fresh path-slash v0.1.5 |
7022 | 2024-10-10T21:25:18.350Z | Fresh endian-type v0.1.2 |
7023 | 2024-10-10T21:25:18.350Z | Fresh radix_trie v0.2.1 |
7024 | 2024-10-10T21:25:18.350Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
7025 | 2024-10-10T21:25:18.350Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
7026 | 2024-10-10T21:25:18.350Z | Fresh crunchy v0.2.2 |
7027 | 2024-10-10T21:25:18.350Z | Fresh diesel v2.2.4 |
7028 | 2024-10-10T21:25:18.350Z | Fresh libefi-sys v0.1.0 |
7029 | 2024-10-10T21:25:18.350Z | Fresh tungstenite v0.23.0 |
7030 | 2024-10-10T21:25:18.350Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
7031 | 2024-10-10T21:25:18.350Z | Fresh fxhash v0.2.1 |
7032 | 2024-10-10T21:25:18.350Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
7033 | 2024-10-10T21:25:18.350Z | Fresh tiny-keccak v2.0.2 |
7034 | 2024-10-10T21:25:18.350Z | Fresh tokio-tungstenite v0.23.1 |
7035 | 2024-10-10T21:25:18.350Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
7036 | 2024-10-10T21:25:18.350Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
7037 | 2024-10-10T21:25:18.350Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
7038 | 2024-10-10T21:25:18.350Z | Fresh ascii-canvas v3.0.0 |
7039 | 2024-10-10T21:25:18.350Z | Fresh async-recursion v1.1.1 |
7040 | 2024-10-10T21:25:18.350Z | Fresh ref-cast-impl v1.0.23 |
7041 | 2024-10-10T21:25:18.350Z | Fresh ena v0.14.3 |
7042 | 2024-10-10T21:25:18.350Z | Fresh libloading v0.8.3 |
7043 | 2024-10-10T21:25:18.350Z | Fresh regex-syntax v0.6.29 |
7044 | 2024-10-10T21:25:18.350Z | Fresh ref-cast v1.0.23 |
7045 | 2024-10-10T21:25:18.350Z | Fresh clang-sys v1.7.0 |
7046 | 2024-10-10T21:25:18.350Z | Fresh lalrpop v0.19.12 |
7047 | 2024-10-10T21:25:18.350Z | Fresh which v4.4.2 |
7048 | 2024-10-10T21:25:18.350Z | Fresh cexpr v0.6.0 |
7049 | 2024-10-10T21:25:18.350Z | Fresh kstat-rs v0.2.4 |
7050 | 2024-10-10T21:25:18.350Z | Fresh rustc-hash v1.1.0 |
7051 | 2024-10-10T21:25:18.350Z | Fresh lazycell v1.3.0 |
7052 | 2024-10-10T21:25:18.353Z | Fresh shlex v1.3.0 |
7053 | 2024-10-10T21:25:18.354Z | Fresh bindgen v0.69.4 |
7054 | 2024-10-10T21:25:18.354Z | Fresh derive_builder_core v0.20.0 |
7055 | 2024-10-10T21:25:18.354Z | Fresh primeorder v0.13.6 |
7056 | 2024-10-10T21:25:18.354Z | Fresh derive_builder_macro v0.20.0 |
7057 | 2024-10-10T21:25:18.354Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
7058 | 2024-10-10T21:25:18.354Z | Fresh strum_macros v0.24.3 |
7059 | 2024-10-10T21:25:18.354Z | Fresh indoc v1.0.9 |
7060 | 2024-10-10T21:25:18.354Z | Fresh libxml v0.3.3 |
7061 | 2024-10-10T21:25:18.354Z | Fresh parking_lot_core v0.8.6 |
7062 | 2024-10-10T21:25:18.354Z | Fresh derive_builder v0.20.0 |
7063 | 2024-10-10T21:25:18.354Z | Fresh polar-core v0.27.3 |
7064 | 2024-10-10T21:25:18.354Z | Fresh crossterm v0.28.1 |
7065 | 2024-10-10T21:25:18.354Z | Fresh impl-trait-for-tuples v0.2.2 |
7066 | 2024-10-10T21:25:18.354Z | Fresh oso-derive v0.27.3 |
7067 | 2024-10-10T21:25:18.354Z | Fresh quick-xml v0.33.0 |
7068 | 2024-10-10T21:25:18.354Z | Fresh unicase v2.7.0 |
7069 | 2024-10-10T21:25:18.354Z | Fresh parking_lot v0.11.2 |
7070 | 2024-10-10T21:25:18.354Z | Fresh p384 v0.13.0 |
7071 | 2024-10-10T21:25:18.354Z | Fresh samael v0.0.17 |
7072 | 2024-10-10T21:25:18.354Z | Fresh oso v0.27.3 |
7073 | 2024-10-10T21:25:18.354Z | Fresh sled v0.34.7 |
7074 | 2024-10-10T21:25:18.354Z | Fresh hickory-client v0.24.1 |
7075 | 2024-10-10T21:25:18.354Z | Fresh salty v0.3.0 |
7076 | 2024-10-10T21:25:18.354Z | Fresh hickory-server v0.24.1 |
7077 | 2024-10-10T21:25:18.354Z | Fresh const_format_proc_macros v0.2.33 |
7078 | 2024-10-10T21:25:18.354Z | Fresh bb8 v0.8.5 |
7079 | 2024-10-10T21:25:18.354Z | Fresh vte_generate_state_changes v0.1.1 |
7080 | 2024-10-10T21:25:18.354Z | Fresh nanorand v0.7.0 |
7081 | 2024-10-10T21:25:18.354Z | Fresh env_filter v0.1.2 |
7082 | 2024-10-10T21:25:18.354Z | Fresh atty v0.2.14 |
7083 | 2024-10-10T21:25:18.354Z | Fresh env_logger v0.11.5 |
7084 | 2024-10-10T21:25:18.354Z | Fresh vte v0.11.1 |
7085 | 2024-10-10T21:25:18.354Z | Fresh flume v0.11.0 |
7086 | 2024-10-10T21:25:18.354Z | Fresh const_format v0.2.33 |
7087 | 2024-10-10T21:25:18.354Z | Fresh async-bb8-diesel v0.2.1 |
7088 | 2024-10-10T21:25:18.354Z | Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
7089 | 2024-10-10T21:25:18.354Z | Fresh buf-list v1.0.3 |
7090 | 2024-10-10T21:25:18.355Z | Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
7091 | 2024-10-10T21:25:18.355Z | Fresh qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
7092 | 2024-10-10T21:25:18.355Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
7093 | 2024-10-10T21:25:18.355Z | Fresh fd-lock v4.0.2 |
7094 | 2024-10-10T21:25:18.355Z | Fresh http v0.2.12 |
7095 | 2024-10-10T21:25:18.355Z | Fresh cfg_aliases v0.1.1 |
7096 | 2024-10-10T21:25:18.355Z | Fresh mime_guess v2.0.4 |
7097 | 2024-10-10T21:25:18.355Z | Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
7098 | 2024-10-10T21:25:18.355Z | Fresh memoffset v0.9.1 |
7099 | 2024-10-10T21:25:18.355Z | Fresh strip-ansi-escapes v0.2.0 |
7100 | 2024-10-10T21:25:18.355Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
7101 | 2024-10-10T21:25:18.355Z | Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
7102 | 2024-10-10T21:25:18.355Z | Fresh crossterm v0.27.0 |
7103 | 2024-10-10T21:25:18.355Z | Fresh pin-project-internal v1.1.5 |
7104 | 2024-10-10T21:25:18.355Z | Fresh http-range v0.1.5 |
7105 | 2024-10-10T21:25:18.355Z | Fresh nu-ansi-term v0.50.0 |
7106 | 2024-10-10T21:25:18.355Z | Fresh reedline v0.33.0 |
7107 | 2024-10-10T21:25:18.355Z | Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
7108 | 2024-10-10T21:25:18.355Z | Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
7109 | 2024-10-10T21:25:18.355Z | Fresh hyper-staticfile v0.10.1 |
7110 | 2024-10-10T21:25:18.355Z | Fresh pin-project v1.1.5 |
7111 | 2024-10-10T21:25:18.355Z | Fresh nix v0.27.1 |
7112 | 2024-10-10T21:25:18.355Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
7113 | 2024-10-10T21:25:18.355Z | Fresh http-body v0.4.6 |
7114 | 2024-10-10T21:25:18.355Z | Fresh h2 v0.3.26 |
7115 | 2024-10-10T21:25:18.355Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
7116 | 2024-10-10T21:25:18.355Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
7117 | 2024-10-10T21:25:18.355Z | Fresh bytecount v0.6.8 |
7118 | 2024-10-10T21:25:18.355Z | Fresh nix v0.28.0 |
7119 | 2024-10-10T21:25:18.355Z | Fresh hyper v0.14.30 |
7120 | 2024-10-10T21:25:18.355Z | Fresh papergrid v0.11.0 |
7121 | 2024-10-10T21:25:18.355Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
7122 | 2024-10-10T21:25:18.355Z | Fresh tabled_derive v0.7.0 |
7123 | 2024-10-10T21:25:18.355Z | Fresh peg-macros v0.8.4 |
7124 | 2024-10-10T21:25:18.355Z | Fresh signal-hook-tokio v0.3.1 |
7125 | 2024-10-10T21:25:18.355Z | Fresh snafu-derive v0.8.2 |
7126 | 2024-10-10T21:25:18.355Z | Fresh concurrent-queue v2.5.0 |
7127 | 2024-10-10T21:25:18.355Z | Fresh sqlparser_derive v0.2.2 |
7128 | 2024-10-10T21:25:18.355Z | Fresh unicode_categories v0.1.1 |
7129 | 2024-10-10T21:25:18.356Z | Fresh sync_wrapper v0.1.2 |
7130 | 2024-10-10T21:25:18.356Z | Fresh parking v2.2.1 |
7131 | 2024-10-10T21:25:18.356Z | Fresh snafu v0.8.2 |
7132 | 2024-10-10T21:25:18.356Z | Fresh tabled v0.15.0 |
7133 | 2024-10-10T21:25:18.356Z | Fresh reqwest v0.11.27 |
7134 | 2024-10-10T21:25:18.356Z | Fresh sqlformat v0.2.6 |
7135 | 2024-10-10T21:25:18.356Z | Fresh sqlparser v0.45.0 |
7136 | 2024-10-10T21:25:18.356Z | Fresh peg v0.8.4 |
7137 | 2024-10-10T21:25:18.356Z | Fresh rustyline v14.0.0 |
7138 | 2024-10-10T21:25:18.356Z | Fresh globset v0.4.14 |
7139 | 2024-10-10T21:25:18.356Z | Fresh olpc-cjson v0.1.3 |
7140 | 2024-10-10T21:25:18.356Z | Fresh serde_plain v1.0.2 |
7141 | 2024-10-10T21:25:18.356Z | Fresh cargo-platform v0.1.8 |
7142 | 2024-10-10T21:25:18.356Z | Fresh bcs v0.1.6 |
7143 | 2024-10-10T21:25:18.356Z | Fresh typed-path v0.7.1 |
7144 | 2024-10-10T21:25:18.356Z | Fresh parse-size v1.0.0 |
7145 | 2024-10-10T21:25:18.356Z | Fresh cargo_metadata v0.18.1 |
7146 | 2024-10-10T21:25:18.356Z | Fresh tough v0.17.1 |
7147 | 2024-10-10T21:25:18.356Z | Fresh event-listener v5.3.1 |
7148 | 2024-10-10T21:25:18.356Z | Fresh futures-lite v2.3.0 |
7149 | 2024-10-10T21:25:18.356Z | Fresh event-listener-strategy v0.5.2 |
7150 | 2024-10-10T21:25:18.356Z | Fresh rand_seeder v0.3.0 |
7151 | 2024-10-10T21:25:18.356Z | Fresh csv-core v0.1.11 |
7152 | 2024-10-10T21:25:18.359Z | Fresh is_ci v1.2.0 |
7153 | 2024-10-10T21:25:18.359Z | Fresh libz-sys v1.1.16 |
7154 | 2024-10-10T21:25:18.359Z | Fresh async-lock v3.4.0 |
7155 | 2024-10-10T21:25:18.359Z | Fresh csv v1.3.0 |
7156 | 2024-10-10T21:25:18.359Z | Fresh supports-color v3.0.1 |
7157 | 2024-10-10T21:25:18.359Z | Fresh polyval v0.6.2 |
7158 | 2024-10-10T21:25:18.359Z | Fresh libgit2-sys v0.17.0+1.8.1 |
7159 | 2024-10-10T21:25:18.359Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
7160 | 2024-10-10T21:25:18.359Z | Fresh castaway v0.2.3 |
7161 | 2024-10-10T21:25:18.359Z | Fresh polling v3.7.3 |
7162 | 2024-10-10T21:25:18.359Z | Fresh ghash v0.5.1 |
7163 | 2024-10-10T21:25:18.360Z | Fresh git2 v0.19.0 |
7164 | 2024-10-10T21:25:18.360Z | Fresh compact_str v0.8.0 |
7165 | 2024-10-10T21:25:18.360Z | Fresh async-io v2.3.4 |
7166 | 2024-10-10T21:25:18.360Z | Fresh unicode-truncate v1.0.0 |
7167 | 2024-10-10T21:25:18.360Z | Fresh ctr v0.9.2 |
7168 | 2024-10-10T21:25:18.360Z | Fresh lru v0.12.3 |
7169 | 2024-10-10T21:25:18.360Z | Fresh instability v0.3.2 |
7170 | 2024-10-10T21:25:18.360Z | Fresh cassowary v0.3.0 |
7171 | 2024-10-10T21:25:18.360Z | Fresh cfg_aliases v0.2.1 |
7172 | 2024-10-10T21:25:18.360Z | Fresh assert_matches v1.5.0 |
7173 | 2024-10-10T21:25:18.360Z | Fresh async-task v4.7.1 |
7174 | 2024-10-10T21:25:18.360Z | Fresh plotters-backend v0.3.5 |
7175 | 2024-10-10T21:25:18.360Z | Fresh ratatui v0.28.0 |
7176 | 2024-10-10T21:25:18.360Z | Fresh vergen v8.3.2 |
7177 | 2024-10-10T21:25:18.360Z | Fresh aes-gcm v0.10.3 |
7178 | 2024-10-10T21:25:18.360Z | Fresh plotters-svg v0.3.5 |
7179 | 2024-10-10T21:25:18.360Z | Fresh async-channel v2.3.1 |
7180 | 2024-10-10T21:25:18.360Z | Fresh piper v0.2.4 |
7181 | 2024-10-10T21:25:18.360Z | Fresh ssh-encoding v0.2.0 |
7182 | 2024-10-10T21:25:18.360Z | Fresh rustls-webpki v0.101.7 |
7183 | 2024-10-10T21:25:18.360Z | Fresh sct v0.7.1 |
7184 | 2024-10-10T21:25:18.360Z | Fresh blowfish v0.9.1 |
7185 | 2024-10-10T21:25:18.360Z | Fresh rtoolbox v0.0.2 |
7186 | 2024-10-10T21:25:18.360Z | Fresh smawk v0.3.2 |
7187 | 2024-10-10T21:25:18.360Z | Fresh unicode-linebreak v0.1.5 |
7188 | 2024-10-10T21:25:18.360Z | Fresh cast v0.3.0 |
7189 | 2024-10-10T21:25:18.360Z | Fresh rustls v0.21.12 |
7190 | 2024-10-10T21:25:18.360Z | Fresh criterion-plot v0.5.0 |
7191 | 2024-10-10T21:25:18.360Z | Fresh textwrap v0.16.1 |
7192 | 2024-10-10T21:25:18.360Z | Fresh bcrypt-pbkdf v0.10.0 |
7193 | 2024-10-10T21:25:18.360Z | Fresh rpassword v7.3.1 |
7194 | 2024-10-10T21:25:18.360Z | Fresh plotters v0.3.5 |
7195 | 2024-10-10T21:25:18.360Z | Fresh blocking v1.6.1 |
7196 | 2024-10-10T21:25:18.360Z | Fresh ssh-cipher v0.2.0 |
7197 | 2024-10-10T21:25:18.360Z | Fresh tui-tree-widget v0.22.0 |
7198 | 2024-10-10T21:25:18.360Z | Fresh libsqlite3-sys v0.30.1 |
7199 | 2024-10-10T21:25:18.360Z | Fresh async-executor v1.13.1 |
7200 | 2024-10-10T21:25:18.360Z | Fresh async-signal v0.2.10 |
7201 | 2024-10-10T21:25:18.360Z | Fresh password-hash v0.4.2 |
7202 | 2024-10-10T21:25:18.361Z | Fresh tinytemplate v1.2.1 |
7203 | 2024-10-10T21:25:18.361Z | Fresh hashlink v0.9.1 |
7204 | 2024-10-10T21:25:18.361Z | Fresh shell-words v1.1.0 |
7205 | 2024-10-10T21:25:18.361Z | Fresh event-listener v2.5.3 |
7206 | 2024-10-10T21:25:18.361Z | Fresh fallible-iterator v0.3.0 |
7207 | 2024-10-10T21:25:18.361Z | Fresh matches v0.1.10 |
7208 | 2024-10-10T21:25:18.361Z | Fresh fallible-streaming-iterator v0.1.9 |
7209 | 2024-10-10T21:25:18.361Z | Fresh anes v0.1.6 |
7210 | 2024-10-10T21:25:18.361Z | Fresh yansi v1.0.1 |
7211 | 2024-10-10T21:25:18.361Z | Fresh oorandom v11.1.3 |
7212 | 2024-10-10T21:25:18.361Z | Fresh pbkdf2 v0.11.0 |
7213 | 2024-10-10T21:25:18.361Z | Fresh async-channel v1.9.0 |
7214 | 2024-10-10T21:25:18.361Z | Fresh criterion v0.5.1 |
7215 | 2024-10-10T21:25:18.361Z | Fresh idna v0.2.3 |
7216 | 2024-10-10T21:25:18.361Z | Fresh pretty_assertions v1.4.1 |
7217 | 2024-10-10T21:25:18.361Z | Fresh rusqlite v0.32.1 |
7218 | 2024-10-10T21:25:18.361Z | Fresh async-process v2.2.4 |
7219 | 2024-10-10T21:25:18.361Z | Fresh ssh-key v0.6.6 |
7220 | 2024-10-10T21:25:18.361Z | Fresh nix v0.29.0 |
7221 | 2024-10-10T21:25:18.361Z | Fresh async-global-executor v2.4.1 |
7222 | 2024-10-10T21:25:18.361Z | Fresh target-lexicon v0.12.16 |
7223 | 2024-10-10T21:25:18.361Z | Fresh tokio-rustls v0.24.1 |
7224 | 2024-10-10T21:25:18.361Z | Fresh p256 v0.13.2 |
7225 | 2024-10-10T21:25:18.361Z | Fresh p521 v0.13.3 |
7226 | 2024-10-10T21:25:18.361Z | Fresh rustls-pemfile v1.0.4 |
7227 | 2024-10-10T21:25:18.361Z | Fresh twox-hash v1.6.3 |
7228 | 2024-10-10T21:25:18.361Z | Fresh enum-as-inner v0.5.1 |
7229 | 2024-10-10T21:25:18.361Z | Fresh toml_edit v0.21.1 |
7230 | 2024-10-10T21:25:18.361Z | Fresh async-attributes v1.1.2 |
7231 | 2024-10-10T21:25:18.361Z | Fresh num_cpus v1.16.0 |
7232 | 2024-10-10T21:25:18.361Z | Fresh russh-cryptovec v0.7.2 |
7233 | 2024-10-10T21:25:18.361Z | Fresh kv-log-macro v1.0.7 |
7234 | 2024-10-10T21:25:18.361Z | Fresh md5 v0.7.0 |
7235 | 2024-10-10T21:25:18.361Z | Fresh futures-timer v3.0.3 |
7236 | 2024-10-10T21:25:18.361Z | Fresh hex-literal v0.4.1 |
7237 | 2024-10-10T21:25:18.361Z | Fresh trust-dns-proto v0.22.0 |
7238 | 2024-10-10T21:25:18.361Z | Fresh async-std v1.13.0 |
7239 | 2024-10-10T21:25:18.361Z | Fresh russh-keys v0.45.0 |
7240 | 2024-10-10T21:25:18.361Z | Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
7241 | 2024-10-10T21:25:18.362Z | Fresh proc-macro-crate v3.1.0 |
7242 | 2024-10-10T21:25:18.362Z | Fresh threadpool v1.8.1 |
7243 | 2024-10-10T21:25:18.362Z | Fresh cfg-expr v0.17.0 |
7244 | 2024-10-10T21:25:18.362Z | Fresh guppy-workspace-hack v0.1.0 |
7245 | 2024-10-10T21:25:18.362Z | Fresh doc-comment v0.3.3 |
7246 | 2024-10-10T21:25:18.362Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
7247 | 2024-10-10T21:25:18.362Z | Fresh httptest v0.16.1 |
7248 | 2024-10-10T21:25:18.362Z | Fresh fatfs v0.3.6 |
7249 | 2024-10-10T21:25:18.362Z | Fresh num-bigint v0.4.5 |
7250 | 2024-10-10T21:25:18.362Z | Fresh rustls-native-certs v0.7.0 |
7251 | 2024-10-10T21:25:18.362Z | Fresh escape8259 v0.5.2 |
7252 | 2024-10-10T21:25:18.367Z | Fresh des v0.8.1 |
7253 | 2024-10-10T21:25:18.367Z | Fresh relative-path v1.9.3 |
7254 | 2024-10-10T21:25:18.367Z | Fresh dhcproto-macros v0.1.0 |
7255 | 2024-10-10T21:25:18.367Z | Fresh russh v0.45.0 |
7256 | 2024-10-10T21:25:18.367Z | Fresh hyper-rustls v0.26.0 |
7257 | 2024-10-10T21:25:18.367Z | Fresh rstest_macros v0.22.0 |
7258 | 2024-10-10T21:25:18.367Z | Fresh libtest-mimic v0.7.3 |
7259 | 2024-10-10T21:25:18.367Z | Fresh assert_cmd v2.0.16 |
7260 | 2024-10-10T21:25:18.367Z | Fresh dhcproto v0.12.0 |
7261 | 2024-10-10T21:25:18.367Z | Fresh target-spec v3.2.2 |
7262 | 2024-10-10T21:25:18.367Z | Fresh async-object-pool v0.1.5 |
7263 | 2024-10-10T21:25:18.367Z | Fresh blake2b_simd v1.0.2 |
7264 | 2024-10-10T21:25:18.367Z | Fresh pathdiff v0.2.1 |
7265 | 2024-10-10T21:25:18.367Z | Fresh fancy-regex v0.13.0 |
7266 | 2024-10-10T21:25:18.367Z | Fresh serde_regex v1.1.0 |
7267 | 2024-10-10T21:25:18.367Z | Fresh assert-json-diff v2.0.2 |
7268 | 2024-10-10T21:25:18.367Z | Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
7269 | 2024-10-10T21:25:18.367Z | Fresh path-tree v0.8.1 |
7270 | 2024-10-10T21:25:18.367Z | Fresh uzers v0.11.3 |
7271 | 2024-10-10T21:25:18.367Z | Fresh internet-checksum v0.2.1 |
7272 | 2024-10-10T21:25:18.367Z | Fresh nested v0.1.1 |
7273 | 2024-10-10T21:25:18.367Z | Fresh stringmetrics v2.2.2 |
7274 | 2024-10-10T21:25:18.367Z | Fresh httpmock v0.8.0-alpha.1 |
7275 | 2024-10-10T21:25:18.367Z | Fresh guppy v0.17.8 |
7276 | 2024-10-10T21:25:18.367Z | Fresh rust-argon2 v2.1.0 |
7277 | 2024-10-10T21:25:18.367Z | Fresh datatest-stable v0.2.9 |
7278 | 2024-10-10T21:25:18.367Z | Fresh trybuild v1.0.99 |
7279 | 2024-10-10T21:25:18.367Z | Fresh rstest v0.22.0 |
7280 | 2024-10-10T21:25:18.367Z | Fresh partial-io v0.5.4 |
7281 | 2024-10-10T21:25:18.367Z | Fresh similar-asserts v1.6.0 |
7282 | 2024-10-10T21:25:18.367Z | Fresh rand_distr v0.4.3 |
7283 | 2024-10-10T21:25:18.367Z | Fresh approx v0.5.1 |
7284 | 2024-10-10T21:25:18.367Z | Fresh indoc v2.0.5 |
7285 | 2024-10-10T21:25:18.367Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
7286 | 2024-10-10T21:25:18.368Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
7287 | 2024-10-10T21:25:18.368Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
7288 | 2024-10-10T21:25:18.368Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
7289 | 2024-10-10T21:25:18.368Z | Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
7290 | 2024-10-10T21:25:18.368Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
7291 | 2024-10-10T21:25:18.368Z | Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
7292 | 2024-10-10T21:25:18.368Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
7293 | 2024-10-10T21:25:18.368Z | Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
7294 | 2024-10-10T21:25:18.368Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
7295 | 2024-10-10T21:25:18.368Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
7296 | 2024-10-10T21:25:18.368Z | Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
7297 | 2024-10-10T21:25:18.368Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
7298 | 2024-10-10T21:25:18.368Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
7299 | 2024-10-10T21:25:18.368Z | Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
7300 | 2024-10-10T21:25:18.368Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
7301 | 2024-10-10T21:25:18.368Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
7302 | 2024-10-10T21:25:18.368Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
7303 | 2024-10-10T21:25:18.368Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
7304 | 2024-10-10T21:25:18.368Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
7305 | 2024-10-10T21:25:18.368Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
7306 | 2024-10-10T21:25:18.368Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
7307 | 2024-10-10T21:25:18.368Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
7308 | 2024-10-10T21:25:18.368Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
7309 | 2024-10-10T21:25:18.368Z | Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
7310 | 2024-10-10T21:25:18.368Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
7311 | 2024-10-10T21:25:18.368Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
7312 | 2024-10-10T21:25:18.368Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
7313 | 2024-10-10T21:25:18.368Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
7314 | 2024-10-10T21:25:18.368Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
7315 | 2024-10-10T21:25:18.368Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
7316 | 2024-10-10T21:25:18.368Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
7317 | 2024-10-10T21:25:18.368Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
7318 | 2024-10-10T21:25:18.368Z | Fresh clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
7319 | 2024-10-10T21:25:18.368Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
7320 | 2024-10-10T21:25:18.368Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
7321 | 2024-10-10T21:25:18.368Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
7322 | 2024-10-10T21:25:18.368Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
7323 | 2024-10-10T21:25:18.368Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
7324 | 2024-10-10T21:25:18.368Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
7325 | 2024-10-10T21:25:18.368Z | Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
7326 | 2024-10-10T21:25:18.368Z | Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
7327 | 2024-10-10T21:25:18.369Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
7328 | 2024-10-10T21:25:18.369Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
7329 | 2024-10-10T21:25:18.369Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
7330 | 2024-10-10T21:25:18.369Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
7331 | 2024-10-10T21:25:18.369Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
7332 | 2024-10-10T21:25:18.369Z | Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
7333 | 2024-10-10T21:25:18.369Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
7334 | 2024-10-10T21:25:18.369Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
7335 | 2024-10-10T21:25:18.369Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
7336 | 2024-10-10T21:25:18.369Z | Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
7337 | 2024-10-10T21:25:18.369Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
7338 | 2024-10-10T21:25:18.369Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
7339 | 2024-10-10T21:25:18.369Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
7340 | 2024-10-10T21:25:18.369Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
7341 | 2024-10-10T21:25:18.369Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
7342 | 2024-10-10T21:25:18.369Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
7343 | 2024-10-10T21:25:18.369Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
7344 | 2024-10-10T21:25:18.369Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
7345 | 2024-10-10T21:25:18.369Z | Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
7346 | 2024-10-10T21:25:18.369Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
7347 | 2024-10-10T21:25:18.369Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
7348 | 2024-10-10T21:25:18.369Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
7349 | 2024-10-10T21:25:18.369Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
7350 | 2024-10-10T21:25:18.369Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
7351 | 2024-10-10T21:25:18.369Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
7352 | 2024-10-10T21:25:18.372Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
7353 | 2024-10-10T21:25:18.372Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
7354 | 2024-10-10T21:25:18.372Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
7355 | 2024-10-10T21:25:18.372Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
7356 | 2024-10-10T21:25:18.372Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
7357 | 2024-10-10T21:25:18.372Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
7358 | 2024-10-10T21:25:18.372Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
7359 | 2024-10-10T21:25:18.372Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
7360 | 2024-10-10T21:25:18.372Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
7361 | 2024-10-10T21:25:18.372Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
7362 | 2024-10-10T21:25:18.372Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
7363 | 2024-10-10T21:25:18.372Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
7364 | 2024-10-10T21:25:18.372Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
7365 | 2024-10-10T21:25:18.372Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
7366 | 2024-10-10T21:25:18.372Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
7367 | 2024-10-10T21:25:18.372Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
7368 | 2024-10-10T21:25:18.372Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
7369 | 2024-10-10T21:25:18.372Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
7370 | 2024-10-10T21:25:18.373Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
7371 | 2024-10-10T21:25:18.373Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
7372 | 2024-10-10T21:25:18.373Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
7373 | 2024-10-10T21:25:18.373Z | Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7374 | 2024-10-10T21:25:18.373Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
7375 | 2024-10-10T21:25:18.373Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
7376 | 2024-10-10T21:25:18.373Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
7377 | 2024-10-10T21:25:18.373Z | Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
7378 | 2024-10-10T21:25:18.373Z | Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
7379 | 2024-10-10T21:25:18.373Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
7380 | 2024-10-10T21:25:18.373Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
7381 | 2024-10-10T21:25:18.373Z | Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
7382 | 2024-10-10T21:25:18.373Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
7383 | 2024-10-10T21:25:18.373Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
7384 | 2024-10-10T21:25:18.373Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
7385 | 2024-10-10T21:25:18.373Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
7386 | 2024-10-10T21:25:18.373Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
7387 | 2024-10-10T21:25:18.373Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
7388 | 2024-10-10T21:25:18.373Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
7389 | 2024-10-10T21:25:18.373Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
7390 | 2024-10-10T21:25:18.373Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
7391 | 2024-10-10T21:25:18.373Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s |
7392 | 2024-10-10T21:25:18.432Z | Doc-tests api_identity |
7393 | 2024-10-10T21:25:18.434Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7394 | 2024-10-10T21:25:18.695Z | |
7395 | 2024-10-10T21:25:18.695Z | running 0 tests |
7396 | 2024-10-10T21:25:18.695Z | |
7397 | 2024-10-10T21:25:18.695Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7398 | 2024-10-10T21:25:18.695Z | |
7399 | 2024-10-10T21:25:18.704Z | Doc-tests authz_macros |
7400 | 2024-10-10T21:25:18.708Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c49b2189d5bc5dfb.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7401 | 2024-10-10T21:25:18.833Z | |
7402 | 2024-10-10T21:25:18.833Z | running 7 tests |
7403 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored |
7404 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored |
7405 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored |
7406 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored |
7407 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored |
7408 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored |
7409 | 2024-10-10T21:25:18.836Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored |
7410 | 2024-10-10T21:25:18.836Z | |
7411 | 2024-10-10T21:25:18.836Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7412 | 2024-10-10T21:25:18.836Z | |
7413 | 2024-10-10T21:25:18.844Z | Doc-tests bootstore |
7414 | 2024-10-10T21:25:18.848Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-03b0f53e0e1bc97f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b122a2dba3037d1c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7415 | 2024-10-10T21:25:19.674Z | |
7416 | 2024-10-10T21:25:19.674Z | running 0 tests |
7417 | 2024-10-10T21:25:19.674Z | |
7418 | 2024-10-10T21:25:19.674Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7419 | 2024-10-10T21:25:19.674Z | |
7420 | 2024-10-10T21:25:19.701Z | Doc-tests bootstrap_agent_api |
7421 | 2024-10-10T21:25:19.703Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7422 | 2024-10-10T21:25:20.064Z | |
7423 | 2024-10-10T21:25:20.064Z | running 2 tests |
7424 | 2024-10-10T21:25:20.066Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored |
7425 | 2024-10-10T21:25:20.066Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored |
7426 | 2024-10-10T21:25:20.066Z | |
7427 | 2024-10-10T21:25:20.066Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7428 | 2024-10-10T21:25:20.066Z | |
7429 | 2024-10-10T21:25:20.086Z | Doc-tests bootstrap_agent_client |
7430 | 2024-10-10T21:25:20.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7431 | 2024-10-10T21:25:20.910Z | |
7432 | 2024-10-10T21:25:20.910Z | running 0 tests |
7433 | 2024-10-10T21:25:20.910Z | |
7434 | 2024-10-10T21:25:20.910Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7435 | 2024-10-10T21:25:20.911Z | |
7436 | 2024-10-10T21:25:20.938Z | Doc-tests clickhouse_admin_api |
7437 | 2024-10-10T21:25:20.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7438 | 2024-10-10T21:25:21.200Z | |
7439 | 2024-10-10T21:25:21.200Z | running 2 tests |
7440 | 2024-10-10T21:25:21.202Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::api_description (line 42) ... ignored |
7441 | 2024-10-10T21:25:21.203Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::stub_api_description (line 48) ... ignored |
7442 | 2024-10-10T21:25:21.203Z | |
7443 | 2024-10-10T21:25:21.203Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7444 | 2024-10-10T21:25:21.203Z | |
7445 | 2024-10-10T21:25:21.221Z | Doc-tests clickhouse_admin_client |
7446 | 2024-10-10T21:25:21.223Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_client --test clients/clickhouse-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-ed3fd213ec151f9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7447 | 2024-10-10T21:25:21.795Z | |
7448 | 2024-10-10T21:25:21.795Z | running 0 tests |
7449 | 2024-10-10T21:25:21.795Z | |
7450 | 2024-10-10T21:25:21.795Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7451 | 2024-10-10T21:25:21.795Z | |
7452 | 2024-10-10T21:25:21.819Z | Doc-tests clickhouse_admin_types |
7453 | 2024-10-10T21:25:21.822Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7454 | 2024-10-10T21:25:22.250Z | |
7455 | 2024-10-10T21:25:22.250Z | running 0 tests |
7456 | 2024-10-10T21:25:22.250Z | |
7457 | 2024-10-10T21:25:22.250Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7458 | 2024-10-10T21:25:22.250Z | |
7459 | 2024-10-10T21:25:22.274Z | Doc-tests cockroach_admin_api |
7460 | 2024-10-10T21:25:22.276Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7461 | 2024-10-10T21:25:22.471Z | |
7462 | 2024-10-10T21:25:22.471Z | running 2 tests |
7463 | 2024-10-10T21:25:22.473Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored |
7464 | 2024-10-10T21:25:22.473Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored |
7465 | 2024-10-10T21:25:22.473Z | |
7466 | 2024-10-10T21:25:22.473Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7467 | 2024-10-10T21:25:22.473Z | |
7468 | 2024-10-10T21:25:22.487Z | Doc-tests cockroach_admin_client |
7469 | 2024-10-10T21:25:22.489Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7470 | 2024-10-10T21:25:22.748Z | |
7471 | 2024-10-10T21:25:22.748Z | running 0 tests |
7472 | 2024-10-10T21:25:22.748Z | |
7473 | 2024-10-10T21:25:22.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7474 | 2024-10-10T21:25:22.748Z | |
7475 | 2024-10-10T21:25:22.764Z | Doc-tests cockroach_admin_types |
7476 | 2024-10-10T21:25:22.767Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7477 | 2024-10-10T21:25:22.906Z | |
7478 | 2024-10-10T21:25:22.906Z | running 0 tests |
7479 | 2024-10-10T21:25:22.906Z | |
7480 | 2024-10-10T21:25:22.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7481 | 2024-10-10T21:25:22.906Z | |
7482 | 2024-10-10T21:25:22.917Z | Doc-tests db_macros |
7483 | 2024-10-10T21:25:22.920Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f32ebe206649a34b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7484 | 2024-10-10T21:25:23.157Z | |
7485 | 2024-10-10T21:25:23.157Z | running 3 tests |
7486 | 2024-10-10T21:25:23.160Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored |
7487 | 2024-10-10T21:25:23.161Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored |
7488 | 2024-10-10T21:25:23.161Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored |
7489 | 2024-10-10T21:25:23.161Z | |
7490 | 2024-10-10T21:25:23.161Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7491 | 2024-10-10T21:25:23.161Z | |
7492 | 2024-10-10T21:25:23.172Z | Doc-tests dns_server |
7493 | 2024-10-10T21:25:23.175Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e953713c49598358.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-0531fc8e37b6cbfa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7494 | 2024-10-10T21:25:23.511Z | |
7495 | 2024-10-10T21:25:23.511Z | running 0 tests |
7496 | 2024-10-10T21:25:23.511Z | |
7497 | 2024-10-10T21:25:23.511Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7498 | 2024-10-10T21:25:23.511Z | |
7499 | 2024-10-10T21:25:23.531Z | Doc-tests dns_server_api |
7500 | 2024-10-10T21:25:23.534Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7501 | 2024-10-10T21:25:23.746Z | |
7502 | 2024-10-10T21:25:23.746Z | running 2 tests |
7503 | 2024-10-10T21:25:23.749Z | test dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored |
7504 | 2024-10-10T21:25:23.749Z | test dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored |
7505 | 2024-10-10T21:25:23.749Z | |
7506 | 2024-10-10T21:25:23.749Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7507 | 2024-10-10T21:25:23.749Z | |
7508 | 2024-10-10T21:25:23.765Z | Doc-tests dns_service_client |
7509 | 2024-10-10T21:25:23.767Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7510 | 2024-10-10T21:25:24.026Z | |
7511 | 2024-10-10T21:25:24.026Z | running 0 tests |
7512 | 2024-10-10T21:25:24.026Z | |
7513 | 2024-10-10T21:25:24.026Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7514 | 2024-10-10T21:25:24.026Z | |
7515 | 2024-10-10T21:25:24.045Z | Doc-tests dpd_client |
7516 | 2024-10-10T21:25:24.048Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7517 | 2024-10-10T21:25:25.162Z | |
7518 | 2024-10-10T21:25:25.162Z | running 0 tests |
7519 | 2024-10-10T21:25:25.162Z | |
7520 | 2024-10-10T21:25:25.162Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7521 | 2024-10-10T21:25:25.162Z | |
7522 | 2024-10-10T21:25:25.195Z | Doc-tests end_to_end_tests |
7523 | 2024-10-10T21:25:25.202Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-301ff5ff32c08e6e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-f1f4a53654dba5a9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-ecb636ae323aec6f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-04f0fbc99a756913.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-375154caae1bf16a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-31f20414dbea471d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7524 | 2024-10-10T21:25:25.632Z | |
7525 | 2024-10-10T21:25:25.633Z | running 0 tests |
7526 | 2024-10-10T21:25:25.633Z | |
7527 | 2024-10-10T21:25:25.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7528 | 2024-10-10T21:25:25.633Z | |
7529 | 2024-10-10T21:25:25.655Z | Doc-tests gateway_api |
7530 | 2024-10-10T21:25:25.658Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7531 | 2024-10-10T21:25:26.013Z | |
7532 | 2024-10-10T21:25:26.013Z | running 2 tests |
7533 | 2024-10-10T21:25:26.016Z | test gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored |
7534 | 2024-10-10T21:25:26.016Z | test gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored |
7535 | 2024-10-10T21:25:26.016Z | |
7536 | 2024-10-10T21:25:26.016Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7537 | 2024-10-10T21:25:26.016Z | |
7538 | 2024-10-10T21:25:26.035Z | Doc-tests gateway_client |
7539 | 2024-10-10T21:25:26.038Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7540 | 2024-10-10T21:25:27.043Z | |
7541 | 2024-10-10T21:25:27.043Z | running 0 tests |
7542 | 2024-10-10T21:25:27.043Z | |
7543 | 2024-10-10T21:25:27.043Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7544 | 2024-10-10T21:25:27.043Z | |
7545 | 2024-10-10T21:25:27.070Z | Doc-tests gateway_test_utils |
7546 | 2024-10-10T21:25:27.073Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7547 | 2024-10-10T21:25:27.708Z | |
7548 | 2024-10-10T21:25:27.708Z | running 0 tests |
7549 | 2024-10-10T21:25:27.708Z | |
7550 | 2024-10-10T21:25:27.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7551 | 2024-10-10T21:25:27.708Z | |
7552 | 2024-10-10T21:25:27.735Z | Doc-tests gateway_types |
7553 | 2024-10-10T21:25:27.737Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7554 | 2024-10-10T21:25:28.314Z | |
7555 | 2024-10-10T21:25:28.314Z | running 0 tests |
7556 | 2024-10-10T21:25:28.314Z | |
7557 | 2024-10-10T21:25:28.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7558 | 2024-10-10T21:25:28.314Z | |
7559 | 2024-10-10T21:25:28.341Z | Doc-tests illumos_utils |
7560 | 2024-10-10T21:25:28.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-836cfe3735c20c7d.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-52357a1ecef61216.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-fc1d90a66724882f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c35e5265fe3351b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-493b9ee63ed6977b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-481ec9f9cd50a9a2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human` |
7561 | 2024-10-10T21:25:30.029Z | |
7562 | 2024-10-10T21:25:30.029Z | running 0 tests |
7563 | 2024-10-10T21:25:30.030Z | |
7564 | 2024-10-10T21:25:30.030Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7565 | 2024-10-10T21:25:30.030Z | |
7566 | 2024-10-10T21:25:30.080Z | Doc-tests installinator |
7567 | 2024-10-10T21:25:30.083Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-dcd013a1bbf14a42.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human` |
7568 | 2024-10-10T21:25:30.831Z | |
7569 | 2024-10-10T21:25:30.831Z | running 0 tests |
7570 | 2024-10-10T21:25:30.831Z | |
7571 | 2024-10-10T21:25:30.831Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7572 | 2024-10-10T21:25:30.831Z | |
7573 | 2024-10-10T21:25:30.857Z | Doc-tests installinator_api |
7574 | 2024-10-10T21:25:30.860Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7575 | 2024-10-10T21:25:31.133Z | |
7576 | 2024-10-10T21:25:31.133Z | running 2 tests |
7577 | 2024-10-10T21:25:31.136Z | test installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored |
7578 | 2024-10-10T21:25:31.136Z | test installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored |
7579 | 2024-10-10T21:25:31.136Z | |
7580 | 2024-10-10T21:25:31.136Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7581 | 2024-10-10T21:25:31.136Z | |
7582 | 2024-10-10T21:25:31.154Z | Doc-tests installinator_client |
7583 | 2024-10-10T21:25:31.157Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7584 | 2024-10-10T21:25:31.962Z | |
7585 | 2024-10-10T21:25:31.962Z | running 0 tests |
7586 | 2024-10-10T21:25:31.962Z | |
7587 | 2024-10-10T21:25:31.962Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7588 | 2024-10-10T21:25:31.962Z | |
7589 | 2024-10-10T21:25:31.990Z | Doc-tests installinator_common |
7590 | 2024-10-10T21:25:31.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7591 | 2024-10-10T21:25:32.349Z | |
7592 | 2024-10-10T21:25:32.349Z | running 0 tests |
7593 | 2024-10-10T21:25:32.349Z | |
7594 | 2024-10-10T21:25:32.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7595 | 2024-10-10T21:25:32.349Z | |
7596 | 2024-10-10T21:25:32.371Z | Doc-tests internal_dns_resolver |
7597 | 2024-10-10T21:25:32.373Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41a7a9e236107955.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7598 | 2024-10-10T21:25:32.614Z | |
7599 | 2024-10-10T21:25:32.614Z | running 0 tests |
7600 | 2024-10-10T21:25:32.614Z | |
7601 | 2024-10-10T21:25:32.614Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7602 | 2024-10-10T21:25:32.614Z | |
7603 | 2024-10-10T21:25:32.633Z | Doc-tests internal_dns_types |
7604 | 2024-10-10T21:25:32.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7605 | 2024-10-10T21:25:32.926Z | |
7606 | 2024-10-10T21:25:32.927Z | running 0 tests |
7607 | 2024-10-10T21:25:32.927Z | |
7608 | 2024-10-10T21:25:32.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7609 | 2024-10-10T21:25:32.927Z | |
7610 | 2024-10-10T21:25:32.947Z | Doc-tests ipcc |
7611 | 2024-10-10T21:25:32.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fb447f662e3fc4cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7612 | 2024-10-10T21:25:33.183Z | |
7613 | 2024-10-10T21:25:33.183Z | running 0 tests |
7614 | 2024-10-10T21:25:33.183Z | |
7615 | 2024-10-10T21:25:33.183Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7616 | 2024-10-10T21:25:33.183Z | |
7617 | 2024-10-10T21:25:33.202Z | Doc-tests key_manager |
7618 | 2024-10-10T21:25:33.204Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-263f62f7b32356e3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bb8cc523f92d473b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7619 | 2024-10-10T21:25:33.440Z | |
7620 | 2024-10-10T21:25:33.440Z | running 0 tests |
7621 | 2024-10-10T21:25:33.440Z | |
7622 | 2024-10-10T21:25:33.440Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7623 | 2024-10-10T21:25:33.440Z | |
7624 | 2024-10-10T21:25:33.459Z | Doc-tests live_tests_macros |
7625 | 2024-10-10T21:25:33.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-584e361314425bc3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7626 | 2024-10-10T21:25:33.534Z | |
7627 | 2024-10-10T21:25:33.534Z | running 1 test |
7628 | 2024-10-10T21:25:33.537Z | test live-tests/macros/src/lib.rs - live_test (line 24) ... ignored |
7629 | 2024-10-10T21:25:33.537Z | |
7630 | 2024-10-10T21:25:33.537Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7631 | 2024-10-10T21:25:33.537Z | |
7632 | 2024-10-10T21:25:33.542Z | Doc-tests nexus_auth |
7633 | 2024-10-10T21:25:33.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c49b2189d5bc5dfb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7634 | 2024-10-10T21:25:34.743Z | |
7635 | 2024-10-10T21:25:34.743Z | running 0 tests |
7636 | 2024-10-10T21:25:34.743Z | |
7637 | 2024-10-10T21:25:34.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7638 | 2024-10-10T21:25:34.743Z | |
7639 | 2024-10-10T21:25:34.777Z | Doc-tests nexus_client |
7640 | 2024-10-10T21:25:34.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7641 | 2024-10-10T21:25:36.648Z | |
7642 | 2024-10-10T21:25:36.648Z | running 0 tests |
7643 | 2024-10-10T21:25:36.648Z | |
7644 | 2024-10-10T21:25:36.648Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7645 | 2024-10-10T21:25:36.648Z | |
7646 | 2024-10-10T21:25:36.691Z | Doc-tests nexus_config |
7647 | 2024-10-10T21:25:36.694Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7648 | 2024-10-10T21:25:37.224Z | |
7649 | 2024-10-10T21:25:37.224Z | running 0 tests |
7650 | 2024-10-10T21:25:37.224Z | |
7651 | 2024-10-10T21:25:37.224Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7652 | 2024-10-10T21:25:37.224Z | |
7653 | 2024-10-10T21:25:37.249Z | Doc-tests nexus_db_fixed_data |
7654 | 2024-10-10T21:25:37.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7655 | 2024-10-10T21:25:37.679Z | |
7656 | 2024-10-10T21:25:37.679Z | running 0 tests |
7657 | 2024-10-10T21:25:37.679Z | |
7658 | 2024-10-10T21:25:37.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7659 | 2024-10-10T21:25:37.679Z | |
7660 | 2024-10-10T21:25:37.702Z | Doc-tests nexus_db_model |
7661 | 2024-10-10T21:25:37.704Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7662 | 2024-10-10T21:25:49.879Z | |
7663 | 2024-10-10T21:25:49.879Z | running 2 tests |
7664 | 2024-10-10T21:25:52.396Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
7665 | 2024-10-10T21:26:29.086Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
7666 | 2024-10-10T21:26:29.086Z | |
7667 | 2024-10-10T21:26:29.089Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 39.20s |
7668 | 2024-10-10T21:26:29.089Z | |
7669 | 2024-10-10T21:26:29.283Z | Doc-tests nexus_db_queries |
7670 | 2024-10-10T21:26:29.291Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-87cd2860d09efc26.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-1e747d332c61957b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-486985f93d8d0f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-1c176e1963d63bd8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c1faf2f1872ab3ef.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-9b66057d1836766f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7671 | 2024-10-10T21:26:31.592Z | |
7672 | 2024-10-10T21:26:31.592Z | running 1 test |
7673 | 2024-10-10T21:26:34.980Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok |
7674 | 2024-10-10T21:26:34.980Z | |
7675 | 2024-10-10T21:26:34.980Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.39s |
7676 | 2024-10-10T21:26:34.980Z | |
7677 | 2024-10-10T21:26:35.048Z | Doc-tests nexus_defaults |
7678 | 2024-10-10T21:26:35.051Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7679 | 2024-10-10T21:26:35.259Z | |
7680 | 2024-10-10T21:26:35.259Z | running 0 tests |
7681 | 2024-10-10T21:26:35.259Z | |
7682 | 2024-10-10T21:26:35.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7683 | 2024-10-10T21:26:35.259Z | |
7684 | 2024-10-10T21:26:35.276Z | Doc-tests nexus_external_api |
7685 | 2024-10-10T21:26:35.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7686 | 2024-10-10T21:26:35.807Z | |
7687 | 2024-10-10T21:26:35.807Z | running 2 tests |
7688 | 2024-10-10T21:26:35.809Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored |
7689 | 2024-10-10T21:26:35.809Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored |
7690 | 2024-10-10T21:26:35.809Z | |
7691 | 2024-10-10T21:26:35.809Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7692 | 2024-10-10T21:26:35.809Z | |
7693 | 2024-10-10T21:26:35.834Z | Doc-tests nexus_internal_api |
7694 | 2024-10-10T21:26:35.836Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7695 | 2024-10-10T21:26:36.251Z | |
7696 | 2024-10-10T21:26:36.251Z | running 2 tests |
7697 | 2024-10-10T21:26:36.254Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored |
7698 | 2024-10-10T21:26:36.254Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored |
7699 | 2024-10-10T21:26:36.254Z | |
7700 | 2024-10-10T21:26:36.254Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7701 | 2024-10-10T21:26:36.254Z | |
7702 | 2024-10-10T21:26:36.276Z | Doc-tests nexus_inventory |
7703 | 2024-10-10T21:26:36.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7704 | 2024-10-10T21:26:36.620Z | |
7705 | 2024-10-10T21:26:36.620Z | running 0 tests |
7706 | 2024-10-10T21:26:36.620Z | |
7707 | 2024-10-10T21:26:36.620Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7708 | 2024-10-10T21:26:36.621Z | |
7709 | 2024-10-10T21:26:36.643Z | Doc-tests nexus_macros_common |
7710 | 2024-10-10T21:26:36.646Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-427055848efbf492.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7711 | 2024-10-10T21:26:36.718Z | |
7712 | 2024-10-10T21:26:36.718Z | running 0 tests |
7713 | 2024-10-10T21:26:36.718Z | |
7714 | 2024-10-10T21:26:36.718Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7715 | 2024-10-10T21:26:36.718Z | |
7716 | 2024-10-10T21:26:36.725Z | Doc-tests nexus_metrics_producer_gc |
7717 | 2024-10-10T21:26:36.728Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7718 | 2024-10-10T21:26:37.131Z | |
7719 | 2024-10-10T21:26:37.131Z | running 0 tests |
7720 | 2024-10-10T21:26:37.131Z | |
7721 | 2024-10-10T21:26:37.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7722 | 2024-10-10T21:26:37.131Z | |
7723 | 2024-10-10T21:26:37.158Z | Doc-tests nexus_networking |
7724 | 2024-10-10T21:26:37.161Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7725 | 2024-10-10T21:26:37.563Z | |
7726 | 2024-10-10T21:26:37.563Z | running 0 tests |
7727 | 2024-10-10T21:26:37.563Z | |
7728 | 2024-10-10T21:26:37.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7729 | 2024-10-10T21:26:37.563Z | |
7730 | 2024-10-10T21:26:37.591Z | Doc-tests nexus_reconfigurator_execution |
7731 | 2024-10-10T21:26:37.595Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_client-ed3fd213ec151f9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7732 | 2024-10-10T21:26:38.051Z | |
7733 | 2024-10-10T21:26:38.051Z | running 0 tests |
7734 | 2024-10-10T21:26:38.051Z | |
7735 | 2024-10-10T21:26:38.051Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7736 | 2024-10-10T21:26:38.051Z | |
7737 | 2024-10-10T21:26:38.079Z | Doc-tests nexus_reconfigurator_planning |
7738 | 2024-10-10T21:26:38.083Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-3f460eddb2a8286a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7739 | 2024-10-10T21:26:38.512Z | |
7740 | 2024-10-10T21:26:38.512Z | running 0 tests |
7741 | 2024-10-10T21:26:38.512Z | |
7742 | 2024-10-10T21:26:38.512Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7743 | 2024-10-10T21:26:38.513Z | |
7744 | 2024-10-10T21:26:38.538Z | Doc-tests nexus_reconfigurator_preparation |
7745 | 2024-10-10T21:26:38.542Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7746 | 2024-10-10T21:26:38.925Z | |
7747 | 2024-10-10T21:26:38.925Z | running 0 tests |
7748 | 2024-10-10T21:26:38.925Z | |
7749 | 2024-10-10T21:26:38.926Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7750 | 2024-10-10T21:26:38.926Z | |
7751 | 2024-10-10T21:26:38.952Z | Doc-tests nexus_saga_recovery |
7752 | 2024-10-10T21:26:38.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7753 | 2024-10-10T21:26:39.308Z | |
7754 | 2024-10-10T21:26:39.308Z | running 0 tests |
7755 | 2024-10-10T21:26:39.308Z | |
7756 | 2024-10-10T21:26:39.308Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7757 | 2024-10-10T21:26:39.308Z | |
7758 | 2024-10-10T21:26:39.332Z | Doc-tests nexus_sled_agent_shared |
7759 | 2024-10-10T21:26:39.335Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7760 | 2024-10-10T21:26:39.720Z | |
7761 | 2024-10-10T21:26:39.720Z | running 0 tests |
7762 | 2024-10-10T21:26:39.720Z | |
7763 | 2024-10-10T21:26:39.720Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7764 | 2024-10-10T21:26:39.720Z | |
7765 | 2024-10-10T21:26:39.743Z | Doc-tests nexus_test_interface |
7766 | 2024-10-10T21:26:39.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7767 | 2024-10-10T21:26:40.038Z | |
7768 | 2024-10-10T21:26:40.038Z | running 0 tests |
7769 | 2024-10-10T21:26:40.038Z | |
7770 | 2024-10-10T21:26:40.038Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7771 | 2024-10-10T21:26:40.039Z | |
7772 | 2024-10-10T21:26:40.059Z | Doc-tests nexus_test_utils |
7773 | 2024-10-10T21:26:40.062Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human` |
7774 | 2024-10-10T21:26:41.007Z | |
7775 | 2024-10-10T21:26:41.007Z | running 0 tests |
7776 | 2024-10-10T21:26:41.007Z | |
7777 | 2024-10-10T21:26:41.007Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7778 | 2024-10-10T21:26:41.008Z | |
7779 | 2024-10-10T21:26:41.040Z | Doc-tests nexus_test_utils_macros |
7780 | 2024-10-10T21:26:41.043Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7781 | 2024-10-10T21:26:41.119Z | |
7782 | 2024-10-10T21:26:41.119Z | running 1 test |
7783 | 2024-10-10T21:26:41.121Z | test nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored |
7784 | 2024-10-10T21:26:41.121Z | |
7785 | 2024-10-10T21:26:41.121Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7786 | 2024-10-10T21:26:41.121Z | |
7787 | 2024-10-10T21:26:41.128Z | Doc-tests nexus_types |
7788 | 2024-10-10T21:26:41.130Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7789 | 2024-10-10T21:26:43.996Z | |
7790 | 2024-10-10T21:26:43.997Z | running 0 tests |
7791 | 2024-10-10T21:26:43.997Z | |
7792 | 2024-10-10T21:26:43.997Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7793 | 2024-10-10T21:26:43.997Z | |
7794 | 2024-10-10T21:26:44.065Z | Doc-tests omicron_certificates |
7795 | 2024-10-10T21:26:44.068Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9d9e768368c14300.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7796 | 2024-10-10T21:26:44.325Z | |
7797 | 2024-10-10T21:26:44.325Z | running 0 tests |
7798 | 2024-10-10T21:26:44.325Z | |
7799 | 2024-10-10T21:26:44.325Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7800 | 2024-10-10T21:26:44.325Z | |
7801 | 2024-10-10T21:26:44.344Z | Doc-tests omicron_clickhouse_admin |
7802 | 2024-10-10T21:26:44.346Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-3d247d335f88f6e8.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-2a0a04afff2a27ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7803 | 2024-10-10T21:26:44.635Z | |
7804 | 2024-10-10T21:26:44.635Z | running 0 tests |
7805 | 2024-10-10T21:26:44.635Z | |
7806 | 2024-10-10T21:26:44.635Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7807 | 2024-10-10T21:26:44.635Z | |
7808 | 2024-10-10T21:26:44.656Z | Doc-tests omicron_cockroach_admin |
7809 | 2024-10-10T21:26:44.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b9005b68f1d2b3ce.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d4891348ab354bc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-8fa5a96ce8a74e01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7810 | 2024-10-10T21:26:44.948Z | |
7811 | 2024-10-10T21:26:44.948Z | running 0 tests |
7812 | 2024-10-10T21:26:44.948Z | |
7813 | 2024-10-10T21:26:44.948Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7814 | 2024-10-10T21:26:44.948Z | |
7815 | 2024-10-10T21:26:44.968Z | Doc-tests omicron_common |
7816 | 2024-10-10T21:26:44.970Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d54d7547da69b6b9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4e837b6a185b9e4c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-6d367ed7b6751a30.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human` |
7817 | 2024-10-10T21:26:47.039Z | |
7818 | 2024-10-10T21:26:47.039Z | running 2 tests |
7819 | 2024-10-10T21:26:47.042Z | test common/src/lib.rs - FileKv (line 40) ... ignored |
7820 | 2024-10-10T21:26:51.818Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok |
7821 | 2024-10-10T21:26:51.818Z | |
7822 | 2024-10-10T21:26:51.822Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.78s |
7823 | 2024-10-10T21:26:51.822Z | |
7824 | 2024-10-10T21:26:51.867Z | Doc-tests omicron_ddm_admin_client |
7825 | 2024-10-10T21:26:51.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-65600d6f08e84a9d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7826 | 2024-10-10T21:26:52.128Z | |
7827 | 2024-10-10T21:26:52.128Z | running 0 tests |
7828 | 2024-10-10T21:26:52.128Z | |
7829 | 2024-10-10T21:26:52.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7830 | 2024-10-10T21:26:52.128Z | |
7831 | 2024-10-10T21:26:52.148Z | Doc-tests omicron_dev_lib |
7832 | 2024-10-10T21:26:52.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-8a48eb360286adee.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7833 | 2024-10-10T21:26:52.368Z | |
7834 | 2024-10-10T21:26:52.368Z | running 0 tests |
7835 | 2024-10-10T21:26:52.368Z | |
7836 | 2024-10-10T21:26:52.368Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7837 | 2024-10-10T21:26:52.368Z | |
7838 | 2024-10-10T21:26:52.386Z | Doc-tests omicron_gateway |
7839 | 2024-10-10T21:26:52.389Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e55aa7860c4f81f3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-17302bc5b9da8aac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-e3a6215f49cafbf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-8b929d32c77d7889.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-305ae2e4ccebac81.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-02f795c9d008e0b6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7840 | 2024-10-10T21:26:53.031Z | |
7841 | 2024-10-10T21:26:53.031Z | running 0 tests |
7842 | 2024-10-10T21:26:53.031Z | |
7843 | 2024-10-10T21:26:53.031Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7844 | 2024-10-10T21:26:53.032Z | |
7845 | 2024-10-10T21:26:53.064Z | Doc-tests omicron_ls_apis |
7846 | 2024-10-10T21:26:53.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-d660888d6d9826e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7847 | 2024-10-10T21:26:53.246Z | |
7848 | 2024-10-10T21:26:53.246Z | running 1 test |
7849 | 2024-10-10T21:26:53.249Z | test dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 229) ... ignored |
7850 | 2024-10-10T21:26:53.249Z | |
7851 | 2024-10-10T21:26:53.249Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7852 | 2024-10-10T21:26:53.249Z | |
7853 | 2024-10-10T21:26:53.260Z | Doc-tests omicron_nexus |
7854 | 2024-10-10T21:26:53.268Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1604f69fcfb42e58.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-ceffefceebe56ed9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-9356d584d5452433.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0f000f26c646e0ce.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7db88011c84bec8a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d66df7ee8bede590.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-aeab3a67dbf57927.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-fe99b460c5745162.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6e50c62f2db951e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5b911f15e489e718.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-208bee12265e8633.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e007a9251277f8e8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-519a71759ce64afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-feab0bbf0960704b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a4fb66438dfcb2b9.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-95d47b972c12c719.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f40367feb715e1ba.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-0cb663fd6481985e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7dcbf35d68ec543d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-42f1aac98c7d4297.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-38ffbcd9dcffdf01.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-43efe189e1171cad.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-6b82269c823bdcb2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8b1774e5bfcf5fb6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-a226eb8ffa208e03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-183e41de0a042607.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-391af38f426c4e7b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a25a3563f9485015.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-158356caa281290b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-e62acdb2cbf67e6c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-df56d017779c676d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-d2b024c6cdb0145f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` |
7855 | 2024-10-10T21:26:55.943Z | |
7856 | 2024-10-10T21:26:55.943Z | running 5 tests |
7857 | 2024-10-10T21:26:55.949Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored |
7858 | 2024-10-10T21:27:00.046Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 760) ... ok |
7859 | 2024-10-10T21:27:00.049Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 824) ... ok |
7860 | 2024-10-10T21:27:00.052Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 782) ... ok |
7861 | 2024-10-10T21:27:00.056Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 854) ... ok |
7862 | 2024-10-10T21:27:00.056Z | |
7863 | 2024-10-10T21:27:00.059Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.11s |
7864 | 2024-10-10T21:27:00.059Z | |
7865 | 2024-10-10T21:27:00.126Z | Doc-tests omicron_package |
7866 | 2024-10-10T21:27:00.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-128211e6bdfc76fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e1592a2f8d4c315f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-39bf37869034bca5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-33c97d642638f64c.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7867 | 2024-10-10T21:27:00.365Z | |
7868 | 2024-10-10T21:27:00.365Z | running 0 tests |
7869 | 2024-10-10T21:27:00.365Z | |
7870 | 2024-10-10T21:27:00.365Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7871 | 2024-10-10T21:27:00.365Z | |
7872 | 2024-10-10T21:27:00.377Z | Doc-tests omicron_passwords |
7873 | 2024-10-10T21:27:00.380Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-7f6f447e095faf0f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7874 | 2024-10-10T21:27:00.493Z | |
7875 | 2024-10-10T21:27:00.493Z | running 0 tests |
7876 | 2024-10-10T21:27:00.493Z | |
7877 | 2024-10-10T21:27:00.493Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7878 | 2024-10-10T21:27:00.493Z | |
7879 | 2024-10-10T21:27:00.504Z | Doc-tests omicron_rpaths |
7880 | 2024-10-10T21:27:00.507Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-29b055a03934f94b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7881 | 2024-10-10T21:27:00.575Z | |
7882 | 2024-10-10T21:27:00.575Z | running 0 tests |
7883 | 2024-10-10T21:27:00.575Z | |
7884 | 2024-10-10T21:27:00.575Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7885 | 2024-10-10T21:27:00.575Z | |
7886 | 2024-10-10T21:27:00.583Z | Doc-tests omicron_sled_agent |
7887 | 2024-10-10T21:27:00.586Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-cb242674cdd07f78.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3ecbed58e8299ad1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a869901e3c601ef6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3548a625dbcb9f3e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-503244b71a8ae7a1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d9c55e29fa366405.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ef37aac64e3673f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-5ab86862fbd0b9ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-41945da098b72cd5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8ddba1636c9f8018.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-86b09fc0d7b156c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5345a57482515560.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-51fc7c5ea1f4aa27.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human` |
7888 | 2024-10-10T21:27:02.443Z | |
7889 | 2024-10-10T21:27:02.443Z | running 0 tests |
7890 | 2024-10-10T21:27:02.443Z | |
7891 | 2024-10-10T21:27:02.443Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7892 | 2024-10-10T21:27:02.443Z | |
7893 | 2024-10-10T21:27:02.496Z | Doc-tests omicron_test_utils |
7894 | 2024-10-10T21:27:02.498Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-65322f84cd556c62.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-76eea46ac0b291f3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-d66fbc9800316e23.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8acc6cb955771b1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4edd16aba6d0609f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human` |
7895 | 2024-10-10T21:27:02.818Z | |
7896 | 2024-10-10T21:27:02.818Z | running 0 tests |
7897 | 2024-10-10T21:27:02.819Z | |
7898 | 2024-10-10T21:27:02.819Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7899 | 2024-10-10T21:27:02.819Z | |
7900 | 2024-10-10T21:27:02.840Z | Doc-tests omicron_uuid_kinds |
7901 | 2024-10-10T21:27:02.843Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human` |
7902 | 2024-10-10T21:27:02.945Z | |
7903 | 2024-10-10T21:27:02.945Z | running 0 tests |
7904 | 2024-10-10T21:27:02.945Z | |
7905 | 2024-10-10T21:27:02.945Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7906 | 2024-10-10T21:27:02.945Z | |
7907 | 2024-10-10T21:27:02.953Z | Doc-tests omicron_workspace_hack |
7908 | 2024-10-10T21:27:02.957Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --crate-type lib --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ba6ae25d4c981213.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-21aef30ff9a49b69.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-555deb2ec3108d6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-60cd29cf005e63af.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4d36d7576c2a65fc.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-918ec9bc5257f5e2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a418bd8a5db45e62.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-501ad26f330841d9.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-51799860d4566239.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-235b3a3c205d41a5.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-e486a8fad7c06591.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-de11a116d7f7dd1f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-c1aa6d2350b74cba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-acd6c3528e857df4.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5c0c6b13016b0cbd.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1d4c5c102c6e9563.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7739957597c73f63.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0af99bb190aa0ae2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9e460c6b16244ac3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52e4c3f9ee248b43.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b050ca61f382ec87.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d28686e858e4e4e9.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c1d67db3a75f1d90.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e6cced30ff42839c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5057ff9d5c9d9dda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-ac08d35180befde9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ab72fc57583364c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-c0fd835969271114.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-31bde78633f57151.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a720034d2cb4e287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1b1cee02430f185f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1be604d6afb67b30.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0c35fe68272df88.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7c7a320ed304c137.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-30d8b57c3d4d8836.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ca94a252ff86685f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5fe052289b14e5b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2712abd079d598ef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-b93e58a224b7bbd5.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a035c1879c20c011.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-478e0f05d7cd44f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-99de977838e45024.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0d360051f0406bd4.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8f73071bde3a3bcf.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-d9f4e0f5b039d12f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-76833568d688233a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5d14c09c813b8c42.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-380826a9f3294c5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-74ca2944f94ebadf.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0862912828a0150a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7909 | 2024-10-10T21:27:03.019Z | |
7910 | 2024-10-10T21:27:03.020Z | running 0 tests |
7911 | 2024-10-10T21:27:03.020Z | |
7912 | 2024-10-10T21:27:03.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7913 | 2024-10-10T21:27:03.020Z | |
7914 | 2024-10-10T21:27:03.027Z | Doc-tests openapi_manager |
7915 | 2024-10-10T21:27:03.030Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a68c8ac5ba7f8431.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-090b4ac7a44e02d6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-eaa20aac72829e51.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-4bc3fad8d3e670f2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4eb099dc156544c5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-5372a2c09c985817.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5d9a272b13f7baad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-46fd226a3d1f5559.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-785931139b318631.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7916 | 2024-10-10T21:27:03.431Z | |
7917 | 2024-10-10T21:27:03.431Z | running 0 tests |
7918 | 2024-10-10T21:27:03.431Z | |
7919 | 2024-10-10T21:27:03.431Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7920 | 2024-10-10T21:27:03.431Z | |
7921 | 2024-10-10T21:27:03.454Z | Doc-tests openapi_manager_types |
7922 | 2024-10-10T21:27:03.457Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-88a8846b7836237b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7923 | 2024-10-10T21:27:03.530Z | |
7924 | 2024-10-10T21:27:03.530Z | running 0 tests |
7925 | 2024-10-10T21:27:03.530Z | |
7926 | 2024-10-10T21:27:03.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7927 | 2024-10-10T21:27:03.530Z | |
7928 | 2024-10-10T21:27:03.538Z | Doc-tests oxide_client |
7929 | 2024-10-10T21:27:03.540Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-795bb2031e4eea82.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7930 | 2024-10-10T21:27:08.667Z | |
7931 | 2024-10-10T21:27:08.667Z | running 208 tests |
7932 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
7933 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
7934 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
7935 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
7936 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
7937 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
7938 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
7939 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
7940 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
7941 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored |
7942 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
7943 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
7944 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored |
7945 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
7946 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored |
7947 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
7948 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
7949 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
7950 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
7951 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
7952 | 2024-10-10T21:27:08.670Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored |
7953 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored |
7954 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored |
7955 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored |
7956 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
7957 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
7958 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
7959 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
7960 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
7961 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
7962 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
7963 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
7964 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
7965 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
7966 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
7967 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored |
7968 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored |
7969 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
7970 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
7971 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
7972 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
7973 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
7974 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
7975 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
7976 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
7977 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
7978 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
7979 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored |
7980 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
7981 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
7982 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored |
7983 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
7984 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
7985 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
7986 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored |
7987 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored |
7988 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored |
7989 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
7990 | 2024-10-10T21:27:08.671Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
7991 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
7992 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
7993 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
7994 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
7995 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
7996 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
7997 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
7998 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
7999 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
8000 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
8001 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
8002 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
8003 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
8004 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
8005 | 2024-10-10T21:27:08.672Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
8006 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
8007 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
8008 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
8009 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored |
8010 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
8011 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored |
8012 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
8013 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
8014 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
8015 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
8016 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
8017 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
8018 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
8019 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
8020 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
8021 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
8022 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
8023 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
8024 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
8025 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored |
8026 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
8027 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored |
8028 | 2024-10-10T21:27:08.676Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
8029 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
8030 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
8031 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
8032 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
8033 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
8034 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
8035 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored |
8036 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
8037 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
8038 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
8039 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored |
8040 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored |
8041 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored |
8042 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored |
8043 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored |
8044 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored |
8045 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored |
8046 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored |
8047 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored |
8048 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored |
8049 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored |
8050 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored |
8051 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored |
8052 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored |
8053 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored |
8054 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored |
8055 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored |
8056 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored |
8057 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
8058 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
8059 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
8060 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
8061 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored |
8062 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored |
8063 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored |
8064 | 2024-10-10T21:27:08.677Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored |
8065 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored |
8066 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
8067 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored |
8068 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored |
8069 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored |
8070 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
8071 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
8072 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored |
8073 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored |
8074 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
8075 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored |
8076 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
8077 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
8078 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
8079 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
8080 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
8081 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
8082 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
8083 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
8084 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
8085 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
8086 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
8087 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
8088 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
8089 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
8090 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
8091 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
8092 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored |
8093 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
8094 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
8095 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
8096 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
8097 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
8098 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
8099 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
8100 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
8101 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
8102 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
8103 | 2024-10-10T21:27:08.678Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
8104 | 2024-10-10T21:27:08.679Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
8105 | 2024-10-10T21:27:08.679Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
8106 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
8107 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored |
8108 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored |
8109 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored |
8110 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored |
8111 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored |
8112 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored |
8113 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored |
8114 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored |
8115 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored |
8116 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored |
8117 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
8118 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
8119 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored |
8120 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
8121 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
8122 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored |
8123 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored |
8124 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored |
8125 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored |
8126 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored |
8127 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored |
8128 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored |
8129 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored |
8130 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored |
8131 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored |
8132 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
8133 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
8134 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
8135 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
8136 | 2024-10-10T21:27:08.682Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
8137 | 2024-10-10T21:27:08.683Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
8138 | 2024-10-10T21:27:08.683Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
8139 | 2024-10-10T21:27:08.683Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
8140 | 2024-10-10T21:27:08.683Z | |
8141 | 2024-10-10T21:27:08.683Z | test result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s |
8142 | 2024-10-10T21:27:08.683Z | |
8143 | 2024-10-10T21:27:08.764Z | Doc-tests oximeter |
8144 | 2024-10-10T21:27:08.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-189adab4d98d25af.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c683a77b9ae6d587.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8145 | 2024-10-10T21:27:09.003Z | |
8146 | 2024-10-10T21:27:09.004Z | running 2 tests |
8147 | 2024-10-10T21:27:09.006Z | test oximeter/oximeter/src/lib.rs - (line 111) ... ignored |
8148 | 2024-10-10T21:27:10.151Z | test oximeter/oximeter/src/lib.rs - (line 118) ... ok |
8149 | 2024-10-10T21:27:10.151Z | |
8150 | 2024-10-10T21:27:10.151Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.15s |
8151 | 2024-10-10T21:27:10.151Z | |
8152 | 2024-10-10T21:27:10.175Z | Doc-tests oximeter_api |
8153 | 2024-10-10T21:27:10.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8154 | 2024-10-10T21:27:10.417Z | |
8155 | 2024-10-10T21:27:10.417Z | running 2 tests |
8156 | 2024-10-10T21:27:10.420Z | test oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored |
8157 | 2024-10-10T21:27:10.420Z | test oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored |
8158 | 2024-10-10T21:27:10.420Z | |
8159 | 2024-10-10T21:27:10.420Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8160 | 2024-10-10T21:27:10.420Z | |
8161 | 2024-10-10T21:27:10.437Z | Doc-tests oximeter_client |
8162 | 2024-10-10T21:27:10.440Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8163 | 2024-10-10T21:27:10.742Z | |
8164 | 2024-10-10T21:27:10.742Z | running 0 tests |
8165 | 2024-10-10T21:27:10.742Z | |
8166 | 2024-10-10T21:27:10.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8167 | 2024-10-10T21:27:10.742Z | |
8168 | 2024-10-10T21:27:10.762Z | Doc-tests oximeter_collector |
8169 | 2024-10-10T21:27:10.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7ac618b79fe85ec0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-28710c25a1b27b0f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-db5fd6f8831dba0a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2b0aa3798e1b17e9.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-98264b9334832d0b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8170 | 2024-10-10T21:27:11.256Z | |
8171 | 2024-10-10T21:27:11.256Z | running 0 tests |
8172 | 2024-10-10T21:27:11.256Z | |
8173 | 2024-10-10T21:27:11.256Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8174 | 2024-10-10T21:27:11.257Z | |
8175 | 2024-10-10T21:27:11.287Z | Doc-tests oximeter_db |
8176 | 2024-10-10T21:27:11.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-e38be0eb4c8c5e50.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-98f0641d0f25bd02.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-53f822582db86aaa.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-0dc9bbd224be7281.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-49cb1c27880287de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-bab93eeae3690c19.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-a092a4f81adfb449.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bd26bb0d073557ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6f1ffee447262275.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql", "oxql", "sql"))' --document-private-items -D warnings --error-format human` |
8177 | 2024-10-10T21:27:12.637Z | |
8178 | 2024-10-10T21:27:12.638Z | running 1 test |
8179 | 2024-10-10T21:27:12.642Z | test oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored |
8180 | 2024-10-10T21:27:12.642Z | |
8181 | 2024-10-10T21:27:12.642Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8182 | 2024-10-10T21:27:12.642Z | |
8183 | 2024-10-10T21:27:12.684Z | Doc-tests oximeter_instruments |
8184 | 2024-10-10T21:27:12.687Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-99cafd33f08fd632.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2f839716ce37c2cc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human` |
8185 | 2024-10-10T21:27:13.075Z | |
8186 | 2024-10-10T21:27:13.075Z | running 0 tests |
8187 | 2024-10-10T21:27:13.075Z | |
8188 | 2024-10-10T21:27:13.075Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8189 | 2024-10-10T21:27:13.075Z | |
8190 | 2024-10-10T21:27:13.101Z | Doc-tests oximeter_macro_impl |
8191 | 2024-10-10T21:27:13.103Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8192 | 2024-10-10T21:27:13.191Z | |
8193 | 2024-10-10T21:27:13.191Z | running 0 tests |
8194 | 2024-10-10T21:27:13.191Z | |
8195 | 2024-10-10T21:27:13.191Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8196 | 2024-10-10T21:27:13.191Z | |
8197 | 2024-10-10T21:27:13.200Z | Doc-tests oximeter_producer |
8198 | 2024-10-10T21:27:13.202Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-96fde7339e29d6de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-cf0466a11c5162d1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-12f3c4bc9c7fb583.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8199 | 2024-10-10T21:27:13.571Z | |
8200 | 2024-10-10T21:27:13.571Z | running 0 tests |
8201 | 2024-10-10T21:27:13.571Z | |
8202 | 2024-10-10T21:27:13.571Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8203 | 2024-10-10T21:27:13.571Z | |
8204 | 2024-10-10T21:27:13.597Z | Doc-tests oximeter_schema |
8205 | 2024-10-10T21:27:13.600Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-189adab4d98d25af.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-19b29a9107eb9760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8206 | 2024-10-10T21:27:13.893Z | |
8207 | 2024-10-10T21:27:13.893Z | running 0 tests |
8208 | 2024-10-10T21:27:13.893Z | |
8209 | 2024-10-10T21:27:13.893Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8210 | 2024-10-10T21:27:13.893Z | |
8211 | 2024-10-10T21:27:13.913Z | Doc-tests oximeter_test_utils |
8212 | 2024-10-10T21:27:13.916Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4f2919123c7fa7d6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-238fc887e9fe5fec.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8213 | 2024-10-10T21:27:14.160Z | |
8214 | 2024-10-10T21:27:14.160Z | running 0 tests |
8215 | 2024-10-10T21:27:14.160Z | |
8216 | 2024-10-10T21:27:14.160Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8217 | 2024-10-10T21:27:14.160Z | |
8218 | 2024-10-10T21:27:14.180Z | Doc-tests oximeter_timeseries_macro |
8219 | 2024-10-10T21:27:14.183Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-80b77f3f5dccd5f3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c683a77b9ae6d587.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9ba0cf3a0f775ce.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-452f5e0da88c10af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-95347ca8e571573d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd3602e91269f134.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8220 | 2024-10-10T21:27:14.409Z | |
8221 | 2024-10-10T21:27:14.409Z | running 0 tests |
8222 | 2024-10-10T21:27:14.409Z | |
8223 | 2024-10-10T21:27:14.409Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8224 | 2024-10-10T21:27:14.409Z | |
8225 | 2024-10-10T21:27:14.427Z | Doc-tests oximeter_types |
8226 | 2024-10-10T21:27:14.429Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-ff7658f0bdef0d7b.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-161a5f5e0c0b6b47.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-14941bd5efd170ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-1c058906f77cbda0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e2f4c29439305357.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8227 | 2024-10-10T21:27:15.024Z | |
8228 | 2024-10-10T21:27:15.024Z | running 11 tests |
8229 | 2024-10-10T21:27:15.418Z | test oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok |
8230 | 2024-10-10T21:27:22.147Z | test oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok |
8231 | 2024-10-10T21:27:22.499Z | test oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok |
8232 | 2024-10-10T21:27:22.516Z | test oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok |
8233 | 2024-10-10T21:27:22.516Z | test oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok |
8234 | 2024-10-10T21:27:22.601Z | test oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok |
8235 | 2024-10-10T21:27:22.680Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok |
8236 | 2024-10-10T21:27:22.734Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok |
8237 | 2024-10-10T21:27:22.823Z | test oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok |
8238 | 2024-10-10T21:27:25.546Z | test oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok |
8239 | 2024-10-10T21:27:26.994Z | test oximeter/types/src/traits.rs - traits::Target (line 49) ... ok |
8240 | 2024-10-10T21:27:26.994Z | |
8241 | 2024-10-10T21:27:26.996Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.97s |
8242 | 2024-10-10T21:27:26.996Z | |
8243 | 2024-10-10T21:27:27.024Z | Doc-tests oxlog |
8244 | 2024-10-10T21:27:27.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-493b9ee63ed6977b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-955f100085ab1813.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8245 | 2024-10-10T21:27:27.107Z | |
8246 | 2024-10-10T21:27:27.107Z | running 0 tests |
8247 | 2024-10-10T21:27:27.107Z | |
8248 | 2024-10-10T21:27:27.107Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8249 | 2024-10-10T21:27:27.107Z | |
8250 | 2024-10-10T21:27:27.115Z | Doc-tests oxql_types |
8251 | 2024-10-10T21:27:27.118Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ca20d9d3565db23e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-0227d1407b3c107d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8252 | 2024-10-10T21:27:27.464Z | |
8253 | 2024-10-10T21:27:27.464Z | running 0 tests |
8254 | 2024-10-10T21:27:27.464Z | |
8255 | 2024-10-10T21:27:27.464Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8256 | 2024-10-10T21:27:27.464Z | |
8257 | 2024-10-10T21:27:27.487Z | Doc-tests sled_agent_api |
8258 | 2024-10-10T21:27:27.489Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-5cdc5b9fe99d8908.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8259 | 2024-10-10T21:27:27.860Z | |
8260 | 2024-10-10T21:27:27.860Z | running 2 tests |
8261 | 2024-10-10T21:27:27.863Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 63) ... ignored |
8262 | 2024-10-10T21:27:27.863Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 69) ... ignored |
8263 | 2024-10-10T21:27:27.863Z | |
8264 | 2024-10-10T21:27:27.863Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8265 | 2024-10-10T21:27:27.863Z | |
8266 | 2024-10-10T21:27:27.885Z | Doc-tests sled_agent_client |
8267 | 2024-10-10T21:27:27.887Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-78624866ad37dda4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8268 | 2024-10-10T21:27:29.617Z | |
8269 | 2024-10-10T21:27:29.617Z | running 0 tests |
8270 | 2024-10-10T21:27:29.617Z | |
8271 | 2024-10-10T21:27:29.617Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8272 | 2024-10-10T21:27:29.618Z | |
8273 | 2024-10-10T21:27:29.667Z | Doc-tests sled_agent_types |
8274 | 2024-10-10T21:27:29.692Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0d940fe1adb75656.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fc4fac2ed0e6a519.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-406f1392da147cd0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-11da61859021830c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-15f3581ce9224907.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-122117adc0fdde1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8275 | 2024-10-10T21:27:30.407Z | |
8276 | 2024-10-10T21:27:30.407Z | running 0 tests |
8277 | 2024-10-10T21:27:30.407Z | |
8278 | 2024-10-10T21:27:30.407Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8279 | 2024-10-10T21:27:30.408Z | |
8280 | 2024-10-10T21:27:30.442Z | Doc-tests sled_hardware |
8281 | 2024-10-10T21:27:30.448Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-19901fd123c66ea5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-19499eb85418e4b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-1b46dd66a7c6c3c6.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-14177ee820a1e484.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-b7a42d5a8059c86a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5647b4e5ad3aa711.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0d08ec7cdcf25bcf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8282 | 2024-10-10T21:27:30.807Z | |
8283 | 2024-10-10T21:27:30.807Z | running 0 tests |
8284 | 2024-10-10T21:27:30.807Z | |
8285 | 2024-10-10T21:27:30.808Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8286 | 2024-10-10T21:27:30.808Z | |
8287 | 2024-10-10T21:27:30.830Z | Doc-tests sled_hardware_types |
8288 | 2024-10-10T21:27:30.833Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-6c04ac8a26fb48a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8289 | 2024-10-10T21:27:31.096Z | |
8290 | 2024-10-10T21:27:31.096Z | running 0 tests |
8291 | 2024-10-10T21:27:31.096Z | |
8292 | 2024-10-10T21:27:31.096Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8293 | 2024-10-10T21:27:31.096Z | |
8294 | 2024-10-10T21:27:31.117Z | Doc-tests sled_storage |
8295 | 2024-10-10T21:27:31.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c1b935b082f1fe7f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8d0df282dc4dcc7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-5cac345f3e2daa56.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a8670163d871dda6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` |
8296 | 2024-10-10T21:27:31.516Z | |
8297 | 2024-10-10T21:27:31.516Z | running 0 tests |
8298 | 2024-10-10T21:27:31.516Z | |
8299 | 2024-10-10T21:27:31.516Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8300 | 2024-10-10T21:27:31.516Z | |
8301 | 2024-10-10T21:27:31.541Z | Doc-tests sp_sim |
8302 | 2024-10-10T21:27:31.544Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-dfe4b7ad89699cfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-96bb2da2c1c5850d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8303 | 2024-10-10T21:27:31.996Z | |
8304 | 2024-10-10T21:27:31.996Z | running 0 tests |
8305 | 2024-10-10T21:27:31.996Z | |
8306 | 2024-10-10T21:27:31.996Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8307 | 2024-10-10T21:27:31.996Z | |
8308 | 2024-10-10T21:27:32.021Z | Doc-tests tufaceous |
8309 | 2024-10-10T21:27:32.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d203535d0c6e9365.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-2184f190e5681887.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8310 | 2024-10-10T21:27:32.320Z | |
8311 | 2024-10-10T21:27:32.320Z | running 0 tests |
8312 | 2024-10-10T21:27:32.320Z | |
8313 | 2024-10-10T21:27:32.320Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8314 | 2024-10-10T21:27:32.320Z | |
8315 | 2024-10-10T21:27:32.341Z | Doc-tests tufaceous_lib |
8316 | 2024-10-10T21:27:32.350Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-21e223042efd6c2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-6f908aa0e4b5d91a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-303a72aac75bd855.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8317 | 2024-10-10T21:27:32.771Z | |
8318 | 2024-10-10T21:27:32.771Z | running 0 tests |
8319 | 2024-10-10T21:27:32.771Z | |
8320 | 2024-10-10T21:27:32.771Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8321 | 2024-10-10T21:27:32.771Z | |
8322 | 2024-10-10T21:27:32.795Z | Doc-tests typed_rng |
8323 | 2024-10-10T21:27:32.798Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-31ac23f604d0b3af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8b13f8510d518754.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-2ee9258c0041f7b8.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-f343474c5b1fa29d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8324 | 2024-10-10T21:27:32.876Z | |
8325 | 2024-10-10T21:27:32.876Z | running 0 tests |
8326 | 2024-10-10T21:27:32.876Z | |
8327 | 2024-10-10T21:27:32.876Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8328 | 2024-10-10T21:27:32.877Z | |
8329 | 2024-10-10T21:27:32.886Z | Doc-tests update_common |
8330 | 2024-10-10T21:27:32.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8331 | 2024-10-10T21:27:33.199Z | |
8332 | 2024-10-10T21:27:33.199Z | running 0 tests |
8333 | 2024-10-10T21:27:33.199Z | |
8334 | 2024-10-10T21:27:33.199Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8335 | 2024-10-10T21:27:33.199Z | |
8336 | 2024-10-10T21:27:33.220Z | Doc-tests update_engine |
8337 | 2024-10-10T21:27:33.223Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1cac0bbb8517eede.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-13e1fb9cd2b62a35.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-6d8b0b7d5da02efe.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-31594aab1741a9f1.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cc14348a6c0e1fe4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-ab448efa2d8ee551.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8338 | 2024-10-10T21:27:33.702Z | |
8339 | 2024-10-10T21:27:33.702Z | running 4 tests |
8340 | 2024-10-10T21:27:33.705Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
8341 | 2024-10-10T21:27:33.705Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
8342 | 2024-10-10T21:27:33.705Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
8343 | 2024-10-10T21:27:34.473Z | test update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok |
8344 | 2024-10-10T21:27:34.473Z | |
8345 | 2024-10-10T21:27:34.473Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s |
8346 | 2024-10-10T21:27:34.473Z | |
8347 | 2024-10-10T21:27:34.494Z | Doc-tests wicket |
8348 | 2024-10-10T21:27:34.497Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-cef495e8faf14eaf.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-549a53b00a4b21ce.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0398239070131763.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a8efcaa015a8570e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a63b8b732092917a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ea70cbef8dc2ae97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-e14989a5d0ee9047.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-d7cfab746a8cc4c9.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-637d14a47e73fdaa.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7034a7302166cf35.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-66b330bd5dc0a95b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8349 | 2024-10-10T21:27:35.470Z | |
8350 | 2024-10-10T21:27:35.470Z | running 0 tests |
8351 | 2024-10-10T21:27:35.471Z | |
8352 | 2024-10-10T21:27:35.471Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8353 | 2024-10-10T21:27:35.471Z | |
8354 | 2024-10-10T21:27:35.502Z | Doc-tests wicket_common |
8355 | 2024-10-10T21:27:35.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1b9c87378f6a0ee3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8356 | 2024-10-10T21:27:36.069Z | |
8357 | 2024-10-10T21:27:36.069Z | running 0 tests |
8358 | 2024-10-10T21:27:36.069Z | |
8359 | 2024-10-10T21:27:36.074Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8360 | 2024-10-10T21:27:36.074Z | |
8361 | 2024-10-10T21:27:36.096Z | Doc-tests wicket_dbg |
8362 | 2024-10-10T21:27:36.099Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b508f161ffaf58d6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-40b6f3a3b25ada4c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e83ce477abda8c23.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-0556ce4a73732c3e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-996e0d1f9eefb561.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8363 | 2024-10-10T21:27:36.487Z | |
8364 | 2024-10-10T21:27:36.487Z | running 0 tests |
8365 | 2024-10-10T21:27:36.487Z | |
8366 | 2024-10-10T21:27:36.487Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8367 | 2024-10-10T21:27:36.487Z | |
8368 | 2024-10-10T21:27:36.512Z | Doc-tests wicketd |
8369 | 2024-10-10T21:27:36.516Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-ac0f7a8996657ad1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4ef26d37d65ffd0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-5c4b9fa02fe9d354.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-61be9b4e601fb30d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-080efa0e0fcda2f8.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e4a09be4689f2518.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b84c1c53a60d0a0a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-118ade79276786c8.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-7faa8b9f3fdb477f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fb64fc97cf5bba50.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8cef2e78943ea6a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-4d6bf62383587a1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-acab3a03fd37e941.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b60848fe00b07725.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-112c7170937fa33c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-ac4fcd4c9083a226.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a98b8610c812a84b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-d7321b450551c05f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2dacaa48e545f9c5.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0f6a0ed4de7f5031.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4a07c8adb45c2da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-13743cbb41f0e54d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-77464a2e5922fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-4e8bb5656f92ae79.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-685dec8fd4c5bd3f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3da3fc97dc15c911.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-040bb745b647f23e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3626728e99f8adb9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-3a012aae73edfc9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-abb91b09131331d4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1451ba30358d114d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-958218a843594c4d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e5e0ee6871e85cd7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a9bdae69115a1990.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de56e2ab8d46e5fd.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2911da8a99784ecb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c17d732e5e19c00e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-31bb5e426296ca1e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b96fd7e0323cd71f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-bb96acd8741b1c8a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8370 | 2024-10-10T21:27:37.169Z | |
8371 | 2024-10-10T21:27:37.169Z | running 0 tests |
8372 | 2024-10-10T21:27:37.169Z | |
8373 | 2024-10-10T21:27:37.169Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8374 | 2024-10-10T21:27:37.169Z | |
8375 | 2024-10-10T21:27:37.201Z | Doc-tests wicketd_api |
8376 | 2024-10-10T21:27:37.204Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-18d593a659bbd3ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c454a1ca97da819f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0ffc1a382bc3505e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-be3fca1cafa8ad34.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8377 | 2024-10-10T21:27:37.608Z | |
8378 | 2024-10-10T21:27:37.608Z | running 2 tests |
8379 | 2024-10-10T21:27:37.610Z | test wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored |
8380 | 2024-10-10T21:27:37.610Z | test wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored |
8381 | 2024-10-10T21:27:37.610Z | |
8382 | 2024-10-10T21:27:37.610Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8383 | 2024-10-10T21:27:37.610Z | |
8384 | 2024-10-10T21:27:37.632Z | Doc-tests wicketd_client |
8385 | 2024-10-10T21:27:37.634Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-20afe1f1506ec7c2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ba71ba8fb7ff172.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-fec8f99d73d3d9f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e818e7ece942661a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-74ea3d98009118ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0d7e23f92d023572.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-48906e914e9337d7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-aa9ce7f0faaaaa83.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-c27905ce48ede4d9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-48f697ffbd6caee0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-fa5d928ee774bae1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7c929eb10edebafc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8386 | 2024-10-10T21:27:39.230Z | |
8387 | 2024-10-10T21:27:39.230Z | running 0 tests |
8388 | 2024-10-10T21:27:39.230Z | |
8389 | 2024-10-10T21:27:39.230Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8390 | 2024-10-10T21:27:39.230Z | |
8391 | 2024-10-10T21:27:39.272Z | Doc-tests xtask_downloader |
8392 | 2024-10-10T21:27:39.274Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-153c2223bdb4e720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-0162e01903071502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c0366bf798b69c5e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-019f53c0dd1567d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-42ef47a16e0d62a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-933046853585c7b6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-601fc4fb7a74d2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0596e838c4b9db65.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8393 | 2024-10-10T21:27:39.447Z | |
8394 | 2024-10-10T21:27:39.447Z | running 1 test |
8395 | 2024-10-10T21:27:39.449Z | test dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored |
8396 | 2024-10-10T21:27:39.449Z | |
8397 | 2024-10-10T21:27:39.450Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8398 | 2024-10-10T21:27:39.450Z | |
8399 | 2024-10-10T21:27:39.461Z | Doc-tests zone_setup |
8400 | 2024-10-10T21:27:39.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-4218a6ab0b0476c1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d34656e55e92aa96/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7ea674a883d240a2/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-314f9daab8629853/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-e8b5c01317fe1661/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6de7e40dbd3c8cd7/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-44609b41ff48f4fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a2f887a005703d1f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-1fb17eae6c5dd916.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6986dc787002ec30.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd0ae0cae66c3939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-0a6d89127d9bc216.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-397d4bcad034a29f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-173c4d46b806dff2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6132560e4e4dbf8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fcb1738267766363.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-38c1677fff5a54e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dd9d306c65b930d0.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ae6bc9d6f8dc5ff1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-0c3f216cf9048aab.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-38dce878330f819d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
8401 | 2024-10-10T21:27:39.712Z | |
8402 | 2024-10-10T21:27:39.712Z | running 0 tests |
8403 | 2024-10-10T21:27:39.712Z | |
8404 | 2024-10-10T21:27:39.712Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
8405 | 2024-10-10T21:27:39.712Z | |
8406 | 2024-10-10T21:27:39.805Z | |
8407 | 2024-10-10T21:27:39.805Z | real 2:23.030516833 |
8408 | 2024-10-10T21:27:39.805Z | user 2:24.501746498 |
8409 | 2024-10-10T21:27:39.805Z | sys 49.726823587 |
8410 | 2024-10-10T21:27:39.805Z | trap 0.028806944 |
8411 | 2024-10-10T21:27:39.805Z | tflt 1.208750779 |
8412 | 2024-10-10T21:27:39.805Z | dflt 7.483584381 |
8413 | 2024-10-10T21:27:39.808Z | kflt 0.019332843 |
8414 | 2024-10-10T21:27:39.808Z | lock 3:11.032537986 |
8415 | 2024-10-10T21:27:39.808Z | slp 15:59.336094350 |
8416 | 2024-10-10T21:27:39.808Z | lat 3.263164357 |
8417 | 2024-10-10T21:27:39.808Z | stop 7.834376248 |
8418 | 2024-10-10T21:27:39.808Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
8419 | 2024-10-10T21:27:39.808Z | + banner live-test |
8420 | 2024-10-10T21:27:39.811Z | |
8421 | 2024-10-10T21:27:39.811Z | # # # # ###### ##### ###### #### ##### |
8422 | 2024-10-10T21:27:39.811Z | # # # # # # # # # |
8423 | 2024-10-10T21:27:39.811Z | # # # # ##### ##### # ##### #### # |
8424 | 2024-10-10T21:27:39.811Z | # # # # # # # # # |
8425 | 2024-10-10T21:27:39.811Z | # # # # # # # # # # |
8426 | 2024-10-10T21:27:39.812Z | ###### # ## ###### # ###### #### # |
8427 | 2024-10-10T21:27:39.812Z | |
8428 | 2024-10-10T21:27:39.812Z | + ptime -m cargo xtask live-tests |
8429 | 2024-10-10T21:27:40.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
8430 | 2024-10-10T21:27:40.474Z | Running `target/debug/xtask live-tests` |
8431 | 2024-10-10T21:27:40.511Z | using temporary directory: /var/tmp/omicron_tmp/.tmpJMuaVA |
8432 | 2024-10-10T21:27:40.511Z | will create archive file: /var/tmp/omicron_tmp/.tmpJMuaVA/live-tests-archive/omicron-live-tests.tar.zst |
8433 | 2024-10-10T21:27:40.511Z | output tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz |
8434 | 2024-10-10T21:27:40.511Z | |
8435 | 2024-10-10T21:27:40.516Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpJMuaVA/live-tests-archive/omicron-live-tests.tar.zst" |
8436 | 2024-10-10T21:27:42.603Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
8437 | 2024-10-10T21:27:42.712Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
8438 | 2024-10-10T21:27:42.714Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
8439 | 2024-10-10T21:27:42.714Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
8440 | 2024-10-10T21:27:42.748Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
8441 | 2024-10-10T21:27:42.760Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
8442 | 2024-10-10T21:27:42.777Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
8443 | 2024-10-10T21:27:42.779Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
8444 | 2024-10-10T21:27:43.173Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
8445 | 2024-10-10T21:27:43.815Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
8446 | 2024-10-10T21:27:45.980Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
8447 | 2024-10-10T21:27:46.452Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
8448 | 2024-10-10T21:27:47.565Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
8449 | 2024-10-10T21:27:47.565Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
8450 | 2024-10-10T21:27:59.207Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
8451 | 2024-10-10T21:27:59.207Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
8452 | 2024-10-10T21:27:59.209Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
8453 | 2024-10-10T21:28:00.081Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
8454 | 2024-10-10T21:28:49.244Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
8455 | 2024-10-10T21:28:49.781Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
8456 | 2024-10-10T21:29:19.767Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
8457 | 2024-10-10T21:29:24.504Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
8458 | 2024-10-10T21:29:44.338Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s |
8459 | 2024-10-10T21:29:44.513Z | info: experimental features enabled: setup-scripts |
8460 | 2024-10-10T21:29:44.519Z | Archiving 1 binary, 1 build script output directory, 1 linked path, and 1 standard library to /var/tmp/omicron_tmp/.tmpJMuaVA/live-tests-archive/omicron-live-tests.tar.zst |
8461 | 2024-10-10T21:29:45.062Z | Archived 36 files to /var/tmp/omicron_tmp/.tmpJMuaVA/live-tests-archive/omicron-live-tests.tar.zst in 0.55s |
8462 | 2024-10-10T21:29:45.110Z | running: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpJMuaVA/live-tests-archive\"" |
8463 | 2024-10-10T21:29:45.121Z | running: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpJMuaVA" "live-tests-archive" |
8464 | 2024-10-10T21:29:45.169Z | created: |
8465 | 2024-10-10T21:29:45.169Z | To use this: |
8466 | 2024-10-10T21:29:45.169Z | |
8467 | 2024-10-10T21:29:45.169Z | 1. Copy the tarball to the switch zone in a deployed Omicron system. |
8468 | 2024-10-10T21:29:45.169Z | |
8469 | 2024-10-10T21:29:45.169Z | /work/oxidecomputer/omicron/target/live-tests-archive.tgz |
8470 | 2024-10-10T21:29:45.172Z | e.g., scp \ |
8471 | 2024-10-10T21:29:45.172Z | /work/oxidecomputer/omicron/target/live-tests-archive.tgz \ |
8472 | 2024-10-10T21:29:45.172Z | root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root |
8473 | 2024-10-10T21:29:45.172Z | |
8474 | 2024-10-10T21:29:45.172Z | 2. Copy the `cargo-nextest` binary to the same place. |
8475 | 2024-10-10T21:29:45.172Z | |
8476 | 2024-10-10T21:29:45.172Z | e.g., scp \ |
8477 | 2024-10-10T21:29:45.172Z | $(which cargo-nextest) \ |
8478 | 2024-10-10T21:29:45.172Z | root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root |
8479 | 2024-10-10T21:29:45.172Z | |
8480 | 2024-10-10T21:29:45.172Z | 3. From the switch zone on that system, unpack the tarball with: |
8481 | 2024-10-10T21:29:45.172Z | |
8482 | 2024-10-10T21:29:45.172Z | tar xzf live-tests-archive.tgz |
8483 | 2024-10-10T21:29:45.172Z | |
8484 | 2024-10-10T21:29:45.172Z | 4. From the switch zone on that system, run tests with: |
8485 | 2024-10-10T21:29:45.172Z | |
8486 | 2024-10-10T21:29:45.172Z | TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \ |
8487 | 2024-10-10T21:29:45.172Z | --archive-file live-tests-archive/omicron-live-tests.tar.zst \ |
8488 | 2024-10-10T21:29:45.172Z | --workspace-remap live-tests-archive |
8489 | 2024-10-10T21:29:45.172Z | |
8490 | 2024-10-10T21:29:45.172Z | |
8491 | 2024-10-10T21:29:45.172Z | real 2:05.335991023 |
8492 | 2024-10-10T21:29:45.172Z | user 3:32.613172609 |
8493 | 2024-10-10T21:29:45.172Z | sys 46.045717448 |
8494 | 2024-10-10T21:29:45.172Z | trap 0.045816846 |
8495 | 2024-10-10T21:29:45.172Z | tflt 0.240381153 |
8496 | 2024-10-10T21:29:45.172Z | dflt 1.876884306 |
8497 | 2024-10-10T21:29:45.172Z | kflt 0.000765513 |
8498 | 2024-10-10T21:29:45.172Z | lock 12:16.792110379 |
8499 | 2024-10-10T21:29:45.172Z | slp 15:58.758475252 |
8500 | 2024-10-10T21:29:45.172Z | lat 2.180952255 |
8501 | 2024-10-10T21:29:45.172Z | stop 4.083477059 |
8502 | 2024-10-10T21:29:45.173Z | + rm -rf /var/tmp/omicron_tmp/crdb-base-build |
8503 | 2024-10-10T21:29:45.176Z | + unset TMPDIR |
8504 | 2024-10-10T21:29:45.176Z | + echo 'files in /var/tmp/omicron_tmp (none expected on success):' |
8505 | 2024-10-10T21:29:45.176Z | files in /var/tmp/omicron_tmp (none expected on success): |
8506 | 2024-10-10T21:29:45.176Z | + find /var/tmp/omicron_tmp -ls |
8507 | 2024-10-10T21:29:45.179Z | 164424 11 drwxr-xr-x 2 build build 2 Oct 10 21:29 /var/tmp/omicron_tmp |
8508 | 2024-10-10T21:29:45.181Z | + rmdir /var/tmp/omicron_tmp |
8509 | 2024-10-10T21:29:45.494Z | process exited: duration 5993758 ms, exit code 0 |
|
8510 | 2024-10-10T21:29:45.515Z | found 1 output files |
8511 | 2024-10-10T21:29:45.515Z | uploading: /work/crate-build-timings.json (561922 bytes) |
8512 | 2024-10-10T21:29:46.544Z | uploaded: /work/crate-build-timings.json |